Created
January 25, 2011 19:25
-
-
Save kev009/795466 to your computer and use it in GitHub Desktop.
This file contains 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
(gdb) thread apply all bt | |
Thread 5 (Thread 0x7ffff57cc700 (LWP 3503)): | |
#0 0x00007ffff7360d7c in pthread_cond_wait () from /lib/libpthread.so.0 | |
#1 0x000000000040bf87 in run_worker (arg=<value optimized out>) at network/worker.c:79 | |
#2 0x00007ffff735be1c in start_thread () from /lib/libpthread.so.0 | |
#3 0x00007ffff70b1e1d in clone () from /lib/libc.so.6 | |
Thread 4 (Thread 0x7ffff5fcd700 (LWP 3502)): | |
#0 0x00007ffff7360d7c in pthread_cond_wait () from /lib/libpthread.so.0 | |
#1 0x00007ffff7bdaea5 in ?? () from /usr/lib/libevent_pthreads-2.0.so.5 | |
#2 0x00007ffff79a8aca in ?? () from /usr/lib/libevent-2.0.so.5 | |
#3 0x00007ffff79a360c in event_del () from /usr/lib/libevent-2.0.so.5 | |
#4 0x00007ffff79afb86 in ?? () from /usr/lib/libevent-2.0.so.5 | |
#5 0x00007ffff79aebea in _bufferevent_decref_and_unlock () from /usr/lib/libevent-2.0.so.5 | |
#6 0x000000000040c0c8 in run_worker (arg=<value optimized out>) at network/worker.c:164 | |
#7 0x00007ffff735be1c in start_thread () from /lib/libpthread.so.0 | |
#8 0x00007ffff70b1e1d in clone () from /lib/libc.so.6 | |
Thread 3 (Thread 0x7ffff67ce700 (LWP 3501)): | |
#0 0x00007ffff70b2413 in epoll_wait () from /lib/libc.so.6 | |
#1 0x00007ffff79b8b92 in ?? () from /usr/lib/libevent-2.0.so.5 | |
#2 0x00007ffff79a513f in event_base_loop () from /usr/lib/libevent-2.0.so.5 | |
#3 0x000000000040ec71 in run_httpd (arg=<value optimized out>) at httpd.c:310 | |
---Type <return> to continue, or q <return> to quit--- | |
#4 0x00007ffff735be1c in start_thread () from /lib/libpthread.so.0 | |
#5 0x00007ffff70b1e1d in clone () from /lib/libc.so.6 | |
Thread 2 (Thread 0x7ffff6fcf700 (LWP 3500)): | |
#0 0x00007ffff70b2413 in epoll_wait () from /lib/libc.so.6 | |
#1 0x00007ffff79b8b92 in ?? () from /usr/lib/libevent-2.0.so.5 | |
#2 0x00007ffff79a513f in event_base_loop () from /usr/lib/libevent-2.0.so.5 | |
#3 0x000000000040e3f2 in run_timeloop (arg=<value optimized out>) at timeloop.c:102 | |
#4 0x00007ffff735be1c in start_thread () from /lib/libpthread.so.0 | |
#5 0x00007ffff70b1e1d in clone () from /lib/libc.so.6 | |
Thread 1 (Thread 0x7ffff7fc1720 (LWP 3497)): | |
#0 0x00007ffff73639e4 in __lll_lock_wait () from /lib/libpthread.so.0 | |
#1 0x00007ffff735e70f in _L_lock_554 () from /lib/libpthread.so.0 | |
#2 0x00007ffff735e56b in pthread_mutex_lock () from /lib/libpthread.so.0 | |
#3 0x00007ffff79a8791 in ?? () from /usr/lib/libevent-2.0.so.5 | |
#4 0x00007ffff79ae4cc in _bufferevent_incref_and_lock () from /usr/lib/libevent-2.0.so.5 | |
#5 0x00007ffff79af5cd in ?? () from /usr/lib/libevent-2.0.so.5 | |
#6 0x00007ffff79a573c in event_base_loop () from /usr/lib/libevent-2.0.so.5 | |
#7 0x000000000040b503 in run_server () at craftd.c:311 | |
#8 0x000000000040b80f in main (argc=<value optimized out>, argv=<value optimized out>) | |
at craftd.c:465 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment