Created
June 14, 2014 20:58
-
-
Save jeffcrouse/5a3544cfe7ded718de10 to your computer and use it in GitHub Desktop.
ofxKinect crash stack trace 02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0xf208405a in 0xf208405a () | |
#1 0x0008c209 in ofxKinectContext::closeAll() at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/src/ofxKinect.cpp:922 | |
#2 0x0008c0aa in ~ofxKinectContext at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/src/ofxKinect.cpp:784 | |
#3 0x00086507 in ~ofxKinectContext at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/src/ofxKinect.cpp:783 | |
#4 0x9796ff0b in __cxa_finalize () | |
#5 0x97970236 in exit () | |
#6 0x00598200 in ofAppGLFWWindow::exit_cb(GLFWwindow*) at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/libs/openFrameworks/app/ofAppGLFWWindow.cpp:242 | |
#7 0x0035cb37 in _glfwInputWindowCloseRequest () | |
#8 0x00360a53 in -[GLFWApplicationDelegate applicationShouldTerminate:] () | |
#9 0x92015b72 in -[NSApplication _docController:shouldTerminate:] () | |
#10 0x92015a70 in __91-[NSDocumentController(NSInternal) _closeAllDocumentsWithDelegate:shouldTerminateSelector:]_block_invoke () | |
#11 0x920157cc in -[NSDocumentController(NSInternal) _closeAllDocumentsWithDelegate:shouldTerminateSelector:] () | |
#12 0x9201514b in -[NSDocumentController(NSInternal) __closeAllDocumentsWithDelegate:shouldTerminateSelector:] () | |
#13 0x92014de3 in -[NSApplication _shouldTerminate] () | |
#14 0x91f16998 in -[NSApplication terminate:] () | |
#15 0x977642af in -[NSObject performSelector:withObject:] () | |
#16 0x91ebe8a5 in -[NSApplication sendAction:to:from:] () | |
#17 0x91edac65 in -[NSMenuItem _corePerformAction] () | |
#18 0x91eda96a in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] () | |
#19 0x91eda021 in -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] () | |
#20 0x91ed9fcd in -[NSMenu _performActionWithHighlightingForItemAtIndex:] () | |
#21 0x91ed9972 in -[NSMenu performKeyEquivalent:] () | |
#22 0x91ed6095 in -[NSApplication _handleKeyEquivalent:] () | |
#23 0x91e3f8a2 in -[NSApplication sendEvent:] () | |
#24 0x003624a1 in -[GLFWApplication sendEvent:] () | |
#25 0x0036332f in _glfwPlatformPollEvents () | |
#26 0x0035dea9 in glfwPollEvents () | |
#27 0x00598b67 in ofAppGLFWWindow::display() at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/libs/openFrameworks/app/ofAppGLFWWindow.cpp:368 | |
#28 0x00598a15 in ofAppGLFWWindow::runAppViaInfiniteLoop(ofBaseApp*) at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/libs/openFrameworks/app/ofAppGLFWWindow.cpp:298 | |
#29 0x00547d70 in ofRunApp(ofBaseApp*) at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/libs/openFrameworks/app/ofAppRunner.cpp:137 | |
#30 0x00002328 in main at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/apps/dayton14/MultiKinectTracker/src/main.cpp:11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment