- Program received signal SIGPIPE, Broken pipe.
- [Switching to Thread 0xb581fb90 (LWP 25761)]
- 0xf57fe416 in __kernel_vsyscall ()
- (gdb) bt
- #0 0xf57fe416 in __kernel_vsyscall ()
- #1 0xb7e01068 in send () from /lib/libpthread.so.0
- #2 0xb7dc244e in SDLNet_TCP_Send ()
- from /usr/lib/libSDL_net-1.2.so.0
- #3 0x08204714 in NetConnectionThread::operator() (
- this=0x84f0668) at src/NetConnectionThread.cpp:129
- #4 0x08203973 in boost::detail::function::void_function_ref_invoker0<NetConnectionThread, void>::invoke (
- function_obj_ptr=@0xb581f39c)
- at /usr/include/boost/function/function_template.hpp:193
- #5 0xb7fcc9fc in boost::function0<void, std::allocator<boost::function_base> >::operator() ()
- from /usr/lib/libboost_thread-mt.so
- #6 0xb7fcc254 in ?? () from /usr/lib/libboost_thread-mt.so
- #7 0xb7dfa175 in start_thread () from /lib/libpthread.so.0
- #8 0xb7c0edce in clone () from /lib/libc.so.6
- (gdb) frame 0
- #0 0xf57fe416 in __kernel_vsyscall ()
- (gdb) frame 1
- #1 0xb7e01068 in send () from /lib/libpthread.so.0
- (gdb) frame 2
- #2 0xb7dc244e in SDLNet_TCP_Send ()
- from /usr/lib/libSDL_net-1.2.so.0
- (gdb) frame 3
- #3 0x08204714 in NetConnectionThread::operator() (
- this=0x84f0668) at src/NetConnectionThread.cpp:129
- 129 Uint32 result=SDLNet_TCP_Send(socket, newData, length+2);
- (gdb) frame 4
- #4 0x08203973 in boost::detail::function::void_function_ref_invoker0<NetConnectionThread, void>::invoke (
- function_obj_ptr=@0xb581f39c)
- at /usr/include/boost/function/function_template.hpp:193
- 193 BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS));
- (gdb) frame 5
- #5 0xb7fcc9fc in boost::function0<void, std::allocator<boost::function_base> >::operator() ()
- from /usr/lib/libboost_thread-mt.so
- (gdb)