Share Pastebin
Guest
Public paste!

k776

By: a guest | Aug 1st, 2008 | Syntax: None | Size: 1.79 KB | Hits: 194 | Expires: Never
Copy text to clipboard
  1. Program received signal SIGPIPE, Broken pipe.
  2. [Switching to Thread 0xb581fb90 (LWP 25761)]
  3. 0xf57fe416 in __kernel_vsyscall ()
  4. (gdb) bt
  5. #0  0xf57fe416 in __kernel_vsyscall ()
  6. #1  0xb7e01068 in send () from /lib/libpthread.so.0
  7. #2  0xb7dc244e in SDLNet_TCP_Send ()
  8.    from /usr/lib/libSDL_net-1.2.so.0
  9. #3  0x08204714 in NetConnectionThread::operator() (
  10.     this=0x84f0668) at src/NetConnectionThread.cpp:129
  11. #4  0x08203973 in boost::detail::function::void_function_ref_invoker0<NetConnectionThread, void>::invoke (
  12.     function_obj_ptr=@0xb581f39c)
  13.     at /usr/include/boost/function/function_template.hpp:193
  14. #5  0xb7fcc9fc in boost::function0<void, std::allocator<boost::function_base> >::operator() ()
  15.    from /usr/lib/libboost_thread-mt.so
  16. #6  0xb7fcc254 in ?? () from /usr/lib/libboost_thread-mt.so
  17. #7  0xb7dfa175 in start_thread () from /lib/libpthread.so.0
  18. #8  0xb7c0edce in clone () from /lib/libc.so.6
  19. (gdb) frame 0
  20. #0  0xf57fe416 in __kernel_vsyscall ()
  21. (gdb) frame 1
  22. #1  0xb7e01068 in send () from /lib/libpthread.so.0
  23. (gdb) frame 2
  24. #2  0xb7dc244e in SDLNet_TCP_Send ()
  25.    from /usr/lib/libSDL_net-1.2.so.0
  26. (gdb) frame 3
  27. #3  0x08204714 in NetConnectionThread::operator() (
  28.     this=0x84f0668) at src/NetConnectionThread.cpp:129
  29. 129                                                             Uint32 result=SDLNet_TCP_Send(socket, newData, length+2);
  30. (gdb) frame 4
  31. #4  0x08203973 in boost::detail::function::void_function_ref_invoker0<NetConnectionThread, void>::invoke (
  32.     function_obj_ptr=@0xb581f39c)
  33.     at /usr/include/boost/function/function_template.hpp:193
  34. 193               BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS));
  35. (gdb) frame 5
  36. #5  0xb7fcc9fc in boost::function0<void, std::allocator<boost::function_base> >::operator() ()
  37.    from /usr/lib/libboost_thread-mt.so
  38. (gdb)