Skip to content

Instantly share code, notes, and snippets.

@lewiscowper
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lewiscowper/816521efdaf786b30739 to your computer and use it in GitHub Desktop.
Save lewiscowper/816521efdaf786b30739 to your computer and use it in GitHub Desktop.
2015-02-05 13:16:00.715 firefox[82846:4790852] NSWindow warning: adding an unknown subview: <NSView: 0x10e681b00>
2015-02-05 13:16:00.719 firefox[82846:4790852] Call stack:
(
0 AppKit 0x00007fff8a9178fc -[NSThemeFrame addSubview:] + 107
1 AppKit 0x00007fff8a30368f -[NSView addSubview:positioned:relativeTo:] + 208
2 XUL 0x00000001024ed0ba -[BaseWindow setContentView:] + 106
3 AppKit 0x00007fff8a26f7f6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
4 XUL 0x00000001024ebeeb -[BaseWindow initWithContentRect:styleMask:backing:defer:] + 107
)
Process 82846 stopped
* thread #1: tid = 0x491a44, 0x0000000102266cdf XUL`mozilla::IMEStateManager::SetIMEState(mozilla::widget::IMEState const&, nsIContent*, nsIWidget*, mozilla::widget::InputContextAction) [inlined] nsRefPtr<mozilla::dom::NodeInfo>::get() const at nsRefPtr.h:222, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x20)
frame #0: 0x0000000102266cdf XUL`mozilla::IMEStateManager::SetIMEState(mozilla::widget::IMEState const&, nsIContent*, nsIWidget*, mozilla::widget::InputContextAction) [inlined] nsRefPtr<mozilla::dom::NodeInfo>::get() const at nsRefPtr.h:222
219 Use |get()| to resolve ambiguity or to get a castable pointer.
220 */
221 {
-> 222 return const_cast<T*>(mRawPtr);
223 }
224
225 operator T*() const
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment