Created
January 29, 2015 16:20
-
-
Save mrvdb/9e8f2d3a962e915331e1 to your computer and use it in GitHub Desktop.
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
| Reading symbols from ./biboumi...(no debugging symbols found)...done. | |
| (gdb) r | |
| Starting program: /home/mrb/src/prosody/biboumi/biboumi | |
| [Thread debugging using libthread_db enabled] | |
| Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". | |
| ^C | |
| Program received signal SIGINT, Interrupt. | |
| 0xb7fde424 in __kernel_vsyscall () | |
| (gdb) bt | |
| #0 0xb7fde424 in __kernel_vsyscall () | |
| #1 0xb78a7672 in __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:144 | |
| #2 0xb78a31b4 in _L_lock_842 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 | |
| #3 0xb78a2ff0 in __GI___pthread_mutex_lock (mutex=0xb7f59990 <Botan::Global_State_Management::(anonymous namespace)::g_lib_state_mutex>) at ../nptl/pthread_mutex_lock.c:79 | |
| #4 0xb79f0b94 in pthread_mutex_lock (mutex=0xb7f59990 <Botan::Global_State_Management::(anonymous namespace)::g_lib_state_mutex>) at forward.c:192 | |
| #5 0xb7d62b5d in __gthread_mutex_lock (__mutex=0xb7f59990 <Botan::Global_State_Management::(anonymous namespace)::g_lib_state_mutex>) | |
| at /usr/include/i386-linux-gnu/c++/4.9/bits/gthr-default.h:748 | |
| #6 lock (this=0xb7f59990 <Botan::Global_State_Management::(anonymous namespace)::g_lib_state_mutex>) at /usr/include/c++/4.9/mutex:135 | |
| #7 lock_guard (__m=..., this=<synthetic pointer>) at /usr/include/c++/4.9/mutex:377 | |
| #8 Botan::Global_State_Management::global_state () at src/lib/libstate/global_state.cpp:30 | |
| #9 0xb7e20524 in Botan::RandomNumberGenerator::make_rng () at src/lib/rng/rng.cpp:16 | |
| #10 0xb7d632cc in Botan::Library_State::initialize (this=0x81ad200) at build/include/botan/rng.h:165 | |
| #11 0xb7d62c0e in Botan::Global_State_Management::global_state () at src/lib/libstate/global_state.cpp:38 | |
| #12 0xb7e20524 in Botan::RandomNumberGenerator::make_rng () at src/lib/rng/rng.cpp:16 | |
| #13 0x08167c10 in Botan::AutoSeeded_RNG::AutoSeeded_RNG() () | |
| #14 0x08167876 in __static_initialization_and_destruction_0 () | |
| #15 0x08167933 in _GLOBAL__sub_I__ZN16TCPSocketHandler3rngE () | |
| #16 0x0816cb62 in __libc_csu_init () | |
| #17 0xb79139fa in __libc_start_main (main=0x8104312 <main>, argc=1, argv=0xbffff464, init=0x816cb10 <__libc_csu_init>, fini=0x816cb80 <__libc_csu_fini>, rtld_fini=0xb7fedc90 <_dl_fini>, | |
| stack_end=0xbffff45c) at libc-start.c:246 | |
| #18 0x08103f51 in _start () | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment