Skip to content

Instantly share code, notes, and snippets.

@chamons
Created February 24, 2016 16:09
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 chamons/8425a8492f7baf3cbe68 to your computer and use it in GitHub Desktop.
Save chamons/8425a8492f7baf3cbe68 to your computer and use it in GitHub Desktop.
Thread 3 Crashed:
0 org.chromium.ContentShell.framework 0x00000001112798d7 base::debug::BreakDebugger() + 23
1 org.chromium.ContentShell.framework 0x00000001112e6d48 logging::LogMessage::~LogMessage() + 920
2 org.chromium.ContentShell.framework 0x00000001112e5843 logging::LogMessage::~LogMessage() + 35
3 org.chromium.ContentShell.framework 0x0000000111226d17 CefBrowserHostImpl::GetNSTextInputContext() + 471
4 org.chromium.ContentShell.framework 0x0000000110f8f35c browser_host_get_nstext_input_context(_cef_browser_host_t*) + 252
5 libBrowserExtension.dylib 0x0000000110d0fd73 CefBrowserHostCToCpp::GetNSTextInputContext() + 131
6 libBrowserExtension.dylib 0x0000000110cda78d -[MyOGLView inputContext] + 205
7 com.apple.AppKit 0x00007fff90f63848 -[NSView _setWindow:] + 919
8 com.apple.AppKit 0x00007fff90f986eb -[NSView removeFromSuperview] + 471
9 libBrowserExtension.dylib 0x0000000110cdc32d OSRWindow::~OSRWindow() + 93
10 libBrowserExtension.dylib 0x0000000110cdc3f5 OSRWindow::~OSRWindow() + 21
11 libBrowserExtension.dylib 0x0000000110cd447e OSRWindow::Release() + 78
12 libBrowserExtension.dylib 0x0000000110cd454d CefRefPtr<OSRWindow>::~CefRefPtr() + 45
13 libBrowserExtension.dylib 0x0000000110cd3fd5 CefRefPtr<OSRWindow>::~CefRefPtr() + 21
14 libBrowserExtension.dylib 0x0000000110cd4c97 BrowserSession::~BrowserSession() + 71
15 libBrowserExtension.dylib 0x0000000110cd42c5 BrowserSession::~BrowserSession() + 21
16 libBrowserExtension.dylib 0x0000000110cd42e9 BrowserSession::~BrowserSession() + 25
17 libBrowserExtension.dylib 0x0000000110cd52d2 BrowserSession::Release() + 82
18 libBrowserExtension.dylib 0x0000000110cd525d CefRefPtr<BrowserSession>::~CefRefPtr() + 45
19 libBrowserExtension.dylib 0x0000000110cd3245 CefRefPtr<BrowserSession>::~CefRefPtr() + 21
20 libBrowserExtension.dylib 0x0000000110cd382c std::pair<int const, CefRefPtr<BrowserSession> >::~pair() + 28
21 libBrowserExtension.dylib 0x0000000110cd3805 std::pair<int const, CefRefPtr<BrowserSession> >::~pair() + 21
22 libBrowserExtension.dylib 0x0000000110cd36f9 __gnu_cxx::new_allocator<std::pair<int const, CefRefPtr<BrowserSession> > >::destroy(std::pair<int const, CefRefPtr<BrowserSession> >*) + 25
23 libBrowserExtension.dylib 0x0000000110cd3656 std::_Rb_tree<int, std::pair<int const, CefRefPtr<BrowserSession> >, std::_Select1st<std::pair<int const, CefRefPtr<BrowserSession> > >, std::less<int>, std::allocator<std::pair<int const, CefRefPtr<BrowserSession> > > >::_M_destroy_node(std::_Rb_tree_node<std::pair<int const, CefRefPtr<BrowserSession> > >*) + 54
24 libBrowserExtension.dylib 0x0000000110cd358b std::_Rb_tree<int, std::pair<int const, CefRefPtr<BrowserSession> >, std::_Select1st<std::pair<int const, CefRefPtr<BrowserSession> > >, std::less<int>, std::allocator<std::pair<int const, CefRefPtr<BrowserSession> > > >::_M_erase(std::_Rb_tree_node<std::pair<int const, CefRefPtr<BrowserSession> > >*) + 91
25 libBrowserExtension.dylib 0x0000000110cd34fe std::_Rb_tree<int, std::pair<int const, CefRefPtr<BrowserSession> >, std::_Select1st<std::pair<int const, CefRefPtr<BrowserSession> > >, std::less<int>, std::allocator<std::pair<int const, CefRefPtr<BrowserSession> > > >::~_Rb_tree() + 46
26 libBrowserExtension.dylib 0x0000000110cd34c5 std::_Rb_tree<int, std::pair<int const, CefRefPtr<BrowserSession> >, std::_Select1st<std::pair<int const, CefRefPtr<BrowserSession> > >, std::less<int>, std::allocator<std::pair<int const, CefRefPtr<BrowserSession> > > >::~_Rb_tree() + 21
27 libBrowserExtension.dylib 0x0000000110cd34a5 std::map<int, CefRefPtr<BrowserSession>, std::less<int>, std::allocator<std::pair<int const, CefRefPtr<BrowserSession> > > >::~map() + 21
28 libBrowserExtension.dylib 0x0000000110cd2ea5 std::map<int, CefRefPtr<BrowserSession>, std::less<int>, std::allocator<std::pair<int const, CefRefPtr<BrowserSession> > > >::~map() + 21
29 libsystem_c.dylib 0x00007fff99b0146b __cxa_finalize_ranges + 345
30 libsystem_c.dylib 0x00007fff99b0176f exit + 55
31 com.yoyogames.ceftest.ceftest 0x000000010005006a debugger_thread + 34634 (debugger-agent.c:1167)
32 com.yoyogames.ceftest.ceftest 0x000000010025aabe inner_start_thread + 206 (mono-threads-posix.c:97)
33 libsystem_pthread.dylib 0x00007fff8a266c13 _pthread_body + 131
34 libsystem_pthread.dylib 0x00007fff8a266b90 _pthread_start + 168
35 libsystem_pthread.dylib 0x00007fff8a264375 thread_start + 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment