Skip to content

Instantly share code, notes, and snippets.

@underdoeg
Created November 24, 2011 13:07
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 underdoeg/1391308 to your computer and use it in GitHub Desktop.
Save underdoeg/1391308 to your computer and use it in GitHub Desktop.
exit openframeworks app with video grabber on linux error
0 0x00007ffff44fe3a5 raise
1 0x00007ffff4501b0b abort
2 0x00007ffff4dbcd7d __gnu_cxx::__verbose_terminate_handler ../../../../src/libstdc++-v3/libsupc++/vterminate.cc 95
3 0x00007ffff4dbaf26 __cxxabiv1::__terminate ../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc 40
4 0x00007ffff4dbaf53 std::terminate ../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc 50
5 0x00007ffff4dbb04e __cxxabiv1::__cxa_throw ../../../../src/libstdc++-v3/libsupc++/eh_throw.cc 83
6 0x00000000004341b5 Poco::MutexImpl::lockImpl()
7 0x000000000049a81a ofGstUtils::close()
8 0x000000000049ae61 ofGstVideoUtils::~ofGstVideoUtils()
9 0x0000000000492b27 ofGstVideoGrabber::~ofGstVideoGrabber()
10 0x0000000000492bb1 ofGstVideoGrabber::~ofGstVideoGrabber()
11 0x000000000045f06e std::tr1::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()
12 0x000000000047fc21 ofVideoGrabber::~ofVideoGrabber()
13 0x00000000004166aa testApp::~testApp()
14 0x00000000004167c6 testApp::~testApp()
15 0x000000000045f06e std::tr1::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()
16 0x00007ffff4503821 ??
17 0x00007ffff45038a5 exit
18 0x000000000047a24c exitApp()
19 0x000000000047a466 ofNotifyKeyPressed(int)
20 0x00007ffff5a0dadf glutMainLoopEvent
21 0x00007ffff5a0df65 glutMainLoop
22 0x00000000004792d9 ofRunApp(ofBaseApp*)
23 0x0000000000416839 main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment