Skip to content

Instantly share code, notes, and snippets.

@hansent
Created May 28, 2010 13:02
Show Gist options
  • Save hansent/417122 to your computer and use it in GitHub Desktop.
Save hansent/417122 to your computer and use it in GitHub Desktop.
Program received signal SIGABRT, Aborted.
0xb7fe2422 in __kernel_vsyscall ()
(gdb) btacktrace
Undefined command: "btacktrace". Try "help".
(gdb) backtrace
#0 0xb7fe2422 in __kernel_vsyscall ()
#1 0xb7741651 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7744a82 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb797652f in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#4 0xb7974465 in ?? () from /usr/lib/libstdc++.so.6
#5 0xb79744a2 in std::terminate() () from /usr/lib/libstdc++.so.6
#6 0xb79745e1 in __cxa_throw () from /usr/lib/libstdc++.so.6
#7 0xb7afc815 in cv::error(cv::Exception const&) () from /usr/lib/libcxcore.so.4
#8 0xb79f310f in cvGetMat () from /usr/lib/libcxcore.so.4
#9 0xb7a9f420 in cv::cvarrToMat(void const*, bool, bool, int) () from /usr/lib/libcxcore.so.4
#10 0xb7e7eee7 in cvResize () from /usr/lib/libcv.so.4
#11 0x08053e3d in otStreamModule::copy (this=0x8165520) at src/movid.cpp:143
#12 0x0804e391 in web_pipeline_stream_trickle (fd=-1, events=1, arg=0x822f7e8) at src/movid.cpp:230
#13 0x080bb802 in event_once_cb (fd=-1, events=<value optimized out>, arg=0x8165740) at event.c:555
#14 0x080bc93c in event_process_active (base=0x8196a98, flags=<value optimized out>) at event.c:385
#15 event_base_loop (base=0x8196a98, flags=<value optimized out>) at event.c:525
#16 0x080532a3 in main (argc=0, argv=0xbffff4a8) at src/movid.cpp:1074
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment