Created
December 17, 2010 15:19
-
-
Save mkoppanen/745097 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
Program received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0xb7caab70 (LWP 9931)] | |
0xb7f73b21 in zmq::epoll_t::reset_pollin (this=0x0, handle_=0x804da28) at epoll.cpp:100 | |
100 int rc = epoll_ctl (epoll_fd, EPOLL_CTL_MOD, pe->fd, &pe->ev); | |
(gdb) bt | |
#0 0xb7f73b21 in zmq::epoll_t::reset_pollin (this=0x0, handle_=0x804da28) at epoll.cpp:100 | |
#1 0xb7f74f97 in zmq::io_object_t::reset_pollin (this=0x804e300, handle_=0x804da28) at io_object.cpp:70 | |
#2 0xb7f9127a in zmq::zmq_engine_t::in_event (this=0x804e300) at zmq_engine.cpp:136 | |
#3 0xb7f738c9 in zmq::epoll_t::loop (this=0x804d128) at epoll.cpp:160 | |
#4 0xb7f8adb6 in thread_routine (arg_=0x804d16c) at thread.cpp:70 | |
#5 0xb7f3d955 in start_thread (arg=0xb7caab70) at pthread_create.c:300 | |
#6 0xb7d83e7e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment