Skip to content

Instantly share code, notes, and snippets.

@mkoppanen
Created August 17, 2010 17:13
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 mkoppanen/530913 to your computer and use it in GitHub Desktop.
Save mkoppanen/530913 to your computer and use it in GitHub Desktop.
Program received signal SIGINT, Interrupt.
[Switching to Thread 8017131c0 (LWP 100097)]
0x00000008019a02ba in __error () from /lib/libthr.so.3
(gdb) bt
#0 0x00000008019a02ba in __error () from /lib/libthr.so.3
#1 0x000000080199ffac in __error () from /lib/libthr.so.3
#2 0x000000080199af6a in pthread_mutex_getyieldloops_np () from /lib/libthr.so.3
#3 0x000000080199b829 in pthread_mutex_trylock () from /lib/libthr.so.3
#4 0x00000008012f79e9 in _malloc_prefork () from /lib/libc.so.7
#5 0x00000008012fa031 in calloc () from /lib/libc.so.7
#6 0x000000080199ad54 in pthread_mutexattr_init () from /lib/libthr.so.3
#7 0x000000080199b001 in pthread_mutex_getyieldloops_np () from /lib/libthr.so.3
#8 0x000000080199b829 in pthread_mutex_trylock () from /lib/libthr.so.3
#9 0x00000008012f79e9 in _malloc_prefork () from /lib/libc.so.7
#10 0x00000008012fa651 in malloc () from /lib/libc.so.7
#11 0x000000080199cbb5 in pthread_kill () from /lib/libthr.so.3
#12 0x000000080199659d in pthread_create () from /lib/libthr.so.3
#13 0x000000080186ab65 in zmq::thread_t::start (this=0x8017b97a0, tfn_=0x80184c0e0 <zmq::kqueue_t::worker_routine(void*)>, arg_=0x8017b9760) at thread.cpp:66
#14 0x000000080184c124 in zmq::kqueue_t::start (this=0x8017b9760) at kqueue.cpp:154
#15 0x000000080184a919 in zmq::io_thread_t::start (this=0x8017b10c0) at io_thread.cpp:48
#16 0x00000008018448ca in ctx_t (this=0x8017b5b00, io_threads_=1) at ctx.cpp:64
#17 0x0000000801870982 in zmq_init (io_threads_=1) at zmq.cpp:268
#18 0x00000008014bcc81 in php_zmq_context_new (io_threads=1, is_persistent=1 '\001') at /tmp/php-zmq/zmq.c:106
#19 0x00000008014bcdd9 in php_zmq_context_get (io_threads=1, is_persistent=1 '\001') at /tmp/php-zmq/zmq.c:140
#20 0x00000008014bcf06 in zim_zmqcontext___construct (ht=0, return_value=0x80163def0, return_value_ptr=0x0, this_ptr=0x80163df90, return_value_used=0) at /tmp/php-zmq/zmq.c:178
#21 0x000000000057b427 in zend_do_fcall_common_helper_SPEC ()
#22 0x00000000005522a3 in execute ()
#23 0x0000000000521e4c in zend_eval_stringl ()
#24 0x0000000000521fb9 in zend_eval_stringl_ex ()
#25 0x00000000005b5872 in main ()
#26 0x0000000000415e4e in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment