Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 17th, 2012  |  syntax: None  |  size: 44.72 KB  |  hits: 146  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [New Thread 0x7eff65fff700 (LWP 4521)]
  2. [New Thread 0x7eff64fff700 (LWP 4522)]
  3. [New Thread 0x7eff63fff700 (LWP 4523)]
  4. [New Thread 0x7eff59bff700 (LWP 4527)]
  5. [New Thread 0x7eff58bff700 (LWP 4528)]
  6. [New Thread 0x7eff57bff700 (LWP 4529)]
  7. [Thread 0x7eff57bff700 (LWP 4529) exited]
  8. [New Thread 0x7eff56bff700 (LWP 4530)]
  9. [New Thread 0x7eff563fe700 (LWP 4531)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7eff65fff700 (LWP 4521)]
  13. 0x0000000000b65e2a in Movement::MoveSpline::_updateState (this=0x7eff02fac5c0,
  14.     ms_time_diff=@0x7eff65ffcb9c)
  15.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.cpp:250
  16. 250         ASSERT(minimal_diff >= 0);
  17. #0  0x0000000000b65e2a in Movement::MoveSpline::_updateState (
  18.     this=0x7eff02fac5c0, ms_time_diff=@0x7eff65ffcb9c)
  19.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.cpp:250
  20. #1  0x000000000098786b in Movement::MoveSpline::updateState (
  21.     this=0x7eff02fac5c0, difftime=100)
  22.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.h:109
  23. #2  0x0000000000950875 in Unit::UpdateSplineMovement (this=0x7eff02fc0000,
  24.     t_diff=100)
  25.     at /home/trinity/madboxpcclean/src/server/game/Entities/Unit/Unit.cpp:387
  26. #3  0x0000000000983762 in Unit::Update (this=0x7eff02fc0000, p_time=100)
  27.     at /home/trinity/madboxpcclean/src/server/game/Entities/Unit/Unit.cpp:358
  28. #4  0x0000000000a3e443 in Creature::Update (this=0x7eff02fc0000, diff=100)
  29.     at /home/trinity/madboxpcclean/src/server/game/Entities/Creature/Creature.cpp:532
  30. #5  0x0000000000b4e606 in VisitorHelper<Trinity::ObjectUpdater, Creature> (
  31.     v=@0x7eff65ffedc0, c=<value optimized out>)
  32.     at /home/trinity/madboxpcclean/src/server/game/Grids/Notifiers/GridNotifiersImpl.h:44
  33. #6  0x0000000000b46415 in Map::VisitNearbyCellsOf (this=0x7eff789ad000,
  34.     obj=<value optimized out>, gridVisitor=@0x7eff65ffedb0,
  35.     worldVisitor=@0x7eff65ffeda0)
  36.     at /home/trinity/madboxpcclean/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  37. #7  0x0000000000b477c6 in Map::Update (this=0x7eff789ad000, t_diff=100)
  38.     at /home/trinity/madboxpcclean/src/server/game/Maps/Map.cpp:561
  39. #8  0x0000000000d06461 in MapUpdateRequest::call (this=0x7efe8a981610)
  40.     at /home/trinity/madboxpcclean/src/server/game/Maps/MapUpdater.cpp:54
  41. #9  0x0000000000d73ab1 in DelayExecutor::svc (this=0x7eff82bbd040)
  42.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:52
  43. #10 0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  44.     at ../../ace/Task.cpp:271
  45. #11 0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  46.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  47. #12 0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b8630)
  48.     at ../../ace/Thread_Adapter.cpp:96
  49. #13 0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  50. #14 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  51. #15 0x0000000000000000 in ?? ()
  52. #0  0x0000000000b65e2a in Movement::MoveSpline::_updateState (
  53.     this=0x7eff02fac5c0, ms_time_diff=@0x7eff65ffcb9c)
  54.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.cpp:250
  55.         st = {static SYMBUFSIZ = 4096,
  56.   buf_ = "/home/trinity/build/bin/worldserver(_ZN4Unit20UpdateSplineMovementEj+0x35) [0x950875]\n/home/trinity/build/bin/worldserver(_ZN4Unit6UpdateEj+0x162) [0x983762]\n/home/trinity/build/bin/worldserver(_ZN8Cr"..., buflen_ = 1273,
  57.   static UNSUPPORTED = 0x7eff8ff0dfa0 "<stack traces unsupported platform>",
  58.   static UNABLE_TO_GET_TRACE = 0x7eff8ff0dfd0 "<unable to get trace>"}
  59.         result = <value optimized out>
  60.         minimal_diff = -2147483648
  61.         __FUNCTION__ = "_updateState"
  62. #1  0x000000000098786b in Movement::MoveSpline::updateState (
  63.     this=0x7eff02fac5c0, difftime=100)
  64.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.h:109
  65.         __FUNCTION__ = "updateState"
  66. #2  0x0000000000950875 in Unit::UpdateSplineMovement (this=0x7eff02fc0000,
  67.     t_diff=100)
  68.     at /home/trinity/madboxpcclean/src/server/game/Entities/Unit/Unit.cpp:387
  69.         arrived = <value optimized out>
  70. #3  0x0000000000983762 in Unit::Update (this=0x7eff02fc0000, p_time=100)
  71.     at /home/trinity/madboxpcclean/src/server/game/Entities/Unit/Unit.cpp:358
  72.         __FUNCTION__ = "Update"
  73. #4  0x0000000000a3e443 in Creature::Update (this=0x7eff02fc0000, diff=100)
  74.     at /home/trinity/madboxpcclean/src/server/game/Entities/Creature/Creature.cpp:532
  75.         bInCombat = <value optimized out>
  76. #5  0x0000000000b4e606 in VisitorHelper<Trinity::ObjectUpdater, Creature> (
  77.     v=@0x7eff65ffedc0, c=<value optimized out>)
  78.     at /home/trinity/madboxpcclean/src/server/game/Grids/Notifiers/GridNotifiersImpl.h:44
  79. No locals.
  80. #6  0x0000000000b46415 in Map::VisitNearbyCellsOf (this=0x7eff789ad000,
  81.     obj=<value optimized out>, gridVisitor=@0x7eff65ffedb0,
  82.     worldVisitor=@0x7eff65ffeda0)
  83.     at /home/trinity/madboxpcclean/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  84.         cell = {data = {Part = {grid_x = 46, grid_y = 28, cell_x = 4,
  85.       cell_y = 4, nocreate = 1, reserved = 0}, All = 17844014}}
  86.         y = 228
  87.         x = 372
  88.         area = {low_bound = {x_coord = 2409742336, y_coord = 227},
  89.   high_bound = {x_coord = 372, y_coord = 229}}
  90. #7  0x0000000000b477c6 in Map::Update (this=0x7eff789ad000, t_diff=100)
  91.     at /home/trinity/madboxpcclean/src/server/game/Maps/Map.cpp:561
  92.         player = (class Player *) 0x7efef4070000
  93.         updater = {i_timeDiff = 100}
  94.         grid_object_update = {i_visitor = @0x7eff65ffedc0}
  95.         world_object_update = {i_visitor = @0x7eff65ffedc0}
  96. #8  0x0000000000d06461 in MapUpdateRequest::call (this=0x7efe8a981610)
  97.     at /home/trinity/madboxpcclean/src/server/game/Maps/MapUpdater.cpp:54
  98. No locals.
  99. #9  0x0000000000d73ab1 in DelayExecutor::svc (this=0x7eff82bbd040)
  100.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:52
  101.         rq = (class ACE_Method_Request *) 0x7efe8a981610
  102. #10 0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  103.     at ../../ace/Task.cpp:271
  104.         t = (ACE_Task_Base *) 0x7eff82bbd040
  105.         svc_status = <value optimized out>
  106. #11 0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  107.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  108.         hook = (class ACE_Thread_Hook *) 0x7eff8e521f1d
  109.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  110.         arg = (void *) 0x7eff82bbd040
  111.         cancel_flags = 4259842
  112.         status = (ACE_THR_FUNC_RETURN) 0x0
  113. #12 0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b8630)
  114.     at ../../ace/Thread_Adapter.cpp:96
  115.         exit_hook_instance = <value optimized out>
  116.         exit_hook_maybe = {instance_ = 0x0}
  117.         exit_hook_ptr = <value optimized out>
  118. #13 0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  119. No symbol table info available.
  120. #14 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  121. No symbol table info available.
  122. #15 0x0000000000000000 in ?? ()
  123. No symbol table info available.
  124.   15 Thread 0x7eff563fe700 (LWP 4531)  0x00007eff8e52e623 in epoll_wait ()
  125.    from /lib/libc.so.6
  126.   14 Thread 0x7eff56bff700 (LWP 4530)  0x00007eff8e52e623 in epoll_wait ()
  127.    from /lib/libc.so.6
  128.   12 Thread 0x7eff58bff700 (LWP 4528)  0x00007eff8e5278d3 in select ()
  129.    from /lib/libc.so.6
  130.   11 Thread 0x7eff59bff700 (LWP 4527)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  131.   10 Thread 0x7eff63fff700 (LWP 4523)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  132.   9 Thread 0x7eff64fff700 (LWP 4522)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  133. * 8 Thread 0x7eff65fff700 (LWP 4521)  0x0000000000b65e2a in Movement::MoveSpline::_updateState (this=0x7eff02fac5c0, ms_time_diff=@0x7eff65ffcb9c)
  134.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.cpp:250
  135.   7 Thread 0x7eff66fff700 (LWP 4520)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  136.   6 Thread 0x7eff67ffe700 (LWP 4519)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  137.   5 Thread 0x7eff687ff700 (LWP 4518)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  138.   4 Thread 0x7eff8a3ff700 (LWP 4502)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  139.   3 Thread 0x7eff8bfff700 (LWP 4501)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  140.   2 Thread 0x7eff8cfff700 (LWP 4500)  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  141.   1 Thread 0x7eff907f2720 (LWP 4497)  0x00007eff8e7c7be5 in pthread_join ()
  142.    from /lib/libpthread.so.0
  143.  
  144. Thread 15 (Thread 0x7eff563fe700 (LWP 4531)):
  145. #0  0x00007eff8e52e623 in epoll_wait () from /lib/libc.so.6
  146. No symbol table info available.
  147. #1  0x00007eff8fe7ac54 in ACE_Dev_Poll_Reactor::work_pending_i (
  148.     this=0x7eff5d1f8700, max_wait_time=<value optimized out>)
  149.     at ../../ace/Dev_Poll_Reactor.cpp:960
  150.         timer_buf = {static zero = {
  151.     static zero = <same as static member of an already seen type>,
  152.     static max_time = {
  153.       static zero = <same as static member of an already seen type>,
  154.       static max_time = <same as static member of an already seen type>,
  155.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  156.       tv_sec = 0, tv_usec = 0}},
  157.   static max_time = <same as static member of an already seen type>, tv_ = {
  158.     tv_sec = 0, tv_usec = 10000}}
  159.         this_timeout = <value optimized out>
  160.         timeout = 10
  161.         nfds = <value optimized out>
  162. #2  0x00007eff8fe7ad41 in ACE_Dev_Poll_Reactor::handle_events_i (
  163.     this=0x7eff5d1f8700, max_wait_time=0x7eff563fddf0, guard=@0x7eff563fdd70)
  164.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  165.         result = <value optimized out>
  166. #3  0x00007eff8fe7af2e in ACE_Dev_Poll_Reactor::handle_events (
  167.     this=0x7eff5d1f8700, max_wait_time=0x7eff563fddf0)
  168.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  169.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  170.   max_wait_time_ = 0x7eff563fddf0, start_time_ = {static zero = {
  171.       static zero = <same as static member of an already seen type>,
  172.       static max_time = {
  173.         static zero = <same as static member of an already seen type>,
  174.         static max_time = <same as static member of an already seen type>,
  175.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  176.         tv_sec = 0, tv_usec = 0}},
  177.     static max_time = <same as static member of an already seen type>, tv_ = {
  178.       tv_sec = 1337191525, tv_usec = 475937}}, stopped_ = false}
  179.         guard = {token_ = @0x7eff5d1f8778, owner_ = 1}
  180.         result = -1
  181. #4  0x00007eff8fed1d9d in ACE_Reactor::run_reactor_event_loop (
  182.     this=0x7eff59d57500, tv=@0x7eff563fddf0, eh=0) at ../../ace/Reactor.cpp:267
  183.         result = 411597824
  184. #5  0x0000000000ba3e1a in ReactorRunnable::svc (this=0x7eff5adb2d40)
  185.     at /home/trinity/madboxpcclean/src/server/game/Server/WorldSocketMgr.cpp:170
  186.         interval = {static zero = {
  187.     static zero = <same as static member of an already seen type>,
  188.     static max_time = {
  189.       static zero = <same as static member of an already seen type>,
  190.       static max_time = <same as static member of an already seen type>,
  191.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  192.       tv_sec = 0, tv_usec = 0}},
  193.   static max_time = <same as static member of an already seen type>, tv_ = {
  194.     tv_sec = 0, tv_usec = 10000}}
  195. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  196.     at ../../ace/Task.cpp:271
  197.         t = (ACE_Task_Base *) 0x7eff5adb2d40
  198.         svc_status = <value optimized out>
  199. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  200.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  201.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  202.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  203.         arg = (void *) 0x7eff5adb2d40
  204.         cancel_flags = 4259842
  205.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffffc
  206. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff5b39c970)
  207.     at ../../ace/Thread_Adapter.cpp:96
  208.         exit_hook_instance = <value optimized out>
  209.         exit_hook_maybe = {instance_ = 0x0}
  210.         exit_hook_ptr = <value optimized out>
  211. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  212. No symbol table info available.
  213. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  214. No symbol table info available.
  215. #11 0x0000000000000000 in ?? ()
  216. No symbol table info available.
  217.  
  218. Thread 14 (Thread 0x7eff56bff700 (LWP 4530)):
  219. #0  0x00007eff8e52e623 in epoll_wait () from /lib/libc.so.6
  220. No symbol table info available.
  221. #1  0x00007eff8fe7ac54 in ACE_Dev_Poll_Reactor::work_pending_i (
  222.     this=0x7eff5d1f8580, max_wait_time=<value optimized out>)
  223.     at ../../ace/Dev_Poll_Reactor.cpp:960
  224.         timer_buf = {static zero = {
  225.     static zero = <same as static member of an already seen type>,
  226.     static max_time = {
  227.       static zero = <same as static member of an already seen type>,
  228.       static max_time = <same as static member of an already seen type>,
  229.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  230.       tv_sec = 0, tv_usec = 0}},
  231.   static max_time = <same as static member of an already seen type>, tv_ = {
  232.     tv_sec = 0, tv_usec = 9999}}
  233.         this_timeout = <value optimized out>
  234.         timeout = 9
  235.         nfds = <value optimized out>
  236. #2  0x00007eff8fe7ad41 in ACE_Dev_Poll_Reactor::handle_events_i (
  237.     this=0x7eff5d1f8580, max_wait_time=0x7eff56bfedf0, guard=@0x7eff56bfed70)
  238.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  239.         result = <value optimized out>
  240. #3  0x00007eff8fe7af2e in ACE_Dev_Poll_Reactor::handle_events (
  241.     this=0x7eff5d1f8580, max_wait_time=0x7eff56bfedf0)
  242.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  243.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  244.   max_wait_time_ = 0x7eff56bfedf0, start_time_ = {static zero = {
  245.       static zero = <same as static member of an already seen type>,
  246.       static max_time = {
  247.         static zero = <same as static member of an already seen type>,
  248.         static max_time = <same as static member of an already seen type>,
  249.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  250.         tv_sec = 0, tv_usec = 0}},
  251.     static max_time = <same as static member of an already seen type>, tv_ = {
  252.       tv_sec = 1337191525, tv_usec = 474027}}, stopped_ = false}
  253.         guard = {token_ = @0x7eff5d1f85f8, owner_ = 1}
  254.         result = -1
  255. #4  0x00007eff8fed1d9d in ACE_Reactor::run_reactor_event_loop (
  256.     this=0x7eff59d574c0, tv=@0x7eff56bfedf0, eh=0) at ../../ace/Reactor.cpp:267
  257.         result = 1524313096
  258. #5  0x0000000000ba3e1a in ReactorRunnable::svc (this=0x7eff5adb2c08)
  259.     at /home/trinity/madboxpcclean/src/server/game/Server/WorldSocketMgr.cpp:170
  260.         interval = {static zero = {
  261.     static zero = <same as static member of an already seen type>,
  262.     static max_time = {
  263.       static zero = <same as static member of an already seen type>,
  264.       static max_time = <same as static member of an already seen type>,
  265.       tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  266.       tv_sec = 0, tv_usec = 0}},
  267.   static max_time = <same as static member of an already seen type>, tv_ = {
  268.     tv_sec = 0, tv_usec = 9999}}
  269. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  270.     at ../../ace/Task.cpp:271
  271.         t = (ACE_Task_Base *) 0x7eff5adb2c08
  272.         svc_status = <value optimized out>
  273. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  274.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  275.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  276.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  277.         arg = (void *) 0x7eff5adb2c08
  278.         cancel_flags = 4259842
  279.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffffc
  280. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff5b39c900)
  281.     at ../../ace/Thread_Adapter.cpp:96
  282.         exit_hook_instance = <value optimized out>
  283.         exit_hook_maybe = {instance_ = 0x0}
  284.         exit_hook_ptr = <value optimized out>
  285. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  286. No symbol table info available.
  287. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  288. No symbol table info available.
  289. #11 0x0000000000000000 in ?? ()
  290. No symbol table info available.
  291.  
  292. Thread 12 (Thread 0x7eff58bff700 (LWP 4528)):
  293. #0  0x00007eff8e5278d3 in select () from /lib/libc.so.6
  294. No symbol table info available.
  295. #1  0x00007eff901887cc in ?? () from /lib/libreadline.so.5
  296. No symbol table info available.
  297. #2  0x00007eff90188a1d in rl_read_key () from /lib/libreadline.so.5
  298. No symbol table info available.
  299. #3  0x00007eff90175da1 in readline_internal_char () from /lib/libreadline.so.5
  300. No symbol table info available.
  301. #4  0x00007eff90176285 in readline () from /lib/libreadline.so.5
  302. No symbol table info available.
  303. #5  0x0000000000850907 in CliRunnable::run (this=<value optimized out>)
  304.     at /home/trinity/madboxpcclean/src/server/worldserver/CommandLine/CliRunnable.cpp:614
  305.         command_str = 0x7eff5b3d48b0 "\020Æ#\001"
  306. #6  0x0000000000d72c8a in ACE_Based::Thread::ThreadTask (param=0x1)
  307.     at /home/trinity/madboxpcclean/src/server/shared/Threading/Threading.cpp:183
  308. No locals.
  309. #7  0x00007eff8feaff43 in ACE_OS_Thread_Adapter::invoke (this=0x90002)
  310.     at ../../ace/OS_Thread_Adapter.cpp:103
  311.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  312.         func = (
  313.     ACE_THR_FUNC_INTERNAL) 0xd72c80 <ACE_Based::Thread::ThreadTask(void*)>
  314.         arg = (void *) 0x7eff5b3d48b0
  315.         cancel_flags = <value optimized out>
  316.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffdfe
  317. #8  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  318. No symbol table info available.
  319. #9  0x00007eff8e52e02d in clone () from /lib/libc.so.6
  320. No symbol table info available.
  321. #10 0x0000000000000000 in ?? ()
  322. No symbol table info available.
  323.  
  324. Thread 11 (Thread 0x7eff59bff700 (LWP 4527)):
  325. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  326.    from /lib/libpthread.so.0
  327. No symbol table info available.
  328. #1  0x00007eff8fe6789a in ACE_Condition_Thread_Mutex::wait (
  329.     this=0x7eff82bbd144) at ../../ace/OS_NS_Thread.inl:329
  330. No locals.
  331. #2  0x0000000000d05e08 in MapUpdater::wait (this=0x7eff82bbd038)
  332.     at /home/trinity/madboxpcclean/src/server/game/Maps/MapUpdater.cpp:87
  333.         TRINITY_GUARD_OBJECT = {lock_ = 0x7eff82bbd110, owner_ = 0}
  334.         __FUNCTION__ = "wait"
  335. #3  0x0000000000b3bc7d in MapManager::Update (this=0x7eff82bbcf08,
  336.     diff=<value optimized out>)
  337.     at /home/trinity/madboxpcclean/src/server/game/Maps/MapManager.cpp:283
  338. No locals.
  339. #4  0x0000000000c52365 in World::Update (this=0x7eff8a508808, diff=26)
  340.     at /home/trinity/madboxpcclean/src/server/game/World/World.cpp:2025
  341. No locals.
  342. #5  0x000000000085b326 in WorldRunnable::run (this=<value optimized out>)
  343.     at /home/trinity/madboxpcclean/src/server/worldserver/WorldThread/WorldRunnable.cpp:60
  344.         diff = 26
  345.         realCurrTime = 46220874
  346.         realPrevTime = 46220848
  347.         prevSleepTime = 25
  348. #6  0x0000000000d72c8a in ACE_Based::Thread::ThreadTask (param=0x7eff82bbd144)
  349.     at /home/trinity/madboxpcclean/src/server/shared/Threading/Threading.cpp:183
  350. No locals.
  351. #7  0x00007eff8feaff43 in ACE_OS_Thread_Adapter::invoke (this=0x90002)
  352.     at ../../ace/OS_Thread_Adapter.cpp:103
  353.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  354.         func = (
  355.     ACE_THR_FUNC_INTERNAL) 0xd72c80 <ACE_Based::Thread::ThreadTask(void*)>
  356.         arg = (void *) 0x7eff5b3d4880
  357.         cancel_flags = <value optimized out>
  358.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  359. #8  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  360. No symbol table info available.
  361. #9  0x00007eff8e52e02d in clone () from /lib/libc.so.6
  362. No symbol table info available.
  363. #10 0x0000000000000000 in ?? ()
  364. No symbol table info available.
  365.  
  366. Thread 10 (Thread 0x7eff63fff700 (LWP 4523)):
  367. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  368.    from /lib/libpthread.so.0
  369. No symbol table info available.
  370. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  371.     this=0x7eff82e21684, mutex=@0x80, abstime=<value optimized out>)
  372.     at ../../ace/OS_NS_Thread.inl:362
  373. No locals.
  374. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  375.     (this=0x7eff82e21600, timeout=0x0)
  376.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  377.         result = <value optimized out>
  378. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  379.     this=0x7eff82e21600, first_item=@0x7eff63ffee08, timeout=0x0)
  380.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  381.         ace_mon = {lock_ = 0x7eff82e21650, owner_ = 0}
  382. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  383.     this=<value optimized out>, tv=0xfffffffffffffe00)
  384.     at ../../ace/Activation_Queue.cpp:89
  385.         mb = (class ACE_Message_Block *) 0x0
  386. #5  0x0000000000d73ac4 in DelayExecutor::svc (this=0x7eff82bbd040)
  387.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:47
  388.         rq = (class ACE_Method_Request *) 0x7efe918eba30
  389. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  390.     at ../../ace/Task.cpp:271
  391.         t = (ACE_Task_Base *) 0x7eff82bbd040
  392.         svc_status = <value optimized out>
  393. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  394.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  395.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  396.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  397.         arg = (void *) 0x7eff82bbd040
  398.         cancel_flags = 4259842
  399.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  400. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b8630)
  401.     at ../../ace/Thread_Adapter.cpp:96
  402.         exit_hook_instance = <value optimized out>
  403.         exit_hook_maybe = {instance_ = 0x0}
  404.         exit_hook_ptr = <value optimized out>
  405. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  406. No symbol table info available.
  407. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  408. No symbol table info available.
  409. #11 0x0000000000000000 in ?? ()
  410. No symbol table info available.
  411.  
  412. Thread 9 (Thread 0x7eff64fff700 (LWP 4522)):
  413. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  414.    from /lib/libpthread.so.0
  415. No symbol table info available.
  416. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  417.     this=0x7eff82e21684, mutex=@0x80, abstime=<value optimized out>)
  418.     at ../../ace/OS_NS_Thread.inl:362
  419. No locals.
  420. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  421.     (this=0x7eff82e21600, timeout=0x0)
  422.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  423.         result = <value optimized out>
  424. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  425.     this=0x7eff82e21600, first_item=@0x7eff64ffee08, timeout=0x0)
  426.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  427.         ace_mon = {lock_ = 0x7eff82e21650, owner_ = 0}
  428. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  429.     this=<value optimized out>, tv=0xfffffffffffffe00)
  430.     at ../../ace/Activation_Queue.cpp:89
  431.         mb = (class ACE_Message_Block *) 0x0
  432. #5  0x0000000000d73ac4 in DelayExecutor::svc (this=0x7eff82bbd040)
  433.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:47
  434.         rq = (class ACE_Method_Request *) 0x7efe975903a0
  435. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  436.     at ../../ace/Task.cpp:271
  437.         t = (ACE_Task_Base *) 0x7eff82bbd040
  438.         svc_status = <value optimized out>
  439. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  440.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  441.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  442.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  443.         arg = (void *) 0x7eff82bbd040
  444.         cancel_flags = 4259842
  445.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  446. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b86a0)
  447.     at ../../ace/Thread_Adapter.cpp:96
  448.         exit_hook_instance = <value optimized out>
  449.         exit_hook_maybe = {instance_ = 0x0}
  450.         exit_hook_ptr = <value optimized out>
  451. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  452. No symbol table info available.
  453. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  454. No symbol table info available.
  455. #11 0x0000000000000000 in ?? ()
  456. No symbol table info available.
  457.  
  458. Thread 8 (Thread 0x7eff65fff700 (LWP 4521)):
  459. #0  0x0000000000b65e2a in Movement::MoveSpline::_updateState (
  460.     this=0x7eff02fac5c0, ms_time_diff=@0x7eff65ffcb9c)
  461.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.cpp:250
  462.         st = {static SYMBUFSIZ = 4096,
  463.   buf_ = "/home/trinity/build/bin/worldserver(_ZN4Unit20UpdateSplineMovementEj+0x35) [0x950875]\n/home/trinity/build/bin/worldserver(_ZN4Unit6UpdateEj+0x162) [0x983762]\n/home/trinity/build/bin/worldserver(_ZN8Cr"..., buflen_ = 1273,
  464.   static UNSUPPORTED = 0x7eff8ff0dfa0 "<stack traces unsupported platform>",
  465.   static UNABLE_TO_GET_TRACE = 0x7eff8ff0dfd0 "<unable to get trace>"}
  466.         result = <value optimized out>
  467.         minimal_diff = -2147483648
  468.         __FUNCTION__ = "_updateState"
  469. #1  0x000000000098786b in Movement::MoveSpline::updateState (
  470.     this=0x7eff02fac5c0, difftime=100)
  471.     at /home/trinity/madboxpcclean/src/server/game/Movement/Spline/MoveSpline.h:109
  472.         __FUNCTION__ = "updateState"
  473. #2  0x0000000000950875 in Unit::UpdateSplineMovement (this=0x7eff02fc0000,
  474.     t_diff=100)
  475.     at /home/trinity/madboxpcclean/src/server/game/Entities/Unit/Unit.cpp:387
  476.         arrived = <value optimized out>
  477. #3  0x0000000000983762 in Unit::Update (this=0x7eff02fc0000, p_time=100)
  478.     at /home/trinity/madboxpcclean/src/server/game/Entities/Unit/Unit.cpp:358
  479.         __FUNCTION__ = "Update"
  480. #4  0x0000000000a3e443 in Creature::Update (this=0x7eff02fc0000, diff=100)
  481.     at /home/trinity/madboxpcclean/src/server/game/Entities/Creature/Creature.cpp:532
  482.         bInCombat = <value optimized out>
  483. #5  0x0000000000b4e606 in VisitorHelper<Trinity::ObjectUpdater, Creature> (
  484.     v=@0x7eff65ffedc0, c=<value optimized out>)
  485.     at /home/trinity/madboxpcclean/src/server/game/Grids/Notifiers/GridNotifiersImpl.h:44
  486. No locals.
  487. #6  0x0000000000b46415 in Map::VisitNearbyCellsOf (this=0x7eff789ad000,
  488.     obj=<value optimized out>, gridVisitor=@0x7eff65ffedb0,
  489.     worldVisitor=@0x7eff65ffeda0)
  490.     at /home/trinity/madboxpcclean/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  491.         cell = {data = {Part = {grid_x = 46, grid_y = 28, cell_x = 4,
  492.       cell_y = 4, nocreate = 1, reserved = 0}, All = 17844014}}
  493.         y = 228
  494.         x = 372
  495.         area = {low_bound = {x_coord = 2409742336, y_coord = 227},
  496.   high_bound = {x_coord = 372, y_coord = 229}}
  497. #7  0x0000000000b477c6 in Map::Update (this=0x7eff789ad000, t_diff=100)
  498.     at /home/trinity/madboxpcclean/src/server/game/Maps/Map.cpp:561
  499.         player = (class Player *) 0x7efef4070000
  500.         updater = {i_timeDiff = 100}
  501.         grid_object_update = {i_visitor = @0x7eff65ffedc0}
  502.         world_object_update = {i_visitor = @0x7eff65ffedc0}
  503. #8  0x0000000000d06461 in MapUpdateRequest::call (this=0x7efe8a981610)
  504.     at /home/trinity/madboxpcclean/src/server/game/Maps/MapUpdater.cpp:54
  505. No locals.
  506. #9  0x0000000000d73ab1 in DelayExecutor::svc (this=0x7eff82bbd040)
  507.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:52
  508.         rq = (class ACE_Method_Request *) 0x7efe8a981610
  509. #10 0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  510.     at ../../ace/Task.cpp:271
  511.         t = (ACE_Task_Base *) 0x7eff82bbd040
  512.         svc_status = <value optimized out>
  513. #11 0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  514.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  515.         hook = (class ACE_Thread_Hook *) 0x7eff8e521f1d
  516.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  517.         arg = (void *) 0x7eff82bbd040
  518.         cancel_flags = 4259842
  519.         status = (ACE_THR_FUNC_RETURN) 0x0
  520. #12 0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b8630)
  521.     at ../../ace/Thread_Adapter.cpp:96
  522.         exit_hook_instance = <value optimized out>
  523.         exit_hook_maybe = {instance_ = 0x0}
  524.         exit_hook_ptr = <value optimized out>
  525. #13 0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  526. No symbol table info available.
  527. #14 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  528. No symbol table info available.
  529. #15 0x0000000000000000 in ?? ()
  530. No symbol table info available.
  531.  
  532. Thread 7 (Thread 0x7eff66fff700 (LWP 4520)):
  533. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  534.    from /lib/libpthread.so.0
  535. No symbol table info available.
  536. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  537.     this=0x7eff82e21684, mutex=@0x80, abstime=<value optimized out>)
  538.     at ../../ace/OS_NS_Thread.inl:362
  539. No locals.
  540. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  541.     (this=0x7eff82e21600, timeout=0x0)
  542.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  543.         result = <value optimized out>
  544. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  545.     this=0x7eff82e21600, first_item=@0x7eff66ffee08, timeout=0x0)
  546.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  547.         ace_mon = {lock_ = 0x7eff82e21650, owner_ = 0}
  548. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  549.     this=<value optimized out>, tv=0xfffffffffffffe00)
  550.     at ../../ace/Activation_Queue.cpp:89
  551.         mb = (class ACE_Message_Block *) 0x0
  552. #5  0x0000000000d73ac4 in DelayExecutor::svc (this=0x7eff82bbd040)
  553.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:47
  554.         rq = (class ACE_Method_Request *) 0x7efe907db220
  555. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  556.     at ../../ace/Task.cpp:271
  557.         t = (ACE_Task_Base *) 0x7eff82bbd040
  558.         svc_status = <value optimized out>
  559. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  560.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  561.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  562.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  563.         arg = (void *) 0x7eff82bbd040
  564.         cancel_flags = 4259842
  565.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  566. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b86a0)
  567.     at ../../ace/Thread_Adapter.cpp:96
  568.         exit_hook_instance = <value optimized out>
  569.         exit_hook_maybe = {instance_ = 0x0}
  570.         exit_hook_ptr = <value optimized out>
  571. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  572. No symbol table info available.
  573. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  574. No symbol table info available.
  575. #11 0x0000000000000000 in ?? ()
  576. No symbol table info available.
  577.  
  578. Thread 6 (Thread 0x7eff67ffe700 (LWP 4519)):
  579. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  580.    from /lib/libpthread.so.0
  581. No symbol table info available.
  582. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  583.     this=0x7eff82e21684, mutex=@0x80, abstime=<value optimized out>)
  584.     at ../../ace/OS_NS_Thread.inl:362
  585. No locals.
  586. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  587.     (this=0x7eff82e21600, timeout=0x0)
  588.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  589.         result = <value optimized out>
  590. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  591.     this=0x7eff82e21600, first_item=@0x7eff67ffde08, timeout=0x0)
  592.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  593.         ace_mon = {lock_ = 0x7eff82e21650, owner_ = 0}
  594. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  595.     this=<value optimized out>, tv=0xfffffffffffffe00)
  596.     at ../../ace/Activation_Queue.cpp:89
  597.         mb = (class ACE_Message_Block *) 0x0
  598. #5  0x0000000000d73ac4 in DelayExecutor::svc (this=0x7eff82bbd040)
  599.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:47
  600.         rq = (class ACE_Method_Request *) 0x7efe8a9805b0
  601. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  602.     at ../../ace/Task.cpp:271
  603.         t = (ACE_Task_Base *) 0x7eff82bbd040
  604.         svc_status = <value optimized out>
  605. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  606.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  607.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  608.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  609.         arg = (void *) 0x7eff82bbd040
  610.         cancel_flags = 4259842
  611.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  612. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b8630)
  613.     at ../../ace/Thread_Adapter.cpp:96
  614.         exit_hook_instance = <value optimized out>
  615.         exit_hook_maybe = {instance_ = 0x0}
  616.         exit_hook_ptr = <value optimized out>
  617. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  618. No symbol table info available.
  619. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  620. No symbol table info available.
  621. #11 0x0000000000000000 in ?? ()
  622. No symbol table info available.
  623.  
  624. Thread 5 (Thread 0x7eff687ff700 (LWP 4518)):
  625. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  626.    from /lib/libpthread.so.0
  627. No symbol table info available.
  628. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  629.     this=0x7eff82e21684, mutex=@0x80, abstime=<value optimized out>)
  630.     at ../../ace/OS_NS_Thread.inl:362
  631. No locals.
  632. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  633.     (this=0x7eff82e21600, timeout=0x0)
  634.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  635.         result = <value optimized out>
  636. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  637.     this=0x7eff82e21600, first_item=@0x7eff687fee08, timeout=0x0)
  638.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  639.         ace_mon = {lock_ = 0x7eff82e21650, owner_ = 0}
  640. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  641.     this=<value optimized out>, tv=0xfffffffffffffe00)
  642.     at ../../ace/Activation_Queue.cpp:89
  643.         mb = (class ACE_Message_Block *) 0x0
  644. #5  0x0000000000d73ac4 in DelayExecutor::svc (this=0x7eff82bbd040)
  645.     at /home/trinity/madboxpcclean/src/server/shared/Threading/DelayExecutor.cpp:47
  646.         rq = (class ACE_Method_Request *) 0x7efe91b64a00
  647. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  648.     at ../../ace/Task.cpp:271
  649.         t = (ACE_Task_Base *) 0x7eff82bbd040
  650.         svc_status = <value optimized out>
  651. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  652.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  653.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  654.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  655.         arg = (void *) 0x7eff82bbd040
  656.         cancel_flags = 4259842
  657.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  658. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff6e5b85c0)
  659.     at ../../ace/Thread_Adapter.cpp:96
  660.         exit_hook_instance = <value optimized out>
  661.         exit_hook_maybe = {instance_ = 0x0}
  662.         exit_hook_ptr = <value optimized out>
  663. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  664. No symbol table info available.
  665. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  666. No symbol table info available.
  667. #11 0x0000000000000000 in ?? ()
  668. No symbol table info available.
  669.  
  670. Thread 4 (Thread 0x7eff8a3ff700 (LWP 4502)):
  671. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  672.    from /lib/libpthread.so.0
  673. No symbol table info available.
  674. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  675.     this=0x7eff8d00d484, mutex=@0x80, abstime=<value optimized out>)
  676.     at ../../ace/OS_NS_Thread.inl:362
  677. No locals.
  678. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  679.     (this=0x7eff8d00d400, timeout=0x0)
  680.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  681.         result = <value optimized out>
  682. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  683.     this=0x7eff8d00d400, first_item=@0x7eff8a3fee08, timeout=0x0)
  684.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  685.         ace_mon = {lock_ = 0x7eff8d00d450, owner_ = 0}
  686. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  687.     this=<value optimized out>, tv=0xfffffffffffffe00)
  688.     at ../../ace/Activation_Queue.cpp:89
  689.         mb = (class ACE_Message_Block *) 0x0
  690. #5  0x0000000000d78060 in DatabaseWorker::svc (this=0x7eff8a52e600)
  691.     at /home/trinity/madboxpcclean/src/server/shared/Database/DatabaseWorker.cpp:40
  692. No locals.
  693. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  694.     at ../../ace/Task.cpp:271
  695.         t = (ACE_Task_Base *) 0x7eff8a52e600
  696.         svc_status = <value optimized out>
  697. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  698.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  699.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  700.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  701.         arg = (void *) 0x7eff8a52e600
  702.         cancel_flags = 4259842
  703.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  704. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff8a55a580)
  705.     at ../../ace/Thread_Adapter.cpp:96
  706.         exit_hook_instance = <value optimized out>
  707.         exit_hook_maybe = {instance_ = 0x0}
  708.         exit_hook_ptr = <value optimized out>
  709. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  710. No symbol table info available.
  711. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  712. No symbol table info available.
  713. #11 0x0000000000000000 in ?? ()
  714. No symbol table info available.
  715.  
  716. Thread 3 (Thread 0x7eff8bfff700 (LWP 4501)):
  717. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  718.    from /lib/libpthread.so.0
  719. No symbol table info available.
  720. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  721.     this=0x7eff8d00d384, mutex=@0x80, abstime=<value optimized out>)
  722.     at ../../ace/OS_NS_Thread.inl:362
  723. No locals.
  724. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  725.     (this=0x7eff8d00d300, timeout=0x0)
  726.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  727.         result = <value optimized out>
  728. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  729.     this=0x7eff8d00d300, first_item=@0x7eff8bffee08, timeout=0x0)
  730.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  731.         ace_mon = {lock_ = 0x7eff8d00d350, owner_ = 0}
  732. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  733.     this=<value optimized out>, tv=0xfffffffffffffe00)
  734.     at ../../ace/Activation_Queue.cpp:89
  735.         mb = (class ACE_Message_Block *) 0x0
  736. #5  0x0000000000d78060 in DatabaseWorker::svc (this=0x7eff8d014fc0)
  737.     at /home/trinity/madboxpcclean/src/server/shared/Database/DatabaseWorker.cpp:40
  738. No locals.
  739. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  740.     at ../../ace/Task.cpp:271
  741.         t = (ACE_Task_Base *) 0x7eff8d014fc0
  742.         svc_status = <value optimized out>
  743. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  744.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  745.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  746.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  747.         arg = (void *) 0x7eff8d014fc0
  748.         cancel_flags = 4259842
  749.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  750. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff8d00be40)
  751.     at ../../ace/Thread_Adapter.cpp:96
  752.         exit_hook_instance = <value optimized out>
  753.         exit_hook_maybe = {instance_ = 0x0}
  754.         exit_hook_ptr = <value optimized out>
  755. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  756. No symbol table info available.
  757. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  758. No symbol table info available.
  759. #11 0x0000000000000000 in ?? ()
  760. No symbol table info available.
  761.  
  762. Thread 2 (Thread 0x7eff8cfff700 (LWP 4500)):
  763. #0  0x00007eff8e7cb16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  764.    from /lib/libpthread.so.0
  765. No symbol table info available.
  766. #1  0x00007eff8fe67945 in ACE_Condition_Thread_Mutex::wait (
  767.     this=0x7eff8d00d284, mutex=@0x80, abstime=<value optimized out>)
  768.     at ../../ace/OS_NS_Thread.inl:362
  769. No locals.
  770. #2  0x0000000000857e1c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  771.     (this=0x7eff8d00d200, timeout=0x0)
  772.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1742
  773.         result = <value optimized out>
  774. #3  0x0000000000858f56 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  775.     this=0x7eff8d00d200, first_item=@0x7eff8cffee08, timeout=0x0)
  776.     at /home/trinity/.sys/include/ace/Message_Queue_T.cpp:1936
  777.         ace_mon = {lock_ = 0x7eff8d00d250, owner_ = 0}
  778. #4  0x00007eff8fe4d625 in ACE_Activation_Queue::dequeue (
  779.     this=<value optimized out>, tv=0xfffffffffffffe00)
  780.     at ../../ace/Activation_Queue.cpp:89
  781.         mb = (class ACE_Message_Block *) 0x0
  782. #5  0x0000000000d78060 in DatabaseWorker::svc (this=0x7eff8d014600)
  783.     at /home/trinity/madboxpcclean/src/server/shared/Database/DatabaseWorker.cpp:40
  784. No locals.
  785. #6  0x00007eff8fef6827 in ACE_Task_Base::svc_run (args=<value optimized out>)
  786.     at ../../ace/Task.cpp:271
  787.         t = (ACE_Task_Base *) 0x7eff8d014600
  788.         svc_status = <value optimized out>
  789. #7  0x00007eff8fef7efb in ACE_Thread_Adapter::invoke_i (
  790.     this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  791.         hook = (class ACE_Thread_Hook *) 0xffffffffffffffff
  792.         func = (ACE_THR_FUNC) 0x7eff8fef67f0 <ACE_Task_Base::svc_run(void*)>
  793.         arg = (void *) 0x7eff8d014600
  794.         cancel_flags = 4259842
  795.         status = (ACE_THR_FUNC_RETURN) 0xfffffffffffffe00
  796. #8  0x00007eff8fef7f85 in ACE_Thread_Adapter::invoke (this=0x7eff8d00a2b0)
  797.     at ../../ace/Thread_Adapter.cpp:96
  798.         exit_hook_instance = <value optimized out>
  799.         exit_hook_maybe = {instance_ = 0x0}
  800.         exit_hook_ptr = <value optimized out>
  801. #9  0x00007eff8e7c68ba in start_thread () from /lib/libpthread.so.0
  802. No symbol table info available.
  803. #10 0x00007eff8e52e02d in clone () from /lib/libc.so.6
  804. No symbol table info available.
  805. #11 0x0000000000000000 in ?? ()
  806. No symbol table info available.
  807.  
  808. Thread 1 (Thread 0x7eff907f2720 (LWP 4497)):
  809. #0  0x00007eff8e7c7be5 in pthread_join () from /lib/libpthread.so.0
  810. No symbol table info available.
  811. #1  0x0000000000d72a86 in ACE_Based::Thread::wait (this=0x7fff46be1580)
  812.     at /home/trinity/.sys/include/ace/OS_NS_Thread.inl:2788
  813.         _value = (ACE_THR_FUNC_RETURN) 0xffffffffffffffff
  814. #2  0x0000000000861283 in Master::Run (this=0x7eff8d011078)
  815.     at /home/trinity/madboxpcclean/src/server/worldserver/Master.cpp:276
  816.         seed1 = {_bn = 0x7eff8d0121c0, _array = 0x0, _lock = {
  817.     process_lock_ = 0x0, lockname_ = 0x0, lock_ = {__data = {__lock = 0,
  818.         __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0,
  819.         __list = {__prev = 0x0, __next = 0x0}},
  820.       __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false}}
  821.         pidfile = {static npos = 18446744073709551615,
  822.   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7eff8d0094d8 "core.pid"}}
  823.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  824.       _vptr.ACE_Event_Handler = 0x123ff30,
  825.       reference_count_ = {<ACE_Atomic_Op_GCC<long int>> = {
  826.           value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x0,
  827.       reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  828.           _vptr.Policy = 0x7eff9014d230},
  829.         value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  830.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  831.       _vptr.ACE_Event_Handler = 0x123ff30,
  832.       reference_count_ = {<ACE_Atomic_Op_GCC<long int>> = {
  833.           value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x0,
  834.       reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  835.           _vptr.Policy = 0x7eff9014d230},
  836.         value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  837.         Handler = {_vptr.ACE_Sig_Handler = 0x19f1830, static sig_pending_ = 0,
  838.   static signal_handlers_ = {0x0, 0x0, 0x7fff46be1510, 0x0 <repeats 12 times>,
  839.     0x7fff46be14e0, 0x0 <repeats 49 times>}}
  840.         world_thread = {m_iThreadId = 139635187513088,
  841.   m_hThreadHandle = 139635187513088, m_task = 0x7eff5b3d4880,
  842.   static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  843.     _vptr.ACE_TSS = 0x148e070, keylock_ = {lock_ = {__data = {__lock = 0,
  844.           __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0,
  845.           __list = {__prev = 0x0, __next = 0x0}},
  846.         __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  847.     once_ = false, key_ = 0}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
  848.       0, 0}}}
  849.         cliThread = (ACE_Based::Thread *) 0x7eff59d573e0
  850.         rar_thread = {m_iThreadId = 139635153958656,
  851.   m_hThreadHandle = 139635153958656, m_task = 0x7eff59d573c0,
  852.   static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  853.     _vptr.ACE_TSS = 0x148e070, keylock_ = {lock_ = {__data = {__lock = 0,
  854.           __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0,
  855.           __list = {__prev = 0x0, __next = 0x0}},
  856.         __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  857.     once_ = false, key_ = 0}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
  858.       0, 0}}}
  859.         soap_thread = (ACE_Based::Thread *) 0x0
  860.         wsport = <value optimized out>
  861.         bind_ip = {static npos = 18446744073709551615,
  862.   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7eff59d57498 "0.0.0.0"}}
  863. #3  0x00007eff8e47dc4d in __libc_start_main () from /lib/libc.so.6
  864. No symbol table info available.
  865. #4  0x0000000000850229 in _start ()
  866. No symbol table info available.
  867. 0x0000000000b65e2a      250         ASSERT(minimal_diff >= 0);