Created
June 14, 2014 20:48
-
-
Save jeffcrouse/812cb51043b9dded7b4c to your computer and use it in GitHub Desktop.
ofxKinect crash stack trace 01
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 0x98920952 in __pthread_kill () | |
#1 0x9758d167 in pthread_kill () | |
#2 0x9796f29c in abort () | |
#3 0x994496c9 in abort_message () | |
#4 0x9946a47d in default_terminate_handler() () | |
#5 0x99467c30 in std::__terminate(void (*)()) () | |
#6 0x9946764b in __cxa_throw () | |
#7 0x000e0e89 in Poco::MutexImpl::lockImpl() () | |
#8 0x00572d7a in Poco::FastMutex::lock() [inlined] at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/libs/openFrameworksCompiled/project/osx/../../../../libs/poco/include/Poco/Mutex.h:259 | |
#9 0x00572d6f in ofThread::lock() at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/libs/openFrameworks/utils/ofThread.cpp:76 | |
#10 0x000889a9 in ofxKinect::grabDepthFrame(_freenect_device*, void*, unsigned int) at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/src/ofxKinect.cpp:690 | |
#11 0x00093194 in depth_process at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/libs/libfreenect/src/cameras.c:410 | |
#12 0x0009eb67 in iso_callback at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/libs/libfreenect/src/usb_libusb10.c:537 | |
#13 0x00366c5d in usbi_handle_transfer_completion () | |
#14 0x0036c897 in op_handle_events () | |
#15 0x003672cc in handle_events () | |
#16 0x00366fb0 in libusb_handle_events_timeout_completed () | |
#17 0x003673e6 in libusb_handle_events_completed () | |
#18 0x003676b0 in libusb_control_transfer () | |
#19 0x0009f0bf in fnusb_control at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/libs/libfreenect/src/usb_libusb10.c:672 | |
#20 0x0009c653 in freenect_update_tilt_state at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/libs/libfreenect/src/tilt.c:172 | |
#21 0x0008bacd in ofxKinect::threadedFunction() at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/addons/ofxKinect/src/ofxKinect.cpp:747 | |
#22 0x0008bfbc in non-virtual thunk to ofxKinect::threadedFunction() at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/apps/dayton14/MultiKinectTracker/../../../addons/ofxKinect/src/ofxKinect.cpp:772 | |
#23 0x00573562 in ofThread::run() at /Users/sysadmin/Desktop/dayton14/of_v0.8.1_osx_release/libs/openFrameworks/utils/ofThread.cpp:194 | |
#24 0x000e043f in Poco::ThreadImpl::runnableEntry(void*) () | |
#25 0x9758c5fb in _pthread_body () | |
#26 0x9758c485 in _pthread_start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment