Advertisement
Guest User

Untitled

a guest
Sep 12th, 2010
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x0860fa17 in WorldSocket::HandleAuthSession ()
  3. #1 0x08610069 in WorldSocket::ProcessIncoming ()
  4. #2 0x0861031d in WorldSocket::handle_input_payload ()
  5. #3 0x08610720 in WorldSocket::handle_input_missing_data ()
  6. #4 0x08610c18 in WorldSocket::handle_input ()
  7. #5 0xb7090eb5 in ACE_Dev_Poll_Reactor::dispatch_io_event (this=0xb056ef8,
  8. guard=@0xaeb32274) at ../../ace/Dev_Poll_Reactor.inl:126
  9. #6 0xb70910bc in ACE_Dev_Poll_Reactor::dispatch (this=0xb056ef8,
  10. guard=@0xaeb32274) at ../../ace/Dev_Poll_Reactor.cpp:1079
  11. #7 0xb7091216 in ACE_Dev_Poll_Reactor::handle_events_i (this=0xb056ef8,
  12. max_wait_time=0xaeb322dc, guard=@0xaeb32274)
  13. at ../../ace/Dev_Poll_Reactor.cpp:1056
  14. #8 0xb709145c in ACE_Dev_Poll_Reactor::handle_events (this=0xb056ef8,
  15. max_wait_time=0xaeb322dc) at ../../ace/Dev_Poll_Reactor.cpp:1012
  16. #9 0xb708d518 in ACE_Dev_Poll_Reactor::handle_events (this=0xb056ef8,
  17. max_wait_time=@0xaeb322dc) at ../../ace/Dev_Poll_Reactor.cpp:1340
  18. #10 0xb70ed73a in ACE_Reactor::run_reactor_event_loop (this=0xb057200,
  19. tv=@0xaeb322dc, eh=0) at ../../ace/Reactor.cpp:271
  20. #11 0x08617e05 in ReactorRunnable::svc ()
  21. #12 0xb7115322 in ACE_Task_Base::svc_run (args=0xb056b48)
  22. at ../../ace/Task.cpp:275
  23. #13 0xb71167ed in ACE_Thread_Adapter::invoke_i (this=0xb057538)
  24. at ../../ace/Thread_Adapter.cpp:149
  25. #14 0xb7116866 in ACE_Thread_Adapter::invoke (this=0xb057538)
  26. at ../../ace/Thread_Adapter.cpp:98
  27. #15 0xb7073ea1 in ace_thread_adapter (args=0xb057538)
  28. at ../../ace/Base_Thread_Adapter.cpp:124
  29. #16 0xb6e864c0 in start_thread () from /lib/i686/cmov/libpthread.so.0
  30. #17 0xb6e0584e in clone () from /lib/i686/cmov/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement