Advertisement
Guest User

Crash in Movement::MoveSpline::_updateState

a guest
Mar 1st, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 75.17 KB | None | 0 0
  1. [New Thread 0x7fff96bff700 (LWP 7220)]
  2. [New Thread 0x7fff95bff700 (LWP 7221)]
  3. [Thread 0x7fff95bff700 (LWP 7221) exited]
  4. [New Thread 0x7fff94bff700 (LWP 7222)]
  5. [New Thread 0x7fff941fe700 (LWP 7223)]
  6. [New Thread 0x7fff92fff700 (LWP 7224)]
  7. [New Thread 0x7fff925fe700 (LWP 7225)]
  8. [New Thread 0x7fff913ff700 (LWP 7226)]
  9. [New Thread 0x7fff903ff700 (LWP 7227)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fff9cbff700 (LWP 7216)]
  13. Trinity::Assert (file=0x1676d78 "/Sources/src/server/game/Movement/Spline/MoveSpline.cpp", line=252, function=0x1676ff0 "_updateState", message=0x1676eff "minimal_diff >= 0") at /Sources/src/server/shared/Debugging/Errors.cpp:32
  14. 32      *((volatile int*)NULL) = 0;
  15. #0  Trinity::Assert (file=0x1676d78 "/Sources/src/server/game/Movement/Spline/MoveSpline.cpp", line=252, function=0x1676ff0 "_updateState", message=0x1676eff "minimal_diff >= 0") at /Sources/src/server/shared/Debugging/Errors.cpp:32
  16. #1  0x0000000000cb1d0c in Movement::MoveSpline::_updateState (this=<value optimized out>, ms_time_diff=<value optimized out>) at /Sources/src/server/game/Movement/Spline/MoveSpline.cpp:252
  17. #2  0x0000000000f1b67b in updateState (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Movement/Spline/MoveSpline.h:110
  18. #3  UpdateSplineMovement (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:392
  19. #4  Unit::Update (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:367
  20. #5  0x0000000000aa71ac in Player::Update (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Player/Player.cpp:1578
  21. #6  0x0000000000c8deed in Map::Update (this=0x7fffda4c6000, t_diff=101) at /Sources/src/server/game/Maps/Map.cpp:643
  22. #7  0x0000000000f8eaa1 in MapUpdateRequest::call (this=0x7ffeb9e24c40) at /Sources/src/server/game/Maps/MapUpdater.cpp:54
  23. #8  0x0000000001009b21 in DelayExecutor::svc (this=0x7fffe8093ab8) at /Sources/src/server/shared/Threading/DelayExecutor.cpp:50
  24. #9  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffe8093ab8) at ../../ace/Task.cpp:271
  25. #10 0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  26. #11 0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fff9cefbb70) at ../../ace/Thread_Adapter.cpp:96
  27. #12 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  28. #13 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  29. #0  Trinity::Assert (file=0x1676d78 "/Sources/src/server/game/Movement/Spline/MoveSpline.cpp", line=252, function=0x1676ff0 "_updateState", message=0x1676eff "minimal_diff >= 0") at /Sources/src/server/shared/Debugging/Errors.cpp:32
  30.         st = {static SYMBUFSIZ = 4096, buf_ = "/root/Desktop/WorldServer/bin/worldserver(_ZN4Unit6UpdateEj+0x17b) [0xf1b67b]\n/root/Desktop/WorldServer/bin/worldserver(_ZN6Player6UpdateEj+0x9c) [0xaa71ac]\n/root/Desktop/WorldServer/bin/worldserver(_"..., buflen_ = 762, static UNSUPPORTED = 0x7ffff794ae40 "<stack traces unsupported platform>", static UNABLE_TO_GET_TRACE = <same as static member of an already seen type>}
  31. #1  0x0000000000cb1d0c in Movement::MoveSpline::_updateState (this=<value optimized out>, ms_time_diff=<value optimized out>) at /Sources/src/server/game/Movement/Spline/MoveSpline.cpp:252
  32.         result = Movement::MoveSpline::Result_None
  33.         minimal_diff = 900
  34.         __FUNCTION__ = "_updateState"
  35. #2  0x0000000000f1b67b in updateState (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Movement/Spline/MoveSpline.h:110
  36. No locals.
  37. #3  UpdateSplineMovement (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:392
  38.         arrived = <value optimized out>
  39. #4  Unit::Update (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:367
  40.         __FUNCTION__ = "Update"
  41. #5  0x0000000000aa71ac in Player::Update (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Player/Player.cpp:1578
  42.         now = <value optimized out>
  43.         pet = 0x65
  44. #6  0x0000000000c8deed in Map::Update (this=0x7fffda4c6000, t_diff=101) at /Sources/src/server/game/Maps/Map.cpp:643
  45.         player = 0x7fff15760000
  46.         updater = {i_timeDiff = 101}
  47.         grid_object_update = {i_visitor = @0x7fff9cbfed70}
  48.         world_object_update = {i_visitor = @0x7fff9cbfed70}
  49. #7  0x0000000000f8eaa1 in MapUpdateRequest::call (this=0x7ffeb9e24c40) at /Sources/src/server/game/Maps/MapUpdater.cpp:54
  50. No locals.
  51. #8  0x0000000001009b21 in DelayExecutor::svc (this=0x7fffe8093ab8) at /Sources/src/server/shared/Threading/DelayExecutor.cpp:50
  52.         rq = 0x7ffeb9e24c40
  53. #9  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffe8093ab8) at ../../ace/Task.cpp:271
  54.         t = 0x7fffe8093ab8
  55.         svc_status = <value optimized out>
  56.         status = <value optimized out>
  57.         thr_mgr_ptr = <value optimized out>
  58. #10 0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  59.         hook = <value optimized out>
  60.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  61.         arg = 0x7fffe8093ab8
  62.         cancel_flags = <value optimized out>
  63.         status = 0x0
  64. #11 0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fff9cefbb70) at ../../ace/Thread_Adapter.cpp:96
  65.         exit_hook_instance = 0x7fff9b012040
  66.         exit_hook_maybe = {instance_ = 0x0}
  67.         exit_hook_ptr = <value optimized out>
  68.         exit_hook = <value optimized out>
  69. #12 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  70. No symbol table info available.
  71. #13 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  72. No symbol table info available.
  73.   21 Thread 0x7fff903ff700 (LWP 7227)  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  74.   20 Thread 0x7fff913ff700 (LWP 7226)  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  75.   19 Thread 0x7fff925fe700 (LWP 7225)  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  76.   18 Thread 0x7fff92fff700 (LWP 7224)  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  77.   17 Thread 0x7fff941fe700 (LWP 7223)  0x00007ffff6a1df3d in nanosleep () from /lib64/libpthread.so.0
  78.   16 Thread 0x7fff94bff700 (LWP 7222)  0x00007ffff5fbc5e3 in select () from /lib64/libc.so.6
  79.   14 Thread 0x7fff96bff700 (LWP 7220)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  80.   13 Thread 0x7fff99fff700 (LWP 7219)  G3D::CollisionDetection::collisionLocationForMovingPointFixedAABox (origin=..., dir=..., box=..., location=..., Inside=@0x7fff99ffe3df, normal=...) at /Sources/dep/g3dlite/source/CollisionDetection.cpp:1248
  81.   12 Thread 0x7fff9afff700 (LWP 7218)  0x0000000000d963b2 in Aura::UpdateOwner (this=0x7fff2acd3ec0, diff=101, owner=0x7ffe9f3d5000) at /Sources/src/server/game/Spells/Auras/SpellAuras.cpp:632
  82.   11 Thread 0x7fff9c1fe700 (LWP 7217)  ThreatManager::isNeedUpdateToClient (this=0x7fff03bb7b28, time=101) at /Sources/src/server/game/Combat/ThreatManager.cpp:577
  83. * 10 Thread 0x7fff9cbff700 (LWP 7216)  Trinity::Assert (file=0x1676d78 "/Sources/src/server/game/Movement/Spline/MoveSpline.cpp", line=252, function=0x1676ff0 "_updateState", message=0x1676eff "minimal_diff >= 0") at /Sources/src/server/shared/Debugging/Errors.cpp:32
  84.   9 Thread 0x7fffed3ff700 (LWP 7184)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  85.   8 Thread 0x7fffeebff700 (LWP 7183)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  86.   7 Thread 0x7ffff03ff700 (LWP 7182)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  87.   6 Thread 0x7ffff17ff700 (LWP 7181)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  88.   5 Thread 0x7ffff2bff700 (LWP 7180)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  89.   4 Thread 0x7ffff3bff700 (LWP 7179)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  90.   3 Thread 0x7ffff4bff700 (LWP 7178)  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  91.   1 Thread 0x7ffff7fe1740 (LWP 7174)  0x00007ffff6a1722d in pthread_join () from /lib64/libpthread.so.0
  92.  
  93. Thread 21 (Thread 0x7fff903ff700 (LWP 7227)):
  94. #0  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  95. No symbol table info available.
  96. #1  0x00007ffff78cac94 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffcd8f4f80, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  97.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 5098}}
  98.         this_timeout = <value optimized out>
  99.         timeout = 5
  100.         nfds = <value optimized out>
  101. #2  0x00007ffff78cb4ac in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffcd8f4f80, max_wait_time=0x7fff903fed00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  102.         result = <value optimized out>
  103. #3  0x00007ffff78cb676 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffcd8f4f80, max_wait_time=0x7fff903fed00) at ../../ace/Dev_Poll_Reactor.cpp:1015
  104.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fff903fed00, start_time_ = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1393697952, tv_usec = 938410}}, stopped_ = false}
  105.         guard = {token_ = @0x7fffcd8f4ff8, owner_ = 1}
  106.         result = <value optimized out>
  107. #4  0x00007ffff791600d in ACE_Reactor::run_reactor_event_loop (this=0x7fffc7ec76e0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  108.         result = <value optimized out>
  109. #5  0x0000000000d08fd8 in ReactorRunnable::svc (this=0x7fffc4d617b0) at /Sources/src/server/game/Server/WorldSocketMgr.cpp:170
  110.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 5098}}
  111.         i = <value optimized out>
  112.         t = <value optimized out>
  113. #6  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffc4d617b0) at ../../ace/Task.cpp:271
  114.         t = 0x7fffc4d617b0
  115.         svc_status = <value optimized out>
  116.         status = <value optimized out>
  117.         thr_mgr_ptr = <value optimized out>
  118. #7  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  119.         hook = <value optimized out>
  120.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  121.         arg = 0x7fffc4d617b0
  122.         cancel_flags = <value optimized out>
  123.         status = 0x0
  124. #8  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fffd56229e0) at ../../ace/Thread_Adapter.cpp:96
  125.         exit_hook_instance = 0x7fff8f012040
  126.         exit_hook_maybe = {instance_ = 0x0}
  127.         exit_hook_ptr = <value optimized out>
  128.         exit_hook = <value optimized out>
  129. #9  0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  130. No symbol table info available.
  131. #10 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  132. No symbol table info available.
  133.  
  134. Thread 20 (Thread 0x7fff913ff700 (LWP 7226)):
  135. #0  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  136. No symbol table info available.
  137. #1  0x00007ffff78cac94 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffcd8f4e00, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  138.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 5970}}
  139.         this_timeout = <value optimized out>
  140.         timeout = 5
  141.         nfds = <value optimized out>
  142. #2  0x00007ffff78cb4ac in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffcd8f4e00, max_wait_time=0x7fff913fed00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  143.         result = <value optimized out>
  144. #3  0x00007ffff78cb676 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffcd8f4e00, max_wait_time=0x7fff913fed00) at ../../ace/Dev_Poll_Reactor.cpp:1015
  145.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fff913fed00, start_time_ = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1393697952, tv_usec = 937980}}, stopped_ = false}
  146.         guard = {token_ = @0x7fffcd8f4e78, owner_ = 1}
  147.         result = <value optimized out>
  148. #4  0x00007ffff791600d in ACE_Reactor::run_reactor_event_loop (this=0x7fffc7ec76a0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  149.         result = <value optimized out>
  150. #5  0x0000000000d08fd8 in ReactorRunnable::svc (this=0x7fffc4d61678) at /Sources/src/server/game/Server/WorldSocketMgr.cpp:170
  151.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 5970}}
  152.         i = <value optimized out>
  153.         t = <value optimized out>
  154. #6  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffc4d61678) at ../../ace/Task.cpp:271
  155.         t = 0x7fffc4d61678
  156.         svc_status = <value optimized out>
  157.         status = <value optimized out>
  158.         thr_mgr_ptr = <value optimized out>
  159. #7  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  160.         hook = <value optimized out>
  161.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  162.         arg = 0x7fffc4d61678
  163.         cancel_flags = <value optimized out>
  164.         status = 0x0
  165. #8  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fffd5622970) at ../../ace/Thread_Adapter.cpp:96
  166.         exit_hook_instance = 0x7fff8f412040
  167.         exit_hook_maybe = {instance_ = 0x0}
  168.         exit_hook_ptr = <value optimized out>
  169.         exit_hook = <value optimized out>
  170. #9  0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  171. No symbol table info available.
  172. #10 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  173. No symbol table info available.
  174.  
  175. Thread 19 (Thread 0x7fff925fe700 (LWP 7225)):
  176. #0  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  177. No symbol table info available.
  178. #1  0x00007ffff78cac94 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffcd8f4c80, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  179.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 5061}}
  180.         this_timeout = <value optimized out>
  181.         timeout = 5
  182.         nfds = <value optimized out>
  183. #2  0x00007ffff78cb4ac in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffcd8f4c80, max_wait_time=0x7fff925fdd00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  184.         result = <value optimized out>
  185. #3  0x00007ffff78cb676 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffcd8f4c80, max_wait_time=0x7fff925fdd00) at ../../ace/Dev_Poll_Reactor.cpp:1015
  186.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fff925fdd00, start_time_ = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1393697952, tv_usec = 938944}}, stopped_ = false}
  187.         guard = {token_ = @0x7fffcd8f4cf8, owner_ = 1}
  188.         result = <value optimized out>
  189. #4  0x00007ffff791600d in ACE_Reactor::run_reactor_event_loop (this=0x7fffc7ec7660, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  190.         result = <value optimized out>
  191. #5  0x0000000000d08fd8 in ReactorRunnable::svc (this=0x7fffc4d61540) at /Sources/src/server/game/Server/WorldSocketMgr.cpp:170
  192.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 5061}}
  193.         i = <value optimized out>
  194.         t = <value optimized out>
  195. #6  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffc4d61540) at ../../ace/Task.cpp:271
  196.         t = 0x7fffc4d61540
  197.         svc_status = <value optimized out>
  198.         status = <value optimized out>
  199.         thr_mgr_ptr = <value optimized out>
  200. #7  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  201.         hook = <value optimized out>
  202.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  203.         arg = 0x7fffc4d61540
  204.         cancel_flags = <value optimized out>
  205.         status = 0x0
  206. #8  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fffd5622900) at ../../ace/Thread_Adapter.cpp:96
  207.         exit_hook_instance = 0x7fff90412040
  208.         exit_hook_maybe = {instance_ = 0x0}
  209.         exit_hook_ptr = <value optimized out>
  210.         exit_hook = <value optimized out>
  211. #9  0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  212. No symbol table info available.
  213. #10 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  214. No symbol table info available.
  215.  
  216. Thread 18 (Thread 0x7fff92fff700 (LWP 7224)):
  217. #0  0x00007ffff5fc4163 in epoll_wait () from /lib64/libc.so.6
  218. No symbol table info available.
  219. #1  0x00007ffff78cac94 in ACE_Dev_Poll_Reactor::work_pending_i (this=0x7fffcd8f4b00, max_wait_time=<value optimized out>) at ../../ace/Dev_Poll_Reactor.cpp:960
  220.         timer_buf = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 9999}}
  221.         this_timeout = <value optimized out>
  222.         timeout = 9
  223.         nfds = <value optimized out>
  224. #2  0x00007ffff78cb4ac in ACE_Dev_Poll_Reactor::handle_events_i (this=0x7fffcd8f4b00, max_wait_time=0x7fff92ffed00, guard=...) at ../../ace/Dev_Poll_Reactor.cpp:1033
  225.         result = <value optimized out>
  226. #3  0x00007ffff78cb676 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffcd8f4b00, max_wait_time=0x7fff92ffed00) at ../../ace/Dev_Poll_Reactor.cpp:1015
  227.         countdown = {<ACE_Copy_Disabled> = {<No data fields>}, max_wait_time_ = 0x7fff92ffed00, start_time_ = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1393697952, tv_usec = 930660}}, stopped_ = false}
  228.         guard = {token_ = @0x7fffcd8f4b78, owner_ = 1}
  229.         result = <value optimized out>
  230. #4  0x00007ffff791600d in ACE_Reactor::run_reactor_event_loop (this=0x7fffc7ec7620, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  231.         result = <value optimized out>
  232. #5  0x0000000000d08fd8 in ReactorRunnable::svc (this=0x7fffc4d61408) at /Sources/src/server/game/Server/WorldSocketMgr.cpp:170
  233.         interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 9999}}
  234.         i = <value optimized out>
  235.         t = <value optimized out>
  236. #6  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffc4d61408) at ../../ace/Task.cpp:271
  237.         t = 0x7fffc4d61408
  238.         svc_status = <value optimized out>
  239.         status = <value optimized out>
  240.         thr_mgr_ptr = <value optimized out>
  241. #7  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  242.         hook = <value optimized out>
  243.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  244.         arg = 0x7fffc4d61408
  245.         cancel_flags = <value optimized out>
  246.         status = 0x0
  247. #8  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fffd5622890) at ../../ace/Thread_Adapter.cpp:96
  248.         exit_hook_instance = 0x7fff91412040
  249.         exit_hook_maybe = {instance_ = 0x0}
  250.         exit_hook_ptr = <value optimized out>
  251.         exit_hook = <value optimized out>
  252. #9  0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  253. No symbol table info available.
  254. #10 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  255. No symbol table info available.
  256.  
  257. Thread 17 (Thread 0x7fff941fe700 (LWP 7223)):
  258. #0  0x00007ffff6a1df3d in nanosleep () from /lib64/libpthread.so.0
  259. No symbol table info available.
  260. #1  0x000000000100a0a6 in sleep (msecs=<value optimized out>) at /usr/local/include/ace/OS_NS_unistd.inl:951
  261.         rqtp = {tv_sec = 1, tv_nsec = 0}
  262. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>) at /Sources/src/server/shared/Threading/Threading.cpp:234
  263. No locals.
  264. #3  0x0000000000934e7b in FreezeDetectorRunnable::run (this=0x7fffc7ec75a0) at /Sources/src/server/worldserver/Master.cpp:108
  265.         curtime = <value optimized out>
  266.         worldLoopCounter = <value optimized out>
  267.         __FUNCTION__ = "run"
  268. #4  0x000000000100a23a in ACE_Based::Thread::ThreadTask (param=0x7fffc7ec75a0) at /Sources/src/server/shared/Threading/Threading.cpp:186
  269.         _task = 0x7fffc7ec75a0
  270. #5  0x00007ffff78f8a95 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  271.         hook = <value optimized out>
  272.         func = 0x100a230 <ACE_Based::Thread::ThreadTask(void*)>
  273.         arg = 0x7fffc7ec75a0
  274.         cancel_flags = <value optimized out>
  275.         status = 0x0
  276. #6  0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  277. No symbol table info available.
  278. #7  0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  279. No symbol table info available.
  280.  
  281. Thread 16 (Thread 0x7fff94bff700 (LWP 7222)):
  282. #0  0x00007ffff5fbc5e3 in select () from /lib64/libc.so.6
  283. No symbol table info available.
  284. #1  0x00000000015cfb7e in tcp_select (soap=0x7fff94bd7440, sk=25, flags=<value optimized out>, timeout=<value optimized out>) at /Sources/dep/gsoap/stdsoap2.cpp:4431
  285.         tv = {tv_sec = 1, tv_usec = 345918}
  286.         fd = {{fds_bits = {33554432, 0 <repeats 15 times>}}, {fds_bits = {33554432, 0 <repeats 15 times>}}, {fds_bits = {33554432, 0 <repeats 15 times>}}}
  287.         sfd = 0x7fff94bd71f0
  288.         efd = 0x7fff94bd7270
  289.         r = <value optimized out>
  290.         rfd = 0x7fff94bd7170
  291. #2  0x00000000015dffef in soap_accept (soap=0x7fff94bd7440) at /Sources/dep/gsoap/stdsoap2.cpp:4847
  292.         r = <value optimized out>
  293.         n = 16
  294.         err = <value optimized out>
  295.         len = 65536
  296.         set = 1
  297. #3  0x000000000092b3b7 in TCSoapRunnable::run (this=0x7fffc7ec7540) at /Sources/src/server/worldserver/TCSoap/TCSoap.cpp:46
  298.         thread_soap = <value optimized out>
  299.         mb = <value optimized out>
  300.         soap = {_vptr.soap = 0x187f790, state = 1, version = 0, mode = 0, imode = 33554432, omode = 33554432, float_format = 0x187b515 "%.9G", double_format = 0x187b51a "%.17lG", dime_id_format = 0x187b521 "cid:id%d", http_version = 0x187b52a "1.1", http_content = 0x0, encodingStyle = 0x187ece0 "", actor = 0x0, lang = 0x187c11b "en", recv_timeout = 5, send_timeout = 5, connect_timeout = 0, accept_timeout = 3, socket_flags = 0, connect_flags = 0, bind_flags = 0, accept_flags = 0, linger_time = 0, namespaces = 0x1d21f60, local_namespaces = 0x0, nlist = 0x0, blist = 0x0, clist = 0x7fff94c13040, alist = 0x0, iht = {0x0 <repeats 1999 times>}, pht = {0x0 <repeats 4096 times>}, pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fff94c14060, idnum = 0, user = 0x0, data = {0x0, 0x0, 0x0, 0x0}, plugins = 0x0, userid = 0x0, passwd = 0x0, authrealm = 0x0, ntlm_challenge = 0x0, ntlm_auth = 0, ntlm_stage = 0, fpost = 0x15f9180 <http_post(soap*, char const*, char const*, int, char const*, char const*, size_t)>, fget = 0x15cd500 <http_get(soap*)>, fput = 0x15cd510 <http_405(soap*)>, fdel = 0x15cd510 <http_405(soap*)>, fopt = 0x15e1900 <http_200(soap*)>, fhead = 0x15e1900 <http_200(soap*)>, fform = 0, fposthdr = 0x15d8b40 <http_post_header(soap*, char const*, char const*)>, fresponse = 0x15d26f0 <http_response(soap*, int, size_t)>, fparse = 0x15e4680 <http_parse(soap*)>, fparsehdr = 0x15f8610 <http_parse_header(soap*, char const*, char const*)>, fheader = 0, fresolve = 0x15d4eb0 <tcp_gethost(soap*, char const*, in_addr*)>, fconnect = 0, fdisconnect = 0, fclosesocket = 0x15d4e60 <tcp_closesocket(soap*, int)>, fshutdownsocket = 0x15d4e50 <tcp_shutdownsocket(soap*, int, int)>, fopen = 0x15ea7f0 <tcp_connect(soap*, char const*, char const*, int)>, faccept = 0x15d4ea0 <tcp_accept(soap*, int, sockaddr*, int*)>, fclose = 0x15cd3e0 <tcp_disconnect(soap*)>, fsend = 0x15d4b40 <fsend(soap*, char const*, size_t)>, frecv = 0x15d4900 <frecv(soap*, char*, size_t)>, fpoll = 0x15e0a90 <soap_poll(soap*)>, fseterror = 0, fignore = 0, fserveloop = 0, fplugin = 0x15d2690 <fplugin(soap*, char const*)>, fmalloc = 0, feltbegin = 0, feltendin = 0, feltbegout = 0, feltendout = 0, fprepareinitsend = 0, fprepareinitrecv = 0, fpreparesend = 0, fpreparerecv = 0, fpreparefinalsend = 0, fpreparefinalrecv = 0, filterstop = 0, ffiltersend = 0, ffilterrecv = 0, fdimereadopen = 0, fdimewriteopen = 0, fdimereadclose = 0, fdimewriteclose = 0, fdimeread = 0, fdimewrite = 0, fmimereadopen = 0, fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0, fmimeread = 0, fmimewrite = 0, master = 25, socket = -1, sendsk = -1, recvsk = -1, os = 0x0, is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0, cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0, lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>, msgbuf = '\000' <repeats 1023 times>, tmpbuf = '\000' <repeats 1023 times>, tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>, href = '\000' <repeats 1023 times>, type = '\000' <repeats 1023 times>, arrayType = '\000' <repeats 1023 times>, arraySize = '\000' <repeats 1023 times>, arrayOffset = '\000' <repeats 1023 times>, other = 0, root = 0, position = 0, positions = {0 <repeats 16 times>}, attributes = 0x0, encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9, event = 0, evlev = 0, alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0, endpoint = '\000' <repeats 1023 times>, path = '\000' <repeats 1023 times>, host = '\000' <repeats 1023 times>, action = 0x0, prolog = 0x0, ip = 0, port = 7878, keep_alive = 0, tcp_keep_alive = 0, tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0, max_keep_alive = 100, proxy_http_version = 0x187b52e "1.0", proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0, proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0, errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0, chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0, type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0}, mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0, last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {0x0, 0x0, 0x0}, mht = {0x0 <repeats 3986 times>, 0x7fff94c00150, 0x1, 0x7ffff5076288, 0x1, 0x7ffff5076288, 0x0, 0x0, 0x0, 0x7fff94c00120, 0x1, 0x7ffff5076288, 0x0 <repeats 99 times>}, wsuid = 0x0, c14nexclude = 0x0, cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0, cookie_max = 32, ipv6_multicast_if = 0, ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0 '\000', peer = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16, fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0, session = 0x0, dh_params = 0x0, rsa_params = 0x0, ssl_flags = 0, keyfile = 0x0, password = 0x0, cafile = 0x0, capath = 0x0, crlfile = 0x0, session_host = '\000' <repeats 968 times>"\200, a\a\365\377\177\000\000$\000\000\000\000\000\000\000\000\000\300\224\377\177\000\000!ib\001\000\000\000\000\000\004\000\000\000\000\000\000\356\003\000\000\000\000\000\000\200b\a\365\377\177\000", session_port = 1010, c_locale = 0x0, d_stream = 0x1e, z_crc = -1799356416, z_dict = 0x7ffff5076288 "\210b\a\365\377\177", z_dict_len = 4110901632, zlib_state = 32767, zlib_in = 0, zlib_out = 0, z_buf = 0x2000 <Address 0x2000 out of bounds>, z_buflen = 0, z_level = 255, z_ratio_in = 0, z_ratio_out = 4.15907879e-38}
  301. #4  0x000000000100a23a in ACE_Based::Thread::ThreadTask (param=0x7fffc7ec7540) at /Sources/src/server/shared/Threading/Threading.cpp:186
  302.         _task = 0x7fffc7ec7540
  303. #5  0x00007ffff78f8a95 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  304.         hook = <value optimized out>
  305.         func = 0x100a230 <ACE_Based::Thread::ThreadTask(void*)>
  306.         arg = 0x7fffc7ec7540
  307.         cancel_flags = <value optimized out>
  308.         status = 0x0
  309. #6  0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  310. No symbol table info available.
  311. #7  0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  312. No symbol table info available.
  313.  
  314. Thread 14 (Thread 0x7fff96bff700 (LWP 7220)):
  315. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  316. No symbol table info available.
  317. #1  0x00007ffff78b988a in cond_wait (this=<value optimized out>) at ../../ace/OS_NS_Thread.inl:325
  318.         result = <value optimized out>
  319. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:90
  320. No locals.
  321. #3  0x0000000000f8e8a8 in MapUpdater::wait (this=0x7fffe8093ab0) at /Sources/src/server/game/Maps/MapUpdater.cpp:85
  322.         __FUNCTION__ = "wait"
  323. #4  0x0000000000c767b7 in MapManager::Update (this=0x7fffe8093a08, diff=<value optimized out>) at /Sources/src/server/game/Maps/MapManager.cpp:254
  324.         iter = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x1000, _M_cur_bucket = 0x7fff191b1d88}, <No data fields>}
  325. #5  0x0000000000dc3a11 in World::Update (this=0x7fffed7acc08, diff=41) at /Sources/src/server/game/World/World.cpp:2085
  326. No locals.
  327. #6  0x000000000092d3cf in WorldRunnable::run (this=<value optimized out>) at /Sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:60
  328.         diff = 41
  329.         realCurrTime = <value optimized out>
  330.         realPrevTime = <value optimized out>
  331.         prevSleepTime = 40
  332. #7  0x000000000100a23a in ACE_Based::Thread::ThreadTask (param=0x7fffc4d4d380) at /Sources/src/server/shared/Threading/Threading.cpp:186
  333.         _task = 0x7fffc4d4d380
  334. #8  0x00007ffff78f8a95 in ACE_OS_Thread_Adapter::invoke (this=<value optimized out>) at ../../ace/OS_Thread_Adapter.cpp:103
  335.         hook = <value optimized out>
  336.         func = 0x100a230 <ACE_Based::Thread::ThreadTask(void*)>
  337.         arg = 0x7fffc4d4d380
  338.         cancel_flags = <value optimized out>
  339.         status = 0x0
  340. #9  0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  341. No symbol table info available.
  342. #10 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  343. No symbol table info available.
  344.  
  345. Thread 13 (Thread 0x7fff99fff700 (LWP 7219)):
  346. #0  G3D::CollisionDetection::collisionLocationForMovingPointFixedAABox (origin=..., dir=..., box=..., location=..., Inside=@0x7fff99ffe3df, normal=...) at /Sources/dep/g3dlite/source/CollisionDetection.cpp:1248
  347.         i = 2
  348.         MinB = @0x7fffce43ab18
  349.         MaxB = @0x7fffce43ab24
  350.         MaxT = {x = -1, y = -1, z = -1}
  351.         WhichPlane = <value optimized out>
  352. #1  0x000000000159e3a9 in G3D::CollisionDetection::collisionTimeForMovingPointFixedAABox (origin=..., dir=<value optimized out>, box=<value optimized out>, location=..., Inside=<value optimized out>, normal=<value optimized out>) at /Sources/dep/g3dlite/source/CollisionDetection.cpp:1220
  353. No locals.
  354. #2  0x0000000001571b4f in G3D::Ray::intersectionTime (this=<value optimized out>, box=<value optimized out>) at /Sources/dep/g3dlite/source/Ray.cpp:209
  355.         dummy = {x = 8729.66602, y = 23228.3906, z = 51.259346}
  356.         inside = false
  357.         time = <value optimized out>
  358. #3  0x000000000153850a in VMAP::ModelInstance::intersectRay (this=0x7fffce43aaf0, pRay=..., pMaxDist=@0x7fff99ffe99c, pStopAtFirstHit=false) at /Sources/src/server/collision/Models/ModelInstance.cpp:42
  359.         modRay = {m_origin = {x = -2.93736744, y = -0.00598108768, z = 7.26764679}, m_direction = {x = 0, y = 0, z = -1}, m_invDirection = {x = inf, y = inf, z = -1}, classification = G3D::Ray::OOM, ibyj = -nan(0x400000), jbyi = -nan(0x400000), kbyj = -inf, jbyk = -0, ibyk = -0, kbyi = -inf, c_xy = -nan(0x400000), c_xz = -inf, c_yx = 3.95107144e-38, c_yz = 0, c_zx = -2.93736744, c_zy = -0.00598108768}
  360.         hit = 240
  361.         time = <value optimized out>
  362.         p = {x = -2.93736744, y = -0.00598108768, z = 7.26764679}
  363.         distance = <value optimized out>
  364. #4  0x000000000151c1bd in operator() (this=0x7fffd8ad9d00, pPos=..., maxSearchDist=<value optimized out>) at /Sources/src/server/collision/Maps/MapTree.cpp:42
  365.         result = <value optimized out>
  366. #5  intersectRay<VMAP::MapRayCallback> (this=0x7fffd8ad9d00, pPos=..., maxSearchDist=<value optimized out>) at /Sources/src/server/collision/BoundingIntervalHierarchy.h:220
  367.         hit = 240
  368.         n = 3
  369.         tn = <value optimized out>
  370.         axis = <value optimized out>
  371.         offset = <value optimized out>
  372.         BVH2 = <value optimized out>
  373.         intervalMax = <value optimized out>
  374.         offsetFront = {1, 1, 2}
  375.         offsetBack = {2, 2, 1}
  376.         intervalMin = <value optimized out>
  377.         invDir = {x = inf, y = inf, z = -1}
  378.         offsetFront3 = {0, 0, 3}
  379.         offsetBack3 = {3, 3, 0}
  380.         stackPos = <value optimized out>
  381.         node = <value optimized out>
  382.         org = {x = 8731.8291, y = 23217.5527, z = 50.2871971}
  383.         dir = {x = 0, y = 0, z = -1}
  384.         stack = {{node = 337929, tnear = 0, tfar = 31.1578636}, {node = 337935, tnear = 1.99017715, tfar = 14.6008034}, {node = 328557, tnear = 0, tfar = 4.74031245e-40}, {node = 0, tnear = -1, tfar = 4.60486294e-40}, {node = 0, tnear = 0, tfar = 4.6040642e-40}, {node = 32767, tnear = 30.4135208, tfar = 27.8673687}, {node = 1080590928, tnear = 0.00197733194, tfar = 4.34402524e-44}, {node = 0, tnear = 1.72081697e+20, tfar = 4.59163468e-41}, {node = 2583684828, tnear = 4.59163468e-41, tfar = -2.6461058e-23}, {node = 32767, tnear = -2.64596065e-23, tfar = 4.59163468e-41}, {node = 2583684800, tnear = 4.59163468e-41, tfar = -2.6461058e-23}, {node = 32767, tnear = 3.87844999e-38, tfar = 0}, {node = 1620848736, tnear = 4.59163468e-41, tfar = 9.00382156e+19}, {node = 32767, tnear = inf, tfar = inf}, {node = 0, tnear = 0, tfar = -1}, {node = 32767, tnear = 1.7368555e-38, tfar = 0}, {node = 3460468808, tnear = 4.59163468e-41, tfar = -2.6461058e-23}, {node = 32767, tnear = -1.52711965e+15, tfar = 4.59163468e-41}, {node = 0, tnear = 0, tfar = -2.64610453e-23}, {node = 32767, tnear = 3.88528104e-38, tfar = 0}, {node = 0, tnear = 0, tfar = -1}, {node = 0, tnear = 0, tfar = 0}, {node = 3212836864, tnear = 0, tfar = 30.4135208}, {node = 1105129567, tnear = 3.63295364, tfar = 0.00197733194}, {node = 46, tnear = 2.66246708e-44, tfar = 0}, {node = 0, tnear = -2.64612725e-23, tfar = 4.59163468e-41}, {node = 22159304, tnear = 0, tfar = 1.40129846e-45}, {node = 32767, tnear = 4.38258897e-40, tfar = 0}, {node = 0, tnear = 4.59163468e-41, tfar = -2.64610706e-23}, {node = 0, tnear = 4.43187264e-40, tfar = 0}, {node = 3119521904, tnear = 4.5956564e-40, tfar = -2.64610832e-23}, {node = 32767, tnear = 4.6040642e-40, tfar = 0}, {node = 3662540800, tnear = 4.59163468e-41, tfar = -2.64610706e-23}, {node = 32767, tnear = -2.64601618e-23, tfar = 4.59163468e-41}, {node = 2583685520, tnear = 4.59163468e-41, tfar = -2.64610832e-23}, {node = 32767, tnear = -2.64606919e-23, tfar = 4.59163468e-41}, {node = 2583685752, tnear = 4.59163468e-41, tfar = 1.99797303e-38}, {node = 0, tnear = 2.20003859e-43, tfar = 0}, {node = 0, tnear = 0, tfar = 0}, {node = 0, tnear = -1.44915633e+16, tfar = 4.59163468e-41}, {node = 2583685248, tnear = 4.59163468e-41, tfar = 5.60519386e-45}, {node = 0, tnear = 6.44597294e-44, tfar = 0}, {node = 4153365830, tnear = 4.59163468e-41, tfar = -1.44915633e+16}, {node = 32767, tnear = 1.83904056e-38, tfar = 0}, {node = 3662541008, tnear = 4.59163468e-41, tfar = -nan(0x7fff01)}, {node = 0, tnear = 5.31767783e-33, tfar = 4.59163468e-41}, {node = 2583685792, tnear = 4.59163468e-41, tfar = -1.44915633e+16}, {node = 32767, tnear = -1.44915633e+16, tfar = 4.59163468e-41}, {node = 2583685344, tnear = 4.59163468e-41, tfar = 7.00649232e-45}, {node = 0, tnear = 4.34402524e-44, tfar = 0}, {node = 4153365830, tnear = 4.59163468e-41, tfar = -1.44915633e+16}, {node = 32767, tnear = 1.83904056e-38, tfar = 0}, {node = 3662541008, tnear = 4.59163468e-41, tfar = -nan(0x7fffff)}, {node = 0, tnear = -1.12309517e-19, tfar = 4.59149455e-41}, {node = 11243846, tnear = 0, tfar = 6.88870599e+20}, {node = 32767, tnear = 1.64480266e-38, tfar = 0}, {node = 30658464, tnear = 0, tfar = -nan(0x7fffff)}, {node = 32767, tnear = 8753.45801, tfar = 23231.6211}, {node = 516117, tnear = 0, tfar = -1.44915633e+16}, {node = 32767, tnear = 1.64285359e-38, tfar = 0}, {node = 6, tnear = 0, tfar = 6.94346976e+20}, {node = 32767, tnear = 1.40129846e-45, tfar = 0}, {node = 6, tnear = 0, tfar = 6.88870599e+20}, {node = 32767, tnear = 2.21137972e-38, tfar = 0}}
  385. #6  getIntersectionTime (this=0x7fffd8ad9d00, pPos=..., maxSearchDist=<value optimized out>) at /Sources/src/server/collision/Maps/MapTree.cpp:149
  386.         distance = 50
  387.         intersectionCallBack = {prims = 0x7fffce400008, hit = <value optimized out>}
  388. #7  VMAP::StaticMapTree::getHeight (this=0x7fffd8ad9d00, pPos=..., maxSearchDist=<value optimized out>) at /Sources/src/server/collision/Maps/MapTree.cpp:233
  389.         height = inf
  390.         dir = {x = 0, y = 0, z = -1}
  391.         ray = {m_origin = {x = 8731.8291, y = 23217.5527, z = 50.2871971}, m_direction = {x = 0, y = 0, z = -1}, m_invDirection = {x = inf, y = inf, z = -1}, classification = G3D::Ray::OOM, ibyj = -nan(0x400000), jbyi = -nan(0x400000), kbyj = -inf, jbyk = -0, ibyk = -0, kbyi = -inf, c_xy = -nan(0x400000), c_xz = inf, c_yx = -nan(0x400000), c_yz = inf, c_zx = 8731.8291, c_zy = 23217.5527}
  392.         maxDist = <value optimized out>
  393. #8  0x0000000001516c4c in VMAP::VMapManager2::getHeight (this=0x7fffed690560, mapId=530, x=<value optimized out>, y=<value optimized out>, z=<value optimized out>, maxSearchDist=<value optimized out>) at /Sources/src/server/collision/Management/VMapManager2.cpp:198
  394.         pos = {x = 8731.8291, y = 23217.5527, z = 50.2871971}
  395.         height = <value optimized out>
  396.         instanceTree = <value optimized out>
  397. #9  0x0000000000c869c8 in Map::GetHeight (this=0x7fffda4df000, x=8334.83691, y=-6150.88623, z=48.2871971, checkVMap=true, maxSearchDist=50) at /Sources/src/server/game/Maps/Map.cpp:1997
  398.         vmgr = <value optimized out>
  399.         mapHeight = <value optimized out>
  400.         vmapHeight = -200000
  401. #10 0x0000000000b03ac5 in Creature::UpdateMovementFlags (this=0x7fff612cd000) at /Sources/src/server/game/Entities/Creature/Creature.cpp:2631
  402.         ground = <value optimized out>
  403.         isInAir = <value optimized out>
  404. #11 0x0000000000b0fcb3 in Creature::Update (this=0x7fff612cd000, diff=101) at /Sources/src/server/game/Entities/Creature/Creature.cpp:455
  405. No locals.
  406. #12 0x0000000000bd70f0 in Trinity::ObjectUpdater::Visit<Creature> (this=0x7fff99ffed70, m=<value optimized out>) at /Sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:340
  407.         iter = {_Ptr = 0x7fff612cec78}
  408. #13 0x0000000000c86355 in VisitorHelper<Trinity::ObjectUpdater, Creature> (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:60
  409. No locals.
  410. #14 VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:66
  411. No locals.
  412. #15 VisitorHelper<Trinity::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:67
  413. No locals.
  414. #16 VisitorHelper<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:88
  415. No locals.
  416. #17 Visit (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:99
  417. No locals.
  418. #18 Visit<Trinity::ObjectUpdater> (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Grids/Grid.h:91
  419. No locals.
  420. #19 VisitGrid<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Grids/NGrid.h:157
  421. No locals.
  422. #20 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Maps/Map.h:701
  423.         cell_x = 5
  424.         cell_y = <value optimized out>
  425. #21 Map::VisitNearbyCellsOf (this=0x7fffda4df000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Maps/Map.cpp:603
  426.         cell_id = <value optimized out>
  427.         cell = {data = {Part = {grid_x = 47, grid_y = 20, cell_x = 5, cell_y = 3, nocreate = 1, reserved = 0}, All = 17585455}}
  428.         y = 163
  429.         x = 381
  430.         area = {low_bound = {x_coord = 379, y_coord = 162}, high_bound = {x_coord = 382, y_coord = 164}}
  431. #22 0x0000000000c8defe in Map::Update (this=0x7fffda4df000, t_diff=101) at /Sources/src/server/game/Maps/Map.cpp:645
  432.         player = 0x7fff62156000
  433.         updater = {i_timeDiff = 101}
  434.         grid_object_update = {i_visitor = @0x7fff99ffed70}
  435.         world_object_update = {i_visitor = @0x7fff99ffed70}
  436. #23 0x0000000000f8eaa1 in MapUpdateRequest::call (this=0x7ffeb8436dc0) at /Sources/src/server/game/Maps/MapUpdater.cpp:54
  437. No locals.
  438. #24 0x0000000001009b21 in DelayExecutor::svc (this=0x7fffe8093ab8) at /Sources/src/server/shared/Threading/DelayExecutor.cpp:50
  439.         rq = 0x7ffeb8436dc0
  440. #25 0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffe8093ab8) at ../../ace/Task.cpp:271
  441.         t = 0x7fffe8093ab8
  442.         svc_status = <value optimized out>
  443.         status = <value optimized out>
  444.         thr_mgr_ptr = <value optimized out>
  445. #26 0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  446.         hook = <value optimized out>
  447.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  448.         arg = 0x7fffe8093ab8
  449.         cancel_flags = <value optimized out>
  450.         status = 0x0
  451. #27 0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fff9cefbcc0) at ../../ace/Thread_Adapter.cpp:96
  452.         exit_hook_instance = 0x7fff98c12040
  453.         exit_hook_maybe = {instance_ = 0x0}
  454.         exit_hook_ptr = <value optimized out>
  455.         exit_hook = <value optimized out>
  456. #28 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  457. No symbol table info available.
  458. #29 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  459. No symbol table info available.
  460.  
  461. Thread 12 (Thread 0x7fff9afff700 (LWP 7218)):
  462. #0  0x0000000000d963b2 in Aura::UpdateOwner (this=0x7fff2acd3ec0, diff=101, owner=0x7ffe9f3d5000) at /Sources/src/server/game/Spells/Auras/SpellAuras.cpp:632
  463.         __FUNCTION__ = "UpdateOwner"
  464.         caster = 0x7ffe9f3d5458
  465.         modSpell = <value optimized out>
  466.         modOwner = <value optimized out>
  467. #1  0x0000000000f0253e in Unit::_UpdateSpells (this=0x7ffe9f3d5000, time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:2895
  468.         i_aura = 0x7fff2acd3ec0
  469. #2  0x0000000000f1b55a in Unit::Update (this=0x7ffe9f3d5000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:324
  470.         __FUNCTION__ = "Update"
  471. #3  0x0000000000aa71ac in Player::Update (this=0x7ffe9f3d5000, p_time=101) at /Sources/src/server/game/Entities/Player/Player.cpp:1578
  472.         now = <value optimized out>
  473.         pet = 0x65
  474. #4  0x0000000000c8deed in Map::Update (this=0x7fffe0523000, t_diff=101) at /Sources/src/server/game/Maps/Map.cpp:643
  475.         player = 0x7ffe9f3d5000
  476.         updater = {i_timeDiff = 101}
  477.         grid_object_update = {i_visitor = @0x7fff9affed70}
  478.         world_object_update = {i_visitor = @0x7fff9affed70}
  479. #5  0x0000000000f8eaa1 in MapUpdateRequest::call (this=0x7ffee6fbb2b0) at /Sources/src/server/game/Maps/MapUpdater.cpp:54
  480. No locals.
  481. #6  0x0000000001009b21 in DelayExecutor::svc (this=0x7fffe8093ab8) at /Sources/src/server/shared/Threading/DelayExecutor.cpp:50
  482.         rq = 0x7ffee6fbb2b0
  483. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffe8093ab8) at ../../ace/Task.cpp:271
  484.         t = 0x7fffe8093ab8
  485.         svc_status = <value optimized out>
  486.         status = <value optimized out>
  487.         thr_mgr_ptr = <value optimized out>
  488. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  489.         hook = <value optimized out>
  490.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  491.         arg = 0x7fffe8093ab8
  492.         cancel_flags = <value optimized out>
  493.         status = 0x0
  494. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fff9cefbc50) at ../../ace/Thread_Adapter.cpp:96
  495.         exit_hook_instance = 0x7fff99012040
  496.         exit_hook_maybe = {instance_ = 0x0}
  497.         exit_hook_ptr = <value optimized out>
  498.         exit_hook = <value optimized out>
  499. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  500. No symbol table info available.
  501. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  502. No symbol table info available.
  503.  
  504. Thread 11 (Thread 0x7fff9c1fe700 (LWP 7217)):
  505. #0  ThreatManager::isNeedUpdateToClient (this=0x7fff03bb7b28, time=101) at /Sources/src/server/game/Combat/ThreatManager.cpp:577
  506. No locals.
  507. #1  0x0000000000f1b737 in Unit::Update (this=0x7fff03bb6000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:330
  508.         __FUNCTION__ = "Update"
  509. #2  0x0000000000b0fcda in Creature::Update (this=0x7fff03bb6000, diff=101) at /Sources/src/server/game/Entities/Creature/Creature.cpp:520
  510.         bInCombat = <value optimized out>
  511. #3  0x0000000000bd70f0 in Trinity::ObjectUpdater::Visit<Creature> (this=0x7fff9c1fdd70, m=<value optimized out>) at /Sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:340
  512.         iter = {_Ptr = 0x7fff03bb7c78}
  513. #4  0x0000000000c86355 in VisitorHelper<Trinity::ObjectUpdater, Creature> (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:60
  514. No locals.
  515. #5  VisitorHelper<Trinity::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:66
  516. No locals.
  517. #6  VisitorHelper<Trinity::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:67
  518. No locals.
  519. #7  VisitorHelper<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:88
  520. No locals.
  521. #8  Visit (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/shared/Dynamic/TypeContainerVisitor.h:99
  522. No locals.
  523. #9  Visit<Trinity::ObjectUpdater> (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Grids/Grid.h:91
  524. No locals.
  525. #10 VisitGrid<Trinity::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Grids/NGrid.h:157
  526. No locals.
  527. #11 Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Maps/Map.h:701
  528.         cell_x = 0
  529.         cell_y = <value optimized out>
  530. #12 Map::VisitNearbyCellsOf (this=0x7fffdc8c8000, obj=<value optimized out>, gridVisitor=..., worldVisitor=...) at /Sources/src/server/game/Maps/Map.cpp:603
  531.         cell_id = <value optimized out>
  532.         cell = {data = {Part = {grid_x = 33, grid_y = 34, cell_x = 0, cell_y = 7, nocreate = 1, reserved = 0}, All = 18614433}}
  533.         y = 279
  534.         x = 264
  535.         area = {low_bound = {x_coord = 261, y_coord = 277}, high_bound = {x_coord = 264, y_coord = 280}}
  536. #13 0x0000000000c8defe in Map::Update (this=0x7fffdc8c8000, t_diff=101) at /Sources/src/server/game/Maps/Map.cpp:645
  537.         player = 0x7ffecba72000
  538.         updater = {i_timeDiff = 101}
  539.         grid_object_update = {i_visitor = @0x7fff9c1fdd70}
  540.         world_object_update = {i_visitor = @0x7fff9c1fdd70}
  541. #14 0x0000000000f8eaa1 in MapUpdateRequest::call (this=0x7ffeb9e24ee0) at /Sources/src/server/game/Maps/MapUpdater.cpp:54
  542. No locals.
  543. #15 0x0000000001009b21 in DelayExecutor::svc (this=0x7fffe8093ab8) at /Sources/src/server/shared/Threading/DelayExecutor.cpp:50
  544.         rq = 0x7ffeb9e24ee0
  545. #16 0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffe8093ab8) at ../../ace/Task.cpp:271
  546.         t = 0x7fffe8093ab8
  547.         svc_status = <value optimized out>
  548.         status = <value optimized out>
  549.         thr_mgr_ptr = <value optimized out>
  550. #17 0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  551.         hook = <value optimized out>
  552.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  553.         arg = 0x7fffe8093ab8
  554.         cancel_flags = <value optimized out>
  555.         status = 0x0
  556. #18 0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fff9cefbbe0) at ../../ace/Thread_Adapter.cpp:96
  557.         exit_hook_instance = 0x7fff9a012040
  558.         exit_hook_maybe = {instance_ = 0x0}
  559.         exit_hook_ptr = <value optimized out>
  560.         exit_hook = <value optimized out>
  561. #19 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  562. No symbol table info available.
  563. #20 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  564. No symbol table info available.
  565.  
  566. Thread 10 (Thread 0x7fff9cbff700 (LWP 7216)):
  567. #0  Trinity::Assert (file=0x1676d78 "/Sources/src/server/game/Movement/Spline/MoveSpline.cpp", line=252, function=0x1676ff0 "_updateState", message=0x1676eff "minimal_diff >= 0") at /Sources/src/server/shared/Debugging/Errors.cpp:32
  568.         st = {static SYMBUFSIZ = 4096, buf_ = "/root/Desktop/WorldServer/bin/worldserver(_ZN4Unit6UpdateEj+0x17b) [0xf1b67b]\n/root/Desktop/WorldServer/bin/worldserver(_ZN6Player6UpdateEj+0x9c) [0xaa71ac]\n/root/Desktop/WorldServer/bin/worldserver(_"..., buflen_ = 762, static UNSUPPORTED = 0x7ffff794ae40 "<stack traces unsupported platform>", static UNABLE_TO_GET_TRACE = <same as static member of an already seen type>}
  569. #1  0x0000000000cb1d0c in Movement::MoveSpline::_updateState (this=<value optimized out>, ms_time_diff=<value optimized out>) at /Sources/src/server/game/Movement/Spline/MoveSpline.cpp:252
  570.         result = Movement::MoveSpline::Result_None
  571.         minimal_diff = 900
  572.         __FUNCTION__ = "_updateState"
  573. #2  0x0000000000f1b67b in updateState (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Movement/Spline/MoveSpline.h:110
  574. No locals.
  575. #3  UpdateSplineMovement (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:392
  576.         arrived = <value optimized out>
  577. #4  Unit::Update (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Unit/Unit.cpp:367
  578.         __FUNCTION__ = "Update"
  579. #5  0x0000000000aa71ac in Player::Update (this=0x7fff15760000, p_time=101) at /Sources/src/server/game/Entities/Player/Player.cpp:1578
  580.         now = <value optimized out>
  581.         pet = 0x65
  582. #6  0x0000000000c8deed in Map::Update (this=0x7fffda4c6000, t_diff=101) at /Sources/src/server/game/Maps/Map.cpp:643
  583.         player = 0x7fff15760000
  584.         updater = {i_timeDiff = 101}
  585.         grid_object_update = {i_visitor = @0x7fff9cbfed70}
  586.         world_object_update = {i_visitor = @0x7fff9cbfed70}
  587. #7  0x0000000000f8eaa1 in MapUpdateRequest::call (this=0x7ffeb9e24c40) at /Sources/src/server/game/Maps/MapUpdater.cpp:54
  588. No locals.
  589. #8  0x0000000001009b21 in DelayExecutor::svc (this=0x7fffe8093ab8) at /Sources/src/server/shared/Threading/DelayExecutor.cpp:50
  590.         rq = 0x7ffeb9e24c40
  591. #9  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffe8093ab8) at ../../ace/Task.cpp:271
  592.         t = 0x7fffe8093ab8
  593.         svc_status = <value optimized out>
  594.         status = <value optimized out>
  595.         thr_mgr_ptr = <value optimized out>
  596. #10 0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  597.         hook = <value optimized out>
  598.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  599.         arg = 0x7fffe8093ab8
  600.         cancel_flags = <value optimized out>
  601.         status = 0x0
  602. #11 0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fff9cefbb70) at ../../ace/Thread_Adapter.cpp:96
  603.         exit_hook_instance = 0x7fff9b012040
  604.         exit_hook_maybe = {instance_ = 0x0}
  605.         exit_hook_ptr = <value optimized out>
  606.         exit_hook = <value optimized out>
  607. #12 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  608. No symbol table info available.
  609. #13 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  610. No symbol table info available.
  611.  
  612. Thread 9 (Thread 0x7fffed3ff700 (LWP 7184)):
  613. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  614. No symbol table info available.
  615. #1  0x00007ffff78b9935 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  616.         result = 0
  617.         ts = {tv_sec = 0, tv_nsec = 140737173780224}
  618. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  619. No locals.
  620. #3  0x0000000000926d4b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c3d300, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  621.         result = 0
  622. #4  0x0000000000927e57 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c3d300, first_item=@0x7fffed3fedb8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  623.         ace_mon = {lock_ = 0x7ffff4c3d350, owner_ = 0}
  624. #5  0x00007ffff78a30f2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  625.         mb = 0x0
  626. #6  0x0000000000ffd7f0 in DatabaseWorker::svc (this=0x7fffed68f340) at /Sources/src/server/shared/Database/DatabaseWorker.cpp:40
  627.         request = <value optimized out>
  628. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffed68f340) at ../../ace/Task.cpp:271
  629.         t = 0x7fffed68f340
  630.         svc_status = <value optimized out>
  631.         status = <value optimized out>
  632.         thr_mgr_ptr = <value optimized out>
  633. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  634.         hook = <value optimized out>
  635.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  636.         arg = 0x7fffed68f340
  637.         cancel_flags = <value optimized out>
  638.         status = 0x0
  639. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fffed5e3f90) at ../../ace/Thread_Adapter.cpp:96
  640.         exit_hook_instance = 0x7fffec412040
  641.         exit_hook_maybe = {instance_ = 0x0}
  642.         exit_hook_ptr = <value optimized out>
  643.         exit_hook = <value optimized out>
  644. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  645. No symbol table info available.
  646. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  647. No symbol table info available.
  648.  
  649. Thread 8 (Thread 0x7fffeebff700 (LWP 7183)):
  650. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  651. No symbol table info available.
  652. #1  0x00007ffff78b9935 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  653.         result = 0
  654.         ts = {tv_sec = 0, tv_nsec = 140737198946048}
  655. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  656. No locals.
  657. #3  0x0000000000926d4b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c3d200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  658.         result = 0
  659. #4  0x0000000000927e57 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c3d200, first_item=@0x7fffeebfedb8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  660.         ace_mon = {lock_ = 0x7ffff4c3d250, owner_ = 0}
  661. #5  0x00007ffff78a30f2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  662.         mb = 0x0
  663. #6  0x0000000000ffd7f0 in DatabaseWorker::svc (this=0x7fffef0494c0) at /Sources/src/server/shared/Database/DatabaseWorker.cpp:40
  664.         request = <value optimized out>
  665. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7fffef0494c0) at ../../ace/Task.cpp:271
  666.         t = 0x7fffef0494c0
  667.         svc_status = <value optimized out>
  668.         status = <value optimized out>
  669.         thr_mgr_ptr = <value optimized out>
  670. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  671.         hook = <value optimized out>
  672.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  673.         arg = 0x7fffef0494c0
  674.         cancel_flags = <value optimized out>
  675.         status = 0x0
  676. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7fffeec08550) at ../../ace/Thread_Adapter.cpp:96
  677.         exit_hook_instance = 0x7fffedc12040
  678.         exit_hook_maybe = {instance_ = 0x0}
  679.         exit_hook_ptr = <value optimized out>
  680.         exit_hook = <value optimized out>
  681. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  682. No symbol table info available.
  683. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  684. No symbol table info available.
  685.  
  686. Thread 7 (Thread 0x7ffff03ff700 (LWP 7182)):
  687. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  688. No symbol table info available.
  689. #1  0x00007ffff78b9935 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  690.         result = 0
  691.         ts = {tv_sec = 140731987969504, tv_nsec = 1}
  692. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  693. No locals.
  694. #3  0x0000000000926d4b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c3d200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  695.         result = 0
  696. #4  0x0000000000927e57 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c3d200, first_item=@0x7ffff03fedb8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  697.         ace_mon = {lock_ = 0x7ffff4c3d250, owner_ = 0}
  698. #5  0x00007ffff78a30f2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  699.         mb = 0x0
  700. #6  0x0000000000ffd7f0 in DatabaseWorker::svc (this=0x7ffff19ffe20) at /Sources/src/server/shared/Database/DatabaseWorker.cpp:40
  701.         request = <value optimized out>
  702. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7ffff19ffe20) at ../../ace/Task.cpp:271
  703.         t = 0x7ffff19ffe20
  704.         svc_status = <value optimized out>
  705.         status = <value optimized out>
  706.         thr_mgr_ptr = <value optimized out>
  707. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  708.         hook = <value optimized out>
  709.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  710.         arg = 0x7ffff19ffe20
  711.         cancel_flags = <value optimized out>
  712.         status = 0x0
  713. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7ffff0792550) at ../../ace/Thread_Adapter.cpp:96
  714.         exit_hook_instance = 0x7fffef412040
  715.         exit_hook_maybe = {instance_ = 0x0}
  716.         exit_hook_ptr = <value optimized out>
  717.         exit_hook = <value optimized out>
  718. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  719. No symbol table info available.
  720. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  721. No symbol table info available.
  722.  
  723. Thread 6 (Thread 0x7ffff17ff700 (LWP 7181)):
  724. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  725. No symbol table info available.
  726. #1  0x00007ffff78b9935 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  727.         result = 0
  728.         ts = {tv_sec = 140732952513536, tv_nsec = 7}
  729. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  730. No locals.
  731. #3  0x0000000000926d4b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c3d200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  732.         result = 0
  733. #4  0x0000000000927e57 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c3d200, first_item=@0x7ffff17fedb8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  734.         ace_mon = {lock_ = 0x7ffff4c3d250, owner_ = 0}
  735. #5  0x00007ffff78a30f2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  736.         mb = 0x0
  737. #6  0x0000000000ffd7f0 in DatabaseWorker::svc (this=0x7ffff19fe7a0) at /Sources/src/server/shared/Database/DatabaseWorker.cpp:40
  738.         request = <value optimized out>
  739. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7ffff19fe7a0) at ../../ace/Task.cpp:271
  740.         t = 0x7ffff19fe7a0
  741.         svc_status = <value optimized out>
  742.         status = <value optimized out>
  743.         thr_mgr_ptr = <value optimized out>
  744. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  745.         hook = <value optimized out>
  746.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  747.         arg = 0x7ffff19fe7a0
  748.         cancel_flags = <value optimized out>
  749.         status = 0x0
  750. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7ffff1b29550) at ../../ace/Thread_Adapter.cpp:96
  751.         exit_hook_instance = 0x7ffff0812040
  752.         exit_hook_maybe = {instance_ = 0x0}
  753.         exit_hook_ptr = <value optimized out>
  754.         exit_hook = <value optimized out>
  755. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  756. No symbol table info available.
  757. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  758. No symbol table info available.
  759.  
  760. Thread 5 (Thread 0x7ffff2bff700 (LWP 7180)):
  761. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  762. No symbol table info available.
  763. #1  0x00007ffff78b9935 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  764.         result = 0
  765.         ts = {tv_sec = 0, tv_nsec = 140737266054912}
  766. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  767. No locals.
  768. #3  0x0000000000926d4b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c3d200, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  769.         result = 0
  770. #4  0x0000000000927e57 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c3d200, first_item=@0x7ffff2bfedb8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  771.         ace_mon = {lock_ = 0x7ffff4c3d250, owner_ = 0}
  772. #5  0x00007ffff78a30f2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  773.         mb = 0x0
  774. #6  0x0000000000ffd7f0 in DatabaseWorker::svc (this=0x7ffff4c1e100) at /Sources/src/server/shared/Database/DatabaseWorker.cpp:40
  775.         request = <value optimized out>
  776. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7ffff4c1e100) at ../../ace/Task.cpp:271
  777.         t = 0x7ffff4c1e100
  778.         svc_status = <value optimized out>
  779.         status = <value optimized out>
  780.         thr_mgr_ptr = <value optimized out>
  781. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  782.         hook = <value optimized out>
  783.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  784.         arg = 0x7ffff4c1e100
  785.         cancel_flags = <value optimized out>
  786.         status = 0x0
  787. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7ffff4ecc550) at ../../ace/Thread_Adapter.cpp:96
  788.         exit_hook_instance = 0x7ffff1c12040
  789.         exit_hook_maybe = {instance_ = 0x0}
  790.         exit_hook_ptr = <value optimized out>
  791.         exit_hook = <value optimized out>
  792. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  793. No symbol table info available.
  794. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  795. No symbol table info available.
  796.  
  797. Thread 4 (Thread 0x7ffff3bff700 (LWP 7179)):
  798. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  799. No symbol table info available.
  800. #1  0x00007ffff78b9935 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  801.         result = 0
  802.         ts = {tv_sec = 0, tv_nsec = 140737266081960}
  803. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  804. No locals.
  805. #3  0x0000000000926d4b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c3d100, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  806.         result = 0
  807. #4  0x0000000000927e57 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c3d100, first_item=@0x7ffff3bfedb8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  808.         ace_mon = {lock_ = 0x7ffff4c3d150, owner_ = 0}
  809. #5  0x00007ffff78a30f2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  810.         mb = 0x0
  811. #6  0x0000000000ffd7f0 in DatabaseWorker::svc (this=0x7ffff4c1d700) at /Sources/src/server/shared/Database/DatabaseWorker.cpp:40
  812.         request = <value optimized out>
  813. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7ffff4c1d700) at ../../ace/Task.cpp:271
  814.         t = 0x7ffff4c1d700
  815.         svc_status = <value optimized out>
  816.         status = <value optimized out>
  817.         thr_mgr_ptr = <value optimized out>
  818. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  819.         hook = <value optimized out>
  820.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  821.         arg = 0x7ffff4c1d700
  822.         cancel_flags = <value optimized out>
  823.         status = 0x0
  824. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7ffff4c12a20) at ../../ace/Thread_Adapter.cpp:96
  825.         exit_hook_instance = 0x7ffff2c12040
  826.         exit_hook_maybe = {instance_ = 0x0}
  827.         exit_hook_ptr = <value optimized out>
  828.         exit_hook = <value optimized out>
  829. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  830. No symbol table info available.
  831. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  832. No symbol table info available.
  833.  
  834. Thread 3 (Thread 0x7ffff4bff700 (LWP 7178)):
  835. #0  0x00007ffff6a1a5bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  836. No symbol table info available.
  837. #1  0x00007ffff78b9935 in cond_timedwait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/OS_NS_Thread.inl:358
  838.         result = 0
  839.         ts = {tv_sec = 5, tv_nsec = 0}
  840. #2  ACE_Condition_Thread_Mutex::wait (this=<value optimized out>, mutex=<value optimized out>, abstime=0x0) at ../../ace/Condition_Thread_Mutex.cpp:100
  841. No locals.
  842. #3  0x0000000000926d4b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond (this=0x7ffff4c3d100, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1744
  843.         result = 0
  844. #4  0x0000000000927e57 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (this=0x7ffff4c3d100, first_item=@0x7ffff4bfedb8, timeout=0x0) at /usr/local/include/ace/Message_Queue_T.cpp:1936
  845.         ace_mon = {lock_ = 0x7ffff4c3d150, owner_ = 0}
  846. #5  0x00007ffff78a30f2 in ACE_Activation_Queue::dequeue (this=<value optimized out>, tv=<value optimized out>) at ../../ace/Activation_Queue.cpp:89
  847.         mb = 0x0
  848. #6  0x0000000000ffd7f0 in DatabaseWorker::svc (this=0x7ffff4c1d340) at /Sources/src/server/shared/Database/DatabaseWorker.cpp:40
  849.         request = <value optimized out>
  850. #7  0x00007ffff7935147 in ACE_Task_Base::svc_run (args=0x7ffff4c1d340) at ../../ace/Task.cpp:271
  851.         t = 0x7ffff4c1d340
  852.         svc_status = <value optimized out>
  853.         status = <value optimized out>
  854.         thr_mgr_ptr = <value optimized out>
  855. #8  0x00007ffff7936735 in ACE_Thread_Adapter::invoke_i (this=<value optimized out>) at ../../ace/Thread_Adapter.cpp:161
  856.         hook = <value optimized out>
  857.         func = 0x7ffff7935110 <ACE_Task_Base::svc_run(void*)>
  858.         arg = 0x7ffff4c1d340
  859.         cancel_flags = <value optimized out>
  860.         status = 0x0
  861. #9  0x00007ffff79367b1 in ACE_Thread_Adapter::invoke (this=0x7ffff4c122b0) at ../../ace/Thread_Adapter.cpp:96
  862.         exit_hook_instance = 0x7ffff3c14040
  863.         exit_hook_maybe = {instance_ = 0x0}
  864.         exit_hook_ptr = <value optimized out>
  865.         exit_hook = <value optimized out>
  866. #10 0x00007ffff6a169d1 in start_thread () from /lib64/libpthread.so.0
  867. No symbol table info available.
  868. #11 0x00007ffff5fc3b6d in clone () from /lib64/libc.so.6
  869. No symbol table info available.
  870.  
  871. Thread 1 (Thread 0x7ffff7fe1740 (LWP 7174)):
  872. #0  0x00007ffff6a1722d in pthread_join () from /lib64/libpthread.so.0
  873. No symbol table info available.
  874. #1  0x000000000100a1d6 in thr_join (this=0x7fffffffde30) at /usr/local/include/ace/OS_NS_Thread.inl:2784
  875.         result = <value optimized out>
  876. #2  join (this=0x7fffffffde30) at /usr/local/include/ace/Thread.inl:137
  877. No locals.
  878. #3  ACE_Based::Thread::wait (this=0x7fffffffde30) at /Sources/src/server/shared/Threading/Threading.cpp:150
  879.         _value = 0xffffffffffffffff
  880. #4  0x0000000000930565 in Master::Run (this=0x7ffff4c191e8) at /Sources/src/server/worldserver/Master.cpp:308
  881.         seed1 = {_bn = 0x7ffff4c1a520}
  882.         soapThread = 0x7fffc7ec7580
  883.         signalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x163cb90, reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x0, reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {_vptr.Policy = 0x7ffff7b89230}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  884.         affinity = <value optimized out>
  885.         highPriority = 248
  886.         worldPort = 8129
  887.         pidFile = "../logs/core.pid"
  888.         signalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x163cb90, reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x0, reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {_vptr.Policy = 0x7ffff7b89230}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  889.         handle = {_vptr.ACE_Sig_Handler = 0x1d3a990, static sig_pending_ = 0, static signal_handlers_ = {0x0, 0x0, 0x7fffffffdde0, 0x0 <repeats 12 times>, 0x7fffffffddb0, 0x0 <repeats 49 times>}}
  890.         worldThread = {m_iThreadId = 140735722551040, m_hThreadHandle = 140735722551040, m_task = 0x7fffc4d4d380, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x16cd770, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  891.         cliThread = 0x0
  892.         rarThread = {m_iThreadId = 140735705773824, m_hThreadHandle = 140735705773824, m_task = 0x7fffc7ec74e0, static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>}, _vptr.ACE_TSS = 0x16cd770, keylock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  893.         bindIp = "0.0.0.0"
  894. #5  0x0000000000938020 in main (argc=<value optimized out>, argv=<value optimized out>) at /Sources/src/server/worldserver/Main.cpp:142
  895.         cfg_file = <value optimized out>
  896.         c = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement