Skip to content

Instantly share code, notes, and snippets.

@paulreimer
Created December 15, 2011 21:32
Show Gist options
  • Save paulreimer/1482994 to your computer and use it in GitHub Desktop.
Save paulreimer/1482994 to your computer and use it in GitHub Desktop.
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
objc[1994]: garbage collection is OFF
*** error for object 0xc005abe0: pointer being freed was not allocated
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x9bb079c6 __pthread_kill + 10
1 libsystem_c.dylib 0x9a3e5f78 pthread_kill + 106
2 libsystem_c.dylib 0x9a3d6bdd abort + 167
3 libsystem_c.dylib 0x9a438e61 free + 448
4 net.p-rimes.KinectRAWDebug 0x0006f650 MSA::ofxCocoa::AppWindow::~AppWindow() + 52 (AppWindow.mm:72)
5 net.p-rimes.KinectRAWDebug 0x0005e450 std::tr1::_Sp_deleter<MSA::ofxCocoa::AppWindow>::operator()(MSA::ofxCocoa::AppWindow*) const + 42 (boost_shared_ptr.h:94)
6 net.p-rimes.KinectRAWDebug 0x0005e814 std::tr1::_Sp_counted_base_impl<MSA::ofxCocoa::AppWindow*, std::tr1::_Sp_deleter<MSA::ofxCocoa::AppWindow>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() + 36 (boost_shared_ptr.h:246)
7 net.p-rimes.KinectRAWDebug 0x0005e946 std::tr1::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() + 68 (boost_shared_ptr.h:150)
8 net.p-rimes.KinectRAWDebug 0x000619ab std::tr1::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() + 35 (boost_shared_ptr.h:300)
9 net.p-rimes.KinectRAWDebug 0x000619ca std::tr1::__shared_ptr<ofAppBaseWindow, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() + 26 (boost_shared_ptr.h:504)
10 net.p-rimes.KinectRAWDebug 0x000619e7 std::tr1::shared_ptr<ofAppBaseWindow>::~shared_ptr() + 23 (boost_shared_ptr.h:974)
11 net.p-rimes.KinectRAWDebug 0x0005e99f ofPtr<ofAppBaseWindow>::~ofPtr() + 23 (ofTypes.h:103)
12 libsystem_c.dylib 0x9a3d6944 __cxa_finalize + 243
13 libsystem_c.dylib 0x9a3d67f2 exit + 25
14 com.apple.AppKit 0x9a5420b7 -[NSApplication terminate:] + 2591
15 com.apple.CoreFoundation 0x9078f091 -[NSObject performSelector:withObject:] + 65
16 com.apple.AppKit 0x9a646cb3 -[NSApplication sendAction:to:from:] + 232
17 com.apple.AppKit 0x9a73acaf -[NSMenuItem _corePerformAction] + 536
18 com.apple.AppKit 0x9a73a92c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
19 com.apple.AppKit 0x9a739fb5 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
20 com.apple.AppKit 0x9a739f61 -[NSMenu _performActionWithHighlightingForItemAtIndex:] + 48
21 com.apple.AppKit 0x9a6b3543 -[NSMenu performKeyEquivalent:] + 306
22 com.apple.AppKit 0x9a6b1fb3 -[NSApplication _handleKeyEquivalent:] + 594
23 com.apple.AppKit 0x9a5a5ad7 -[NSApplication sendEvent:] + 5772
24 com.apple.AppKit 0x9a536c82 -[NSApplication run] + 1007
25 com.apple.AppKit 0x9a7cb18a NSApplicationMain + 1054
26 net.p-rimes.KinectRAWDebug 0x0006f5f9 MSA::ofxCocoa::AppWindow::runAppViaInfiniteLoop(ofBaseApp*) + 161 (AppWindow.mm:97)
27 net.p-rimes.KinectRAWDebug 0x0007d130 ofRunApp(ofBaseApp*) + 174
28 net.p-rimes.KinectRAWDebug 0x0005d957 main + 519 (main.mm:33)
29 net.p-rimes.KinectRAWDebug 0x0005d745 start + 53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment