Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 88.48 KB | None | 0 0
  1. [New Thread 0x7fffaa7fe710 (LWP 18465)]
  2. [New Thread 0x7fffa8fff710 (LWP 18466)]
  3. [New Thread 0x7fffa7fff710 (LWP 18467)]
  4. [New Thread 0x7fffa6fff710 (LWP 18468)]
  5. [New Thread 0x7fffa5fff710 (LWP 18469)]
  6. [New Thread 0x7fffa4fff710 (LWP 18470)]
  7. [New Thread 0x7fffa3fff710 (LWP 18471)]
  8. [New Thread 0x7fffa2fff710 (LWP 18472)]
  9. [New Thread 0x7fffa1fff710 (LWP 18473)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffc47ff710 (LWP 18456)]
  13. std::_List_base<AuraEffect*, std::allocator<AuraEffect*> >::_M_clear (
  14.     this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  15.     at /usr/include/c++/4.3/bits/list.tcc:77
  16. 77        __cur = static_cast<_Node*>(__cur->_M_next);
  17. #0  std::_List_base<AuraEffect*, std::allocator<AuraEffect*> >::_M_clear (
  18.     this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  19.     at /usr/include/c++/4.3/bits/list.tcc:77
  20. #1  ~_List_base (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  21.     at /usr/include/c++/4.3/bits/stl_list.h:358
  22. #2  ~list (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  23.     at /usr/include/c++/4.3/bits/stl_list.h:417
  24. #3  ~Unit (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  25.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:222
  26. #4  0x000000000081e71b in ~Creature (this=0x7ffe3237c000,
  27.     __in_chrg=<value optimized out>)
  28.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:177
  29. #5  0x0000000000bae1c9 in ObjectGridUnloader::Visit<Creature> (
  30.     this=<value optimized out>, m=...)
  31.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.cpp:266
  32. #6  0x0000000000bacf65 in VisitorHelper<ObjectGridUnloader, Creature> (
  33.     this=0x7fffc47fed70, grid=...)
  34.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  35. #7  VisitorHelper<ObjectGridUnloader, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7fffc47fed70, grid=...)
  36.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  37. #8  VisitorHelper<ObjectGridUnloader, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7fffc47fed70, grid=...)
  38.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:71
  39. #9  VisitorHelper<ObjectGridUnloader, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffc47fed70,
  40.     grid=...)
  41.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  42. #10 TypeContainerVisitor<ObjectGridUnloader, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x7fffc47fed70, grid=...)
  43.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  44. #11 Visit<ObjectGridUnloader> (this=0x7fffc47fed70, grid=...)
  45.     at /home/trinity/sources/src/server/game/Grids/Grid.h:89
  46. #12 ObjectGridUnloader::Unload (this=0x7fffc47fed70, grid=...)
  47.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.cpp:252
  48. #13 0x00000000009cbd85 in Unload<ObjectGridUnloader> (this=0x7ffdfeae0000,
  49.     x=@0x7fffc47fedc8, y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  50.     at /home/trinity/sources/src/server/game/Grids/GridLoader.h:72
  51. #14 ObjectGridUnloader::UnloadN (this=0x7ffdfeae0000, x=@0x7fffc47fedc8,
  52.     y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  53.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.h:70
  54. #15 Map::UnloadGrid (this=0x7ffdfeae0000, x=@0x7fffc47fedc8,
  55.     y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  56.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:961
  57. #16 0x00000000009cc423 in Map::UnloadAll (this=0x7ffdfeae0000)
  58.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:1019
  59. #17 InstanceMap::UnloadAll (this=0x7ffdfeae0000)
  60.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:2521
  61. #18 0x0000000000bb24e6 in MapInstanced::DestroyInstance (this=0x7fffcb7a7000,
  62.     itr=...)
  63.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:239
  64. #19 0x0000000000bb27b2 in MapInstanced::Update (this=0x7fffcb7a7000,
  65.     t=@0x7ffdaa230990)
  66.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:59
  67. #20 0x00000000009c0a12 in MapUpdateRequest::call (this=0x7ffdaa230970)
  68.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  69. #21 0x0000000000c3a101 in DelayExecutor::svc (this=0x7fffca206f18)
  70.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  71. #22 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  72.     at ../../ace/Task.cpp:271
  73. #23 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcb05a2e0)
  74.     at ../../ace/Thread_Adapter.cpp:94
  75. #24 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  76. #25 0x00007ffff60a202d in clone () from /lib/libc.so.6
  77. #26 0x0000000000000000 in ?? ()
  78. #0  std::_List_base<AuraEffect*, std::allocator<AuraEffect*> >::_M_clear (
  79.     this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  80.     at /usr/include/c++/4.3/bits/list.tcc:77
  81.         __cur = 0x0
  82. #1  ~_List_base (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  83.     at /usr/include/c++/4.3/bits/stl_list.h:358
  84. No locals.
  85. #2  ~list (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  86.     at /usr/include/c++/4.3/bits/stl_list.h:417
  87. No locals.
  88. #3  ~Unit (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  89.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:222
  90.         __FUNCTION__ = "~Unit"
  91. #4  0x000000000081e71b in ~Creature (this=0x7ffe3237c000,
  92.     __in_chrg=<value optimized out>)
  93.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:177
  94. No locals.
  95. #5  0x0000000000bae1c9 in ObjectGridUnloader::Visit<Creature> (
  96.     this=<value optimized out>, m=...)
  97.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.cpp:266
  98.         obj = 0x7ffe3237c000
  99. #6  0x0000000000bacf65 in VisitorHelper<ObjectGridUnloader, Creature> (
  100.     this=0x7fffc47fed70, grid=...)
  101.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  102. No locals.
  103. #7  VisitorHelper<ObjectGridUnloader, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7fffc47fed70, grid=...)
  104.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  105. No locals.
  106. #8  VisitorHelper<ObjectGridUnloader, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7fffc47fed70, grid=...)
  107.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:71
  108. No locals.
  109. #9  VisitorHelper<ObjectGridUnloader, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffc47fed70,
  110.     grid=...)
  111.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  112. No locals.
  113. #10 TypeContainerVisitor<ObjectGridUnloader, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x7fffc47fed70, grid=...)
  114.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  115. No locals.
  116. #11 Visit<ObjectGridUnloader> (this=0x7fffc47fed70, grid=...)
  117.     at /home/trinity/sources/src/server/game/Grids/Grid.h:89
  118. No locals.
  119. #12 ObjectGridUnloader::Unload (this=0x7fffc47fed70, grid=...)
  120.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.cpp:252
  121. No locals.
  122. #13 0x00000000009cbd85 in Unload<ObjectGridUnloader> (this=0x7ffdfeae0000,
  123.     x=@0x7fffc47fedc8, y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  124.     at /home/trinity/sources/src/server/game/Grids/GridLoader.h:72
  125. No locals.
  126. #14 ObjectGridUnloader::UnloadN (this=0x7ffdfeae0000, x=@0x7fffc47fedc8,
  127.     y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  128.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.h:70
  129.         x = 7
  130. #15 Map::UnloadGrid (this=0x7ffdfeae0000, x=@0x7fffc47fedc8,
  131.     y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  132.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:961
  133.         unloader = {i_grid = @0x7ffd62320000}
  134.         cleaner = {i_grid = @0x7ffd62320000}
  135.         grid = <value optimized out>
  136.         gx = <value optimized out>
  137.         gy = <value optimized out>
  138.         __FUNCTION__ = "UnloadGrid"
  139. #16 0x00000000009cc423 in Map::UnloadAll (this=0x7ffdfeae0000)
  140.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:1019
  141.         grid = <value optimized out>
  142. #17 InstanceMap::UnloadAll (this=0x7ffdfeae0000)
  143.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:2521
  144.         __FUNCTION__ = "UnloadAll"
  145. #18 0x0000000000bb24e6 in MapInstanced::DestroyInstance (this=0x7fffcb7a7000,
  146.     itr=...)
  147.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:239
  148. No locals.
  149. #19 0x0000000000bb27b2 in MapInstanced::Update (this=0x7fffcb7a7000,
  150.     t=@0x7ffdaa230990)
  151.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:59
  152.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7ffdc6808500,
  153.             _M_cur_bucket = 0x7ffe97bff7b0}, <No data fields>}
  154. #20 0x00000000009c0a12 in MapUpdateRequest::call (this=0x7ffdaa230970)
  155.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  156. No locals.
  157. #21 0x0000000000c3a101 in DelayExecutor::svc (this=0x7fffca206f18)
  158.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  159.         rq = 0x7ffdaa230970
  160. #22 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  161.     at ../../ace/Task.cpp:271
  162.         t = 0x7fffca206f18
  163.         svc_status = <value optimized out>
  164. #23 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcb05a2e0)
  165.     at ../../ace/Thread_Adapter.cpp:94
  166.         exit_hook_instance = <value optimized out>
  167.         exit_hook_maybe = {instance_ = 0x0}
  168.         exit_hook_ptr = <value optimized out>
  169. #24 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  170. No symbol table info available.
  171. #25 0x00007ffff60a202d in clone () from /lib/libc.so.6
  172. No symbol table info available.
  173. #26 0x0000000000000000 in ?? ()
  174. No symbol table info available.
  175.   28 Thread 0x7fffa1fff710 (LWP 18473)  0x00007ffff60a2623 in epoll_wait ()
  176.    from /lib/libc.so.6
  177.   27 Thread 0x7fffa2fff710 (LWP 18472)  0x00007ffff60a2623 in epoll_wait ()
  178.    from /lib/libc.so.6
  179.   26 Thread 0x7fffa3fff710 (LWP 18471)  0x00007ffff60a2623 in epoll_wait ()
  180.    from /lib/libc.so.6
  181.   25 Thread 0x7fffa4fff710 (LWP 18470)  0x00007ffff60a2623 in epoll_wait ()
  182.    from /lib/libc.so.6
  183.   24 Thread 0x7fffa5fff710 (LWP 18469)  0x00007ffff60a2623 in epoll_wait ()
  184.    from /lib/libc.so.6
  185.   23 Thread 0x7fffa6fff710 (LWP 18468)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  186.   22 Thread 0x7fffa7fff710 (LWP 18467)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  187.   21 Thread 0x7fffa8fff710 (LWP 18466)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  188.   20 Thread 0x7fffaa7fe710 (LWP 18465)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  189.   19 Thread 0x7fffabfff710 (LWP 18462)  0x00007ffff63427dd in nanosleep ()
  190.    from /lib/libpthread.so.0
  191.   18 Thread 0x7fffaafff710 (LWP 18463)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  192.   17 Thread 0x7fffacffe710 (LWP 18461)  0x00007ffff609b8d3 in select ()
  193.    from /lib/libc.so.6
  194.   15 Thread 0x7fffae7ff710 (LWP 18459)  0x00007ffff609b8d3 in select ()
  195.    from /lib/libc.so.6
  196.   14 Thread 0x7fffaf7ff710 (LWP 18458)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  197.   13 Thread 0x7fffc37ff710 (LWP 18457)  0x00007ffff5ccc4be in RC4 ()
  198.    from /usr/lib/libcrypto.so.0.9.8
  199. * 12 Thread 0x7fffc47ff710 (LWP 18456)  std::_List_base<AuraEffect*, std::allocator<AuraEffect*> >::_M_clear (this=0x7ffe3237c000,
  200.     __in_chrg=<value optimized out>) at /usr/include/c++/4.3/bits/list.tcc:77
  201.   11 Thread 0x7fffc67ff710 (LWP 18455)  0x00000000009c8d85 in LinkedListElement::hasNext (this=0x7fffc84df000, diff=@0x7ffd891127e0)
  202.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:38
  203.   10 Thread 0x7fffcafff710 (LWP 18454)  0x00007ffff6a5a1a1 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) () from /usr/lib/libstdc++.so.6
  204.   9 Thread 0x7fffedbff710 (LWP 18449)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  205.   8 Thread 0x7fffeefff710 (LWP 18448)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  206.   7 Thread 0x7fffeffff710 (LWP 18447)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  207.   6 Thread 0x7ffff13ff710 (LWP 18446)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  208.   5 Thread 0x7ffff23ff710 (LWP 18445)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  209.   4 Thread 0x7ffff33ff710 (LWP 18444)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  210.   3 Thread 0x7ffff43ff710 (LWP 18443)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  211.   1 Thread 0x7ffff7fe0720 (LWP 18439)  0x00007ffff633bbe5 in pthread_join ()
  212.    from /lib/libpthread.so.0
  213.  
  214. Thread 28 (Thread 0x7fffa1fff710 (LWP 18473)):
  215. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  216. No symbol table info available.
  217. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  218.     this=0x7fffbbff7b80, max_wait_time=<value optimized out>)
  219.     at ../../ace/Dev_Poll_Reactor.cpp:960
  220.         timer_buf = {static zero = {
  221.             static zero = <same as static member of an already seen type>,
  222.             static max_time = {
  223.               static zero = <same as static member of an already seen type>,
  224.               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}},
  225.           static max_time = <same as static member of an already seen type>,
  226.           tv_ = {tv_sec = 0, tv_usec = 3330}}
  227.         this_timeout = <value optimized out>
  228.         timeout = 3
  229.         nfds = <value optimized out>
  230. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  231.     this=0x7fffbbff7b80, max_wait_time=0x7fffa1ffee30, guard=...)
  232.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  233.         result = <value optimized out>
  234. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  235.     this=0x7fffbbff7b80, max_wait_time=0x7fffa1ffee30)
  236.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  237.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  238.           max_wait_time_ = 0x7fffa1ffee30, start_time_ = {static zero = {
  239.               static zero = <same as static member of an already seen type>,
  240.               static max_time = {
  241.                 static zero = <same as static member of an already seen type>,
  242.                 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}},
  243.             static max_time = <same as static member of an already seen type>,
  244.             tv_ = {tv_sec = 1292884967, tv_usec = 270020}}, stopped_ = false}
  245.         guard = {token_ = @0x7fffbbff7bf8, owner_ = 1}
  246.         result = -1
  247. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  248.     this=0x7fffb0a74d00, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  249.         result = 1
  250. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb0ab38e8)
  251.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  252.         interval = {static zero = {
  253.             static zero = <same as static member of an already seen type>,
  254.             static max_time = {
  255.               static zero = <same as static member of an already seen type>,
  256.               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}},
  257.           static max_time = <same as static member of an already seen type>,
  258.           tv_ = {tv_sec = 0, tv_usec = 3330}}
  259. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  260.     at ../../ace/Task.cpp:271
  261.         t = 0x7fffb0ab38e8
  262.         svc_status = <value optimized out>
  263. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffb01c8a60)
  264.     at ../../ace/Thread_Adapter.cpp:94
  265.         exit_hook_instance = <value optimized out>
  266.         exit_hook_maybe = {instance_ = 0x0}
  267.         exit_hook_ptr = <value optimized out>
  268. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  269. No symbol table info available.
  270. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  271. No symbol table info available.
  272. #10 0x0000000000000000 in ?? ()
  273. No symbol table info available.
  274.  
  275. Thread 27 (Thread 0x7fffa2fff710 (LWP 18472)):
  276. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  277. No symbol table info available.
  278. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  279.     this=0x7fffbbff7a00, max_wait_time=<value optimized out>)
  280.     at ../../ace/Dev_Poll_Reactor.cpp:960
  281.         timer_buf = {static zero = {
  282.             static zero = <same as static member of an already seen type>,
  283.             static max_time = {
  284.               static zero = <same as static member of an already seen type>,
  285.               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}},
  286.           static max_time = <same as static member of an already seen type>,
  287.           tv_ = {tv_sec = 0, tv_usec = 4786}}
  288.         this_timeout = <value optimized out>
  289.         timeout = 4
  290.         nfds = <value optimized out>
  291. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  292.     this=0x7fffbbff7a00, max_wait_time=0x7fffa2ffee30, guard=...)
  293.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  294.         result = <value optimized out>
  295. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  296.     this=0x7fffbbff7a00, max_wait_time=0x7fffa2ffee30)
  297.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  298.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  299.           max_wait_time_ = 0x7fffa2ffee30, start_time_ = {static zero = {
  300.               static zero = <same as static member of an already seen type>,
  301.               static max_time = {
  302.                 static zero = <same as static member of an already seen type>,
  303.                 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}},
  304.             static max_time = <same as static member of an already seen type>,
  305.             tv_ = {tv_sec = 1292884967, tv_usec = 268245}}, stopped_ = false}
  306.         guard = {token_ = @0x7fffbbff7a78, owner_ = 1}
  307.         result = -1
  308. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  309.     this=0x7fffb0a74d40, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  310.         result = 1
  311. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb0ab37b0)
  312.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  313.         interval = {static zero = {
  314.             static zero = <same as static member of an already seen type>,
  315.             static max_time = {
  316.               static zero = <same as static member of an already seen type>,
  317.               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}},
  318.           static max_time = <same as static member of an already seen type>,
  319.           tv_ = {tv_sec = 0, tv_usec = 4786}}
  320. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  321.     at ../../ace/Task.cpp:271
  322.         t = 0x7fffb0ab37b0
  323.         svc_status = <value optimized out>
  324. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffb01c8a00)
  325.     at ../../ace/Thread_Adapter.cpp:94
  326.         exit_hook_instance = <value optimized out>
  327.         exit_hook_maybe = {instance_ = 0x0}
  328.         exit_hook_ptr = <value optimized out>
  329. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  330. No symbol table info available.
  331. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  332. No symbol table info available.
  333. #10 0x0000000000000000 in ?? ()
  334. No symbol table info available.
  335.  
  336. Thread 26 (Thread 0x7fffa3fff710 (LWP 18471)):
  337. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  338. No symbol table info available.
  339. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  340.     this=0x7fffbbff7880, max_wait_time=<value optimized out>)
  341.     at ../../ace/Dev_Poll_Reactor.cpp:960
  342.         timer_buf = {static zero = {
  343.             static zero = <same as static member of an already seen type>,
  344.             static max_time = {
  345.               static zero = <same as static member of an already seen type>,
  346.               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}},
  347.           static max_time = <same as static member of an already seen type>,
  348.           tv_ = {tv_sec = 0, tv_usec = 4632}}
  349.         this_timeout = <value optimized out>
  350.         timeout = 4
  351.         nfds = <value optimized out>
  352. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  353.     this=0x7fffbbff7880, max_wait_time=0x7fffa3ffee30, guard=...)
  354.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  355.         result = <value optimized out>
  356. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  357.     this=0x7fffbbff7880, max_wait_time=0x7fffa3ffee30)
  358.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  359.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  360.           max_wait_time_ = 0x7fffa3ffee30, start_time_ = {static zero = {
  361.               static zero = <same as static member of an already seen type>,
  362.               static max_time = {
  363.                 static zero = <same as static member of an already seen type>,
  364.                 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}},
  365.             static max_time = <same as static member of an already seen type>,
  366.             tv_ = {tv_sec = 1292884967, tv_usec = 269021}}, stopped_ = false}
  367.         guard = {token_ = @0x7fffbbff78f8, owner_ = 1}
  368.         result = -1
  369. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  370.     this=0x7fffb0a74da0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  371.         result = 1
  372. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb0ab3678)
  373.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  374.         interval = {static zero = {
  375.             static zero = <same as static member of an already seen type>,
  376.             static max_time = {
  377.               static zero = <same as static member of an already seen type>,
  378.               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}},
  379.           static max_time = <same as static member of an already seen type>,
  380.           tv_ = {tv_sec = 0, tv_usec = 4632}}
  381. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  382.     at ../../ace/Task.cpp:271
  383.         t = 0x7fffb0ab3678
  384.         svc_status = <value optimized out>
  385. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffb01c89a0)
  386.     at ../../ace/Thread_Adapter.cpp:94
  387.         exit_hook_instance = <value optimized out>
  388.         exit_hook_maybe = {instance_ = 0x0}
  389.         exit_hook_ptr = <value optimized out>
  390. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  391. No symbol table info available.
  392. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  393. No symbol table info available.
  394. #10 0x0000000000000000 in ?? ()
  395. No symbol table info available.
  396.  
  397. Thread 25 (Thread 0x7fffa4fff710 (LWP 18470)):
  398. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  399. No symbol table info available.
  400. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  401.     this=0x7fffbbff7700, max_wait_time=<value optimized out>)
  402.     at ../../ace/Dev_Poll_Reactor.cpp:960
  403.         timer_buf = {static zero = {
  404.             static zero = <same as static member of an already seen type>,
  405.             static max_time = {
  406.               static zero = <same as static member of an already seen type>,
  407.               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}},
  408.           static max_time = <same as static member of an already seen type>,
  409.           tv_ = {tv_sec = 0, tv_usec = 3603}}
  410.         this_timeout = <value optimized out>
  411.         timeout = 3
  412.         nfds = <value optimized out>
  413. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  414.     this=0x7fffbbff7700, max_wait_time=0x7fffa4ffee30, guard=...)
  415.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  416.         result = <value optimized out>
  417. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  418.     this=0x7fffbbff7700, max_wait_time=0x7fffa4ffee30)
  419.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  420.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  421.           max_wait_time_ = 0x7fffa4ffee30, start_time_ = {static zero = {
  422.               static zero = <same as static member of an already seen type>,
  423.               static max_time = {
  424.                 static zero = <same as static member of an already seen type>,
  425.                 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}},
  426.             static max_time = <same as static member of an already seen type>,
  427.             tv_ = {tv_sec = 1292884967, tv_usec = 270042}}, stopped_ = false}
  428.         guard = {token_ = @0x7fffbbff7778, owner_ = 1}
  429.         result = -1
  430. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  431.     this=0x7fffb0a74de0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  432.         result = 1
  433. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb0ab3540)
  434.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  435.         interval = {static zero = {
  436.             static zero = <same as static member of an already seen type>,
  437.             static max_time = {
  438.               static zero = <same as static member of an already seen type>,
  439.               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}},
  440.           static max_time = <same as static member of an already seen type>,
  441.           tv_ = {tv_sec = 0, tv_usec = 3603}}
  442. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  443.     at ../../ace/Task.cpp:271
  444.         t = 0x7fffb0ab3540
  445.         svc_status = <value optimized out>
  446. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffb01c8940)
  447.     at ../../ace/Thread_Adapter.cpp:94
  448.         exit_hook_instance = <value optimized out>
  449.         exit_hook_maybe = {instance_ = 0x0}
  450.         exit_hook_ptr = <value optimized out>
  451. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  452. No symbol table info available.
  453. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  454. No symbol table info available.
  455. #10 0x0000000000000000 in ?? ()
  456. No symbol table info available.
  457.  
  458. Thread 24 (Thread 0x7fffa5fff710 (LWP 18469)):
  459. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  460. No symbol table info available.
  461. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  462.     this=0x7fffbbff7580, max_wait_time=<value optimized out>)
  463.     at ../../ace/Dev_Poll_Reactor.cpp:960
  464.         timer_buf = {static zero = {
  465.             static zero = <same as static member of an already seen type>,
  466.             static max_time = {
  467.               static zero = <same as static member of an already seen type>,
  468.               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}},
  469.           static max_time = <same as static member of an already seen type>,
  470.           tv_ = {tv_sec = 0, tv_usec = 9999}}
  471.         this_timeout = <value optimized out>
  472.         timeout = 9
  473.         nfds = <value optimized out>
  474. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  475.     this=0x7fffbbff7580, max_wait_time=0x7fffa5ffee30, guard=...)
  476.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  477.         result = <value optimized out>
  478. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  479.     this=0x7fffbbff7580, max_wait_time=0x7fffa5ffee30)
  480.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  481.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  482.           max_wait_time_ = 0x7fffa5ffee30, start_time_ = {static zero = {
  483.               static zero = <same as static member of an already seen type>,
  484.               static max_time = {
  485.                 static zero = <same as static member of an already seen type>,
  486.                 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}},
  487.             static max_time = <same as static member of an already seen type>,
  488.             tv_ = {tv_sec = 1292884967, tv_usec = 258595}}, stopped_ = false}
  489.         guard = {token_ = @0x7fffbbff75f8, owner_ = 1}
  490.         result = -1
  491. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  492.     this=0x7fffb0a74e20, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  493.         result = -1330957304
  494. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb0ab3408)
  495.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  496.         interval = {static zero = {
  497.             static zero = <same as static member of an already seen type>,
  498.             static max_time = {
  499.               static zero = <same as static member of an already seen type>,
  500.               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}},
  501.           static max_time = <same as static member of an already seen type>,
  502.           tv_ = {tv_sec = 0, tv_usec = 9999}}
  503. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  504.     at ../../ace/Task.cpp:271
  505.         t = 0x7fffb0ab3408
  506.         svc_status = <value optimized out>
  507. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffb01c8880)
  508.     at ../../ace/Thread_Adapter.cpp:94
  509.         exit_hook_instance = <value optimized out>
  510.         exit_hook_maybe = {instance_ = 0x0}
  511.         exit_hook_ptr = <value optimized out>
  512. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  513. No symbol table info available.
  514. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  515. No symbol table info available.
  516. #10 0x0000000000000000 in ?? ()
  517. No symbol table info available.
  518.  
  519. Thread 23 (Thread 0x7fffa6fff710 (LWP 18468)):
  520. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  521.    from /lib/libpthread.so.0
  522. No symbol table info available.
  523. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffab00a184, mutex=...,
  524.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  525.         result = <value optimized out>
  526.         ts = {tv_sec = 140737299682792, tv_nsec = 64}
  527. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffab00a184, mutex=...,
  528.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  529. No locals.
  530. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  531.     (this=0x7fffab00a100, timeout=0x0)
  532.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  533.         result = <value optimized out>
  534. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  535. No symbol table info available.
  536. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  537. No symbol table info available.
  538. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  539.     at ../../ace/Task.cpp:271
  540.         t = 0x7fffacffddc0
  541.         svc_status = <value optimized out>
  542. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffab00e280)
  543.     at ../../ace/Thread_Adapter.cpp:94
  544.         exit_hook_instance = <value optimized out>
  545.         exit_hook_maybe = {instance_ = 0x0}
  546.         exit_hook_ptr = <value optimized out>
  547. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  548. No symbol table info available.
  549. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  550. No symbol table info available.
  551. #10 0x0000000000000000 in ?? ()
  552. No symbol table info available.
  553.  
  554. Thread 22 (Thread 0x7fffa7fff710 (LWP 18467)):
  555. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  556.    from /lib/libpthread.so.0
  557. No symbol table info available.
  558. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffab00a184, mutex=...,
  559.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  560.         result = <value optimized out>
  561.         ts = {tv_sec = 140737299679784, tv_nsec = 64}
  562. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffab00a184, mutex=...,
  563.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  564. No locals.
  565. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  566.     (this=0x7fffab00a100, timeout=0x0)
  567.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  568.         result = <value optimized out>
  569. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  570. No symbol table info available.
  571. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  572. No symbol table info available.
  573. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  574.     at ../../ace/Task.cpp:271
  575.         t = 0x7fffacffddc0
  576.         svc_status = <value optimized out>
  577. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffab00e220)
  578.     at ../../ace/Thread_Adapter.cpp:94
  579.         exit_hook_instance = <value optimized out>
  580.         exit_hook_maybe = {instance_ = 0x0}
  581.         exit_hook_ptr = <value optimized out>
  582. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  583. No symbol table info available.
  584. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  585. No symbol table info available.
  586. #10 0x0000000000000000 in ?? ()
  587. No symbol table info available.
  588.  
  589. Thread 21 (Thread 0x7fffa8fff710 (LWP 18466)):
  590. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  591.    from /lib/libpthread.so.0
  592. No symbol table info available.
  593. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffab00a184, mutex=...,
  594.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  595.         result = <value optimized out>
  596.         ts = {tv_sec = 140737299676776, tv_nsec = 64}
  597. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffab00a184, mutex=...,
  598.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  599. No locals.
  600. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  601.     (this=0x7fffab00a100, timeout=0x0)
  602.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  603.         result = <value optimized out>
  604. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  605. No symbol table info available.
  606. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  607. No symbol table info available.
  608. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  609.     at ../../ace/Task.cpp:271
  610.         t = 0x7fffacffddc0
  611.         svc_status = <value optimized out>
  612. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffab00e1c0)
  613.     at ../../ace/Thread_Adapter.cpp:94
  614.         exit_hook_instance = <value optimized out>
  615.         exit_hook_maybe = {instance_ = 0x0}
  616.         exit_hook_ptr = <value optimized out>
  617. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  618. No symbol table info available.
  619. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  620. No symbol table info available.
  621. #10 0x0000000000000000 in ?? ()
  622. No symbol table info available.
  623.  
  624. Thread 20 (Thread 0x7fffaa7fe710 (LWP 18465)):
  625. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  626.    from /lib/libpthread.so.0
  627. No symbol table info available.
  628. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffab00a184, mutex=...,
  629.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  630.         result = <value optimized out>
  631.         ts = {tv_sec = 140737299673768, tv_nsec = 64}
  632. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffab00a184, mutex=...,
  633.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  634. No locals.
  635. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  636.     (this=0x7fffab00a100, timeout=0x0)
  637.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  638.         result = <value optimized out>
  639. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  640. No symbol table info available.
  641. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  642. No symbol table info available.
  643. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  644.     at ../../ace/Task.cpp:271
  645.         t = 0x7fffacffddc0
  646.         svc_status = <value optimized out>
  647. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffab00e160)
  648.     at ../../ace/Thread_Adapter.cpp:94
  649.         exit_hook_instance = <value optimized out>
  650.         exit_hook_maybe = {instance_ = 0x0}
  651.         exit_hook_ptr = <value optimized out>
  652. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  653. No symbol table info available.
  654. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  655. No symbol table info available.
  656. #10 0x0000000000000000 in ?? ()
  657. No symbol table info available.
  658.  
  659. Thread 19 (Thread 0x7fffabfff710 (LWP 18462)):
  660. #0  0x00007ffff63427dd in nanosleep () from /lib/libpthread.so.0
  661. No symbol table info available.
  662. #1  0x0000000000c38cb9 in sleep (msecs=<value optimized out>)
  663.     at /usr/local/include/ace/OS_NS_unistd.inl:951
  664.         rqtp = {tv_sec = 1, tv_nsec = 0}
  665. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  666.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:231
  667. No locals.
  668. #3  0x000000000073da9e in FreezeDetectorRunnable::run() ()
  669. No symbol table info available.
  670. #4  0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x7fffabffee00)
  671.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  672. No locals.
  673. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  674. No symbol table info available.
  675. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  676. No symbol table info available.
  677. #7  0x0000000000000000 in ?? ()
  678. No symbol table info available.
  679.  
  680. Thread 18 (Thread 0x7fffaafff710 (LWP 18463)):
  681. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  682.    from /lib/libpthread.so.0
  683. No symbol table info available.
  684. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffab00a184, mutex=...,
  685.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  686.         result = <value optimized out>
  687.         ts = {tv_sec = 140737299667752, tv_nsec = 64}
  688. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffab00a184, mutex=...,
  689.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  690. No locals.
  691. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  692.     (this=0x7fffab00a100, timeout=0x0)
  693.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  694.         result = <value optimized out>
  695. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  696. No symbol table info available.
  697. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  698. No symbol table info available.
  699. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  700.     at ../../ace/Task.cpp:271
  701.         t = 0x7fffacffddc0
  702.         svc_status = <value optimized out>
  703. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffab00e0a0)
  704.     at ../../ace/Thread_Adapter.cpp:94
  705.         exit_hook_instance = <value optimized out>
  706.         exit_hook_maybe = {instance_ = 0x0}
  707.         exit_hook_ptr = <value optimized out>
  708. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  709. No symbol table info available.
  710. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  711. No symbol table info available.
  712. #10 0x0000000000000000 in ?? ()
  713. No symbol table info available.
  714.  
  715. Thread 17 (Thread 0x7fffacffe710 (LWP 18461)):
  716. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  717. No symbol table info available.
  718. #1  0x000000000100fc95 in tcp_select (soap=0x7fffacfe25a0, s=39,
  719.     flags=<value optimized out>, timeout=3)
  720.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4366
  721.         r = <value optimized out>
  722.         tv = {tv_sec = 1, tv_usec = 400000}
  723.         fd = {{fds_bits = {549755813888, 0 <repeats 15 times>}}, {fds_bits = {
  724.               549755813888, 0 <repeats 15 times>}}, {fds_bits = {549755813888,
  725.               0 <repeats 15 times>}}}
  726.         rfd = 0x7fffacfe2350
  727.         sfd = 0x7fffacfe23d0
  728.         efd = 0x7fffacfe2450
  729. #2  0x000000000101f263 in soap_accept (soap=0x7fffacfe25a0)
  730.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4770
  731.         r = -514
  732.         err = -514
  733.         n = 16
  734.         len = 65536
  735.         set = 1
  736. #3  0x0000000000736e9f in TCSoapRunnable::run (this=<value optimized out>)
  737.     at /home/trinity/sources/src/server/worldserver/TCSoap/TCSoap.cpp:49
  738.         thread_soap = 0x1038eba
  739.         mb = <value optimized out>
  740.         pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x1045250,
  741.                   reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  742.                       value_ = 1}, <No data fields>}, priority_ = 0,
  743.                   reactor_ = 0x0,
  744.                   reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  745.                       _vptr.Policy = 0x7ffff7946890},
  746.                     value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {
  747.                   _vptr.ACE_Shared_Object = 0x1045350}, <No data fields>},
  748.               thr_count_ = 5, thr_mgr_ = 0x7ffff442f3c0, flags_ = 0,
  749.               grp_id_ = 9, lock_ = {lock_ = {__data = {__lock = 0,
  750.                     __count = 0, __owner = 0, __nusers = 0, __kind = 0,
  751.                     __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  752.                   __size = '\000' <repeats 39 times>, __align = 0},
  753.                 removed_ = false}, last_thread_id_ = 0},
  754.             msg_queue_ = 0x7fffab00a100, delete_msg_queue_ = true, mod_ = 0x0,
  755.             next_ = 0x0}, <No data fields>}
  756.         soap = {_vptr.soap = 0x11cbe10, state = 1, version = 0, mode = 0,
  757.           imode = 2097152, omode = 2097152, float_format = 0x11c8316 "%.9G",
  758.           double_format = 0x11c831b "%.17lG",
  759.           dime_id_format = 0x11c8322 "cid:id%d",
  760.           http_version = 0x11c832b "1.1", http_content = 0x0,
  761.           encodingStyle = 0x11cb340 "", actor = 0x0, lang = 0x11c8f09 "en",
  762.           recv_timeout = 5, send_timeout = 5, connect_timeout = 0,
  763.           accept_timeout = 3, socket_flags = 0, connect_flags = 0,
  764.           bind_flags = 0, accept_flags = 0, linger_time = 0,
  765.           namespaces = 0x152d780, local_namespaces = 0x0, nlist = 0x0,
  766.           blist = 0x0, clist = 0x7fffab015040, alist = 0x0, iht = {
  767.             0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>},
  768.           pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fffab016060,
  769.           idnum = 0, user = 0x0, plugins = 0x0, userid = 0x0, passwd = 0x0,
  770.           fpost = 0x1031570 <http_post>, fget = 0x100cfc0 <http_get>,
  771.           fput = 0x1020fa0 <http_put>, fdel = 0x100cfd0 <http_405>,
  772.           fopt = 0x100cfd0 <http_405>, fhead = 0x100cfd0 <http_405>,
  773.           fform = 0, fposthdr = 0x1016f10 <http_post_header>,
  774.           fresponse = 0x1011f20 <http_response>,
  775.           fparse = 0x1020970 <http_parse>,
  776.           fparsehdr = 0x102e840 <http_parse_header>, fheader = 0,
  777.           fresolve = 0x1014360 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  778.           fclosesocket = 0x1014340 <tcp_closesocket>,
  779.           fshutdownsocket = 0x1014330 <tcp_shutdownsocket>,
  780.           fopen = 0x1025860 <tcp_connect>, faccept = 0x1014350 <tcp_accept>,
  781.           fclose = 0x100ceb0 <tcp_disconnect>, fsend = 0x1013ff0 <fsend>,
  782.           frecv = 0x1013da0 <frecv>, fpoll = 0x1015f00 <soap_poll>,
  783.           fseterror = 0, fignore = 0, fserveloop = 0,
  784.           fplugin = 0x1011ec0 <fplugin>, fmalloc = 0, fprepareinitsend = 0,
  785.           fprepareinitrecv = 0, fpreparesend = 0, fpreparerecv = 0,
  786.           fpreparefinalsend = 0, fpreparefinalrecv = 0, fdimereadopen = 0,
  787.           fdimewriteopen = 0, fdimereadclose = 0, fdimewriteclose = 0,
  788.           fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  789.           fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0,
  790.           fmimeread = 0, fmimewrite = 0, master = 39, socket = -1, os = 0x0,
  791.           is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0,
  792.           cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0,
  793.           lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>,
  794.           msgbuf = '\000' <repeats 1023 times>,
  795.           tmpbuf = '\000' <repeats 1023 times>,
  796.           tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>,
  797.           href = '\000' <repeats 1023 times>,
  798.           type = '\000' <repeats 1023 times>,
  799.           arrayType = '\000' <repeats 1023 times>,
  800.           arraySize = '\000' <repeats 1023 times>,
  801.           arrayOffset = '\000' <repeats 1023 times>, other = 0, position = 0,
  802.           positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  803.           encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9,
  804.           alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0,
  805.           endpoint = '\000' <repeats 1023 times>,
  806.           path = '\000' <repeats 1023 times>,
  807.           host = '\000' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  808.           prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0,
  809.           tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  810.           max_keep_alive = 100, proxy_http_version = 0x11c832f "1.0",
  811.           proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0,
  812.           proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0,
  813.           errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0,
  814.             chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0,
  815.             type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  816.           mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0,
  817.             last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {
  818.             0x0, 0x0, 0x0}, mht = {0x0 <repeats 903 times>, 0x7fffab000088,
  819.             0x1, 0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffab000058, 0x1,
  820.             0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x7fffab000028,
  821.             0x0 <repeats 106 times>}, wsuid = 0x0, c14nexclude = 0x0,
  822.           cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0,
  823.           cookie_max = 32, ipv6_multicast_if = 0, ipv4_multicast_if = 0x0,
  824.           ipv4_multicast_ttl = 0, peer = {sin_family = 0, sin_port = 0,
  825.             sin_addr = {s_addr = 0},
  826.             sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16,
  827.           fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0,
  828.           session = 0x0, dh_params = 0x0, rsa_params = 0x0, ssl_flags = 0,
  829.           keyfile = 0x0, password = 0x0, cafile = 0x0, capath = 0x0,
  830.           crlfile = 0x0,
  831.           session_host = '\000' <repeats 856 times>, "\220\062\004\001", '\000' <repeats 12 times>, "ú1\004\001\000\000\000\000\000\000\000«ÿ\177\000\000\000\000\000«ÿ\177\000\000\b\000\000\000\000\000\000\000Á½\003\001\000\000\000\000ø\003\000\000\000\000\000\000ö\003\000\000\000\000\000\000\230ÍÀôÿ\177\000\000\000\000@\000\000\000\001\000\000\000\000«ÿ\177\000\000@ÍÀôÿ\177\000\000\000\200\000«ÿ\177\000\000\001\000\000\000\000\000\000\000ÀÍÀôÿ\177\000\000\000\000\000\000\000\000\000\000\020çÿ¬ÿ\177\000\000\003\001\000\000\000\000HÍÀôÿ\177\000\000@ÍÀôÿ\177\000", session_port = -1426038784, c_locale = 0x0, d_stream = 0x2001,
  832.           z_crc = -134229952, z_dict = 0x7ffff4c0cd40 "\021",
  833.           z_dict_len = 4106276168, zlib_state = 32767, zlib_in = 0,
  834.           zlib_out = 4097, z_buf = 0x0, z_buflen = 140736095839896,
  835.           z_level = 55646, z_ratio_in = 0, z_ratio_out = 1.14808383e-41}
  836. #4  0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x28)
  837.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  838. No locals.
  839. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  840. No symbol table info available.
  841. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  842. No symbol table info available.
  843. #7  0x0000000000000000 in ?? ()
  844. No symbol table info available.
  845.  
  846. Thread 15 (Thread 0x7fffae7ff710 (LWP 18459)):
  847. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  848. No symbol table info available.
  849. #1  0x00007ffff7981830 in ?? () from /lib/libreadline.so.5
  850. No symbol table info available.
  851. #2  0x00007ffff7981a6d in rl_read_key () from /lib/libreadline.so.5
  852. No symbol table info available.
  853. #3  0x00007ffff796ed61 in readline_internal_char () from /lib/libreadline.so.5
  854. No symbol table info available.
  855. #4  0x00007ffff796f245 in readline () from /lib/libreadline.so.5
  856. No symbol table info available.
  857. #5  0x000000000072d66e in CliRunnable::run (this=<value optimized out>)
  858.     at /home/trinity/sources/src/server/worldserver/CommandLine/CliRunnable.cpp:589
  859.         command_str = 0x7fffb09f49f0 "°9\004\001"
  860. #6  0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x1)
  861.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  862. No locals.
  863. #7  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  864. No symbol table info available.
  865. #8  0x00007ffff60a202d in clone () from /lib/libc.so.6
  866. No symbol table info available.
  867. #9  0x0000000000000000 in ?? ()
  868. No symbol table info available.
  869.  
  870. Thread 14 (Thread 0x7fffaf7ff710 (LWP 18458)):
  871. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  872.    from /lib/libpthread.so.0
  873. No symbol table info available.
  874. #1  0x00007ffff7661aca in cond_wait (this=0x7fffca20701c)
  875.     at ../../ace/OS_NS_Thread.inl:329
  876.         result = <value optimized out>
  877. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffca20701c)
  878.     at ../../ace/Condition_Thread_Mutex.cpp:90
  879. No locals.
  880. #3  0x00000000009c0350 in MapUpdater::wait (this=0x7fffca206f10)
  881.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:87
  882.         guard = {lock_ = 0x7fffca206fe8, owner_ = 0}
  883. #4  0x00000000009bdfed in MapManager::Update (this=0x7fffca206e08,
  884.     diff=<value optimized out>)
  885.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:273
  886. No locals.
  887. #5  0x0000000000b084bd in World::Update (this=0x7fffede2d808, diff=161)
  888.     at /home/trinity/sources/src/server/game/World/World.cpp:1963
  889. No locals.
  890. #6  0x00000000007374a6 in WorldRunnable::run (this=<value optimized out>)
  891.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  892.         diff = 161
  893.         realCurrTime = 9391682
  894.         realPrevTime = 9391521
  895.         prevSleepTime = 0
  896. #7  0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x7fffca20701c)
  897.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  898. No locals.
  899. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  900. No symbol table info available.
  901. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  902. No symbol table info available.
  903. #10 0x0000000000000000 in ?? ()
  904. No symbol table info available.
  905.  
  906. Thread 13 (Thread 0x7fffc37ff710 (LWP 18457)):
  907. #0  0x00007ffff5ccc4be in RC4 () from /usr/lib/libcrypto.so.0.9.8
  908. No symbol table info available.
  909. #1  0x00007ffff5d13dc5 in ?? () from /usr/lib/libcrypto.so.0.9.8
  910. No symbol table info available.
  911. #2  0x00007ffff5d12a9c in EVP_EncryptUpdate () from /usr/lib/libcrypto.so.0.9.8
  912. No symbol table info available.
  913. #3  0x0000000000c3ee67 in ARC4::UpdateData (this=0x7ffe7a3f7080,
  914.     len=<value optimized out>, data=0x7fffc37fe7f4 "")
  915.     at /home/trinity/sources/src/server/shared/Cryptography/ARC4.cpp:50
  916.         outlen = 0
  917. #4  0x0000000000a7139a in WorldSocket::SendPacket (this=0x7ffefe170000,
  918.     pct=...)
  919.     at /home/trinity/sources/src/server/game/Server/WorldSocket.cpp:185
  920.         Guard = {lock_ = 0x7ffefe170320, owner_ = 0}
  921.         header = {size = 51, header = "\000\063Ý\000Ý"}
  922. #5  0x0000000000a63315 in WorldSession::SendPacket (this=0x7ffe4d313800,
  923.     packet=0x4)
  924.     at /home/trinity/sources/src/server/game/Server/WorldSession.cpp:182
  925. No locals.
  926. #6  0x000000000098924e in Trinity::MessageDistDeliverer::SendPacket (
  927.     this=0x7fffc37fea20, m=<value optimized out>)
  928.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.h:150
  929.         session = 0x7ffe7a3f7080
  930. #7  Trinity::MessageDistDeliverer::Visit (this=0x7fffc37fea20,
  931.     m=<value optimized out>)
  932.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:265
  933.         target = 0x7ffe9a05f000
  934. #8  0x00000000008118c1 in VisitorHelper<Trinity::MessageDistDeliverer, Player>
  935.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  936.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  937. No locals.
  938. #9  VisitorHelper<Trinity::MessageDistDeliverer, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (
  939.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  940.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  941. No locals.
  942. #10 VisitorHelper<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  943.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  944.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  945. No locals.
  946. #11 TypeContainerVisitor<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=<value optimized out>, cell=<value optimized out>,
  947.     visitor=...)
  948.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  949. No locals.
  950. #12 Visit<Trinity::MessageDistDeliverer> (this=<value optimized out>,
  951.     cell=<value optimized out>, visitor=...)
  952.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  953. No locals.
  954. #13 Visit<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  955.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  956.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  957. No locals.
  958. #14 Map::Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  959.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  960.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  961.         x = 26
  962.         y = 41
  963.         cell_x = 5
  964.         cell_y = 7
  965. #15 0x0000000000814c0b in void WorldObject::VisitNearbyWorldObject<Trinity::MessageDistDeliverer>(float const&, Trinity::MessageDistDeliverer&) const ()
  966. No symbol table info available.
  967. #16 0x000000000080f468 in WorldObject::SendMessageToSetInRange (
  968.     this=0x7ffe7a3f7080, data=<value optimized out>, dist=90)
  969.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:1996
  970.         notifier = {i_source = 0x7fff593ae000, i_message = 0x7fffc37fea70,
  971.           i_phaseMask = 1, i_distSq = 8100, team = 0, skipped_receiver = 0x0}
  972. #17 0x00000000008e7563 in Unit::SendMonsterMove (this=0x7fff593ae000,
  973.     NewPosX=-2888.72632, NewPosY=5318.1875, NewPosZ=-11.1297379, Time=1155,
  974.     player=0x0)
  975.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:383
  976.         data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0,
  977.             _wpos = 49,
  978.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  979.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  980.                   _M_start = 0x7ffd77894940 "ÛÝÿ\234T0ñ",
  981.                   _M_finish = 0x7ffd77894971 "B\005F¢Sè@\207\017",
  982.                   _M_end_of_storage = 0x7ffd77894971 "B\005F¢Sè@\207\017"}}, <No data fields>}}, m_opcode = 221}
  983. #18 0x0000000000bb427a in Traveller<Creature>::MoveTo (this=0x7ffdc53c628c,
  984.     traveller=..., sendMove=true)
  985.     at /home/trinity/sources/src/server/game/Movement/Traveller.h:109
  986. No locals.
  987. #19 DestinationHolder<Traveller<Creature> >::StartTravel (this=0x7ffdc53c628c,
  988.     traveller=..., sendMove=true)
  989.     at /home/trinity/sources/src/server/game/Movement/DestinationHolderImp.h:88
  990. No locals.
  991. #20 0x0000000000bbaa6f in DestinationHolder<Traveller<Creature> >::SetDestination (this=0x7ffdc53c6280, creature=...)
  992.     at /home/trinity/sources/src/server/game/Movement/DestinationHolderImp.h:72
  993. No locals.
  994. #21 RandomMovementGenerator<Creature>::_setRandomLocation (
  995.     this=0x7ffdc53c6280, creature=...)
  996.     at /home/trinity/sources/src/server/game/Movement/MovementGenerators/RandomMovementGenerator.cpp:117
  997.         nx = -2888.72632
  998.         ny = 5318.1875
  999.         nz = -11.1974001
  1000.         dist = 3.49374843
  1001.         map = 0x7fffced24000
  1002.         is_air_ok = false
  1003.         traveller = {i_traveller = @0x7fff593ae000}
  1004. #22 0x0000000000bbad8f in RandomMovementGenerator<Creature>::Update (
  1005.     this=0x7ffdc53c6280, creature=..., diff=<value optimized out>)
  1006.     at /home/trinity/sources/src/server/game/Movement/MovementGenerators/RandomMovementGenerator.cpp:195
  1007.         traveller = {i_traveller = @0x7fff593ae000}
  1008. #23 0x00000000009d7cb9 in MotionMaster::UpdateMotion (this=0x7fff593afad8,
  1009.     diff=161)
  1010.     at /home/trinity/sources/src/server/game/Movement/MotionMaster.cpp:86
  1011.         __FUNCTION__ = "UpdateMotion"
  1012. #24 0x0000000000820728 in Creature::Update (this=0x7fff593ae000, diff=161)
  1013.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:524
  1014.         bInCombat = <value optimized out>
  1015. #25 0x00000000009d6bb7 in void Map::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&) ()
  1016. No symbol table info available.
  1017. #26 0x00000000009cd707 in Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x7fffced24000, obj=<value optimized out>,
  1018.     gridVisitor=..., worldVisitor=...)
  1019.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:48
  1020. No locals.
  1021. #27 Map::VisitNearbyCellsOf (this=0x7fffced24000, obj=<value optimized out>,
  1022.     gridVisitor=..., worldVisitor=...)
  1023.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:499
  1024.         pair = {x_coord = 212, y_coord = 335}
  1025.         cell = {data = {Part = {grid_x = 26, grid_y = 41, cell_x = 4,
  1026.               cell_y = 7, nocreate = 0, reserved = 16}, All = 538724954}}
  1027.         y = 335
  1028.         x = 212
  1029. #28 0x00000000009cddff in Map::Update (this=0x7fffced24000,
  1030.     t_diff=@0x7ffda4207d80)
  1031.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:540
  1032.         plr = 0x7ffe9a05f000
  1033.         updater = {i_timeDiff = 161}
  1034.         grid_object_update = {i_visitor = @0x7fffc37fee00}
  1035.         world_object_update = {i_visitor = @0x7fffc37fee00}
  1036. #29 0x00000000009c0a12 in MapUpdateRequest::call (this=0x7ffda4207d60)
  1037.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1038. No locals.
  1039. #30 0x0000000000c3a101 in DelayExecutor::svc (this=0x7fffca206f18)
  1040.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1041.         rq = 0x7ffda4207d60
  1042. #31 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1043.     at ../../ace/Task.cpp:271
  1044.         t = 0x7fffca206f18
  1045.         svc_status = <value optimized out>
  1046. #32 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcb05a340)
  1047.     at ../../ace/Thread_Adapter.cpp:94
  1048.         exit_hook_instance = <value optimized out>
  1049.         exit_hook_maybe = {instance_ = 0x0}
  1050.         exit_hook_ptr = <value optimized out>
  1051. #33 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1052. No symbol table info available.
  1053. #34 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1054. No symbol table info available.
  1055. #35 0x0000000000000000 in ?? ()
  1056. No symbol table info available.
  1057.  
  1058. Thread 12 (Thread 0x7fffc47ff710 (LWP 18456)):
  1059. #0  std::_List_base<AuraEffect*, std::allocator<AuraEffect*> >::_M_clear (
  1060.     this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  1061.     at /usr/include/c++/4.3/bits/list.tcc:77
  1062.         __cur = 0x0
  1063. #1  ~_List_base (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  1064.     at /usr/include/c++/4.3/bits/stl_list.h:358
  1065. No locals.
  1066. #2  ~list (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  1067.     at /usr/include/c++/4.3/bits/stl_list.h:417
  1068. No locals.
  1069. #3  ~Unit (this=0x7ffe3237c000, __in_chrg=<value optimized out>)
  1070.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:222
  1071.         __FUNCTION__ = "~Unit"
  1072. #4  0x000000000081e71b in ~Creature (this=0x7ffe3237c000,
  1073.     __in_chrg=<value optimized out>)
  1074.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:177
  1075. No locals.
  1076. #5  0x0000000000bae1c9 in ObjectGridUnloader::Visit<Creature> (
  1077.     this=<value optimized out>, m=...)
  1078.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.cpp:266
  1079.         obj = 0x7ffe3237c000
  1080. #6  0x0000000000bacf65 in VisitorHelper<ObjectGridUnloader, Creature> (
  1081.     this=0x7fffc47fed70, grid=...)
  1082.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  1083. No locals.
  1084. #7  VisitorHelper<ObjectGridUnloader, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7fffc47fed70, grid=...)
  1085.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  1086. No locals.
  1087. #8  VisitorHelper<ObjectGridUnloader, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7fffc47fed70, grid=...)
  1088.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:71
  1089. No locals.
  1090. #9  VisitorHelper<ObjectGridUnloader, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffc47fed70,
  1091.     grid=...)
  1092.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  1093. No locals.
  1094. #10 TypeContainerVisitor<ObjectGridUnloader, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x7fffc47fed70, grid=...)
  1095.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  1096. No locals.
  1097. #11 Visit<ObjectGridUnloader> (this=0x7fffc47fed70, grid=...)
  1098.     at /home/trinity/sources/src/server/game/Grids/Grid.h:89
  1099. No locals.
  1100. #12 ObjectGridUnloader::Unload (this=0x7fffc47fed70, grid=...)
  1101.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.cpp:252
  1102. No locals.
  1103. #13 0x00000000009cbd85 in Unload<ObjectGridUnloader> (this=0x7ffdfeae0000,
  1104.     x=@0x7fffc47fedc8, y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  1105.     at /home/trinity/sources/src/server/game/Grids/GridLoader.h:72
  1106. No locals.
  1107. #14 ObjectGridUnloader::UnloadN (this=0x7ffdfeae0000, x=@0x7fffc47fedc8,
  1108.     y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  1109.     at /home/trinity/sources/src/server/game/Grids/ObjectGridLoader.h:70
  1110.         x = 7
  1111. #15 Map::UnloadGrid (this=0x7ffdfeae0000, x=@0x7fffc47fedc8,
  1112.     y=@0x7fffc47fedcc, unloadAll=<value optimized out>)
  1113.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:961
  1114.         unloader = {i_grid = @0x7ffd62320000}
  1115.         cleaner = {i_grid = @0x7ffd62320000}
  1116.         grid = <value optimized out>
  1117.         gx = <value optimized out>
  1118.         gy = <value optimized out>
  1119.         __FUNCTION__ = "UnloadGrid"
  1120. #16 0x00000000009cc423 in Map::UnloadAll (this=0x7ffdfeae0000)
  1121.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:1019
  1122.         grid = <value optimized out>
  1123. #17 InstanceMap::UnloadAll (this=0x7ffdfeae0000)
  1124.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:2521
  1125.         __FUNCTION__ = "UnloadAll"
  1126. #18 0x0000000000bb24e6 in MapInstanced::DestroyInstance (this=0x7fffcb7a7000,
  1127.     itr=...)
  1128.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:239
  1129. No locals.
  1130. #19 0x0000000000bb27b2 in MapInstanced::Update (this=0x7fffcb7a7000,
  1131.     t=@0x7ffdaa230990)
  1132.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:59
  1133.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7ffdc6808500,
  1134.             _M_cur_bucket = 0x7ffe97bff7b0}, <No data fields>}
  1135. #20 0x00000000009c0a12 in MapUpdateRequest::call (this=0x7ffdaa230970)
  1136.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1137. No locals.
  1138. #21 0x0000000000c3a101 in DelayExecutor::svc (this=0x7fffca206f18)
  1139.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1140.         rq = 0x7ffdaa230970
  1141. #22 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1142.     at ../../ace/Task.cpp:271
  1143.         t = 0x7fffca206f18
  1144.         svc_status = <value optimized out>
  1145. #23 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcb05a2e0)
  1146.     at ../../ace/Thread_Adapter.cpp:94
  1147.         exit_hook_instance = <value optimized out>
  1148.         exit_hook_maybe = {instance_ = 0x0}
  1149.         exit_hook_ptr = <value optimized out>
  1150. #24 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1151. No symbol table info available.
  1152. #25 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1153. No symbol table info available.
  1154. #26 0x0000000000000000 in ?? ()
  1155. No symbol table info available.
  1156.  
  1157. Thread 11 (Thread 0x7fffc67ff710 (LWP 18455)):
  1158. #0  0x00000000009c8d85 in LinkedListElement::hasNext (this=0x7fffc84df000,
  1159.     diff=@0x7ffd891127e0)
  1160.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:38
  1161. No locals.
  1162. #1  LinkedListElement::next (this=0x7fffc84df000, diff=@0x7ffd891127e0)
  1163.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:42
  1164. No locals.
  1165. #2  Reference<GridRefManager<NGrid<8u, Player, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >, NGrid<8u, Player, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::next (
  1166.     this=0x7fffc84df000, diff=@0x7ffd891127e0)
  1167.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedReference/Reference.h:74
  1168. No locals.
  1169. #3  GridReference<NGrid<8u, Player, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::next (
  1170.     this=0x7fffc84df000, diff=@0x7ffd891127e0)
  1171.     at /home/trinity/sources/src/server/game/Grids/GridReference.h:50
  1172. No locals.
  1173. #4  LinkedListHead::Iterator<GridReference<NGrid<8u, Player, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > >::operator++ (this=0x7fffc84df000, diff=@0x7ffd891127e0)
  1174.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:177
  1175. No locals.
  1176. #5  Map::ProcessRelocationNotifies (this=0x7fffc84df000, diff=@0x7ffd891127e0)
  1177.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:585
  1178. No locals.
  1179. #6  0x00000000009cdeb1 in Map::Update (this=0x7fffc84df000,
  1180.     t_diff=@0x7ffd891127e0)
  1181.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:566
  1182.         updater = {i_timeDiff = 161}
  1183.         grid_object_update = {i_visitor = @0x7fffc67fee00}
  1184.         world_object_update = {i_visitor = @0x7fffc67fee00}
  1185. #7  0x00000000009c0a12 in MapUpdateRequest::call (this=0x7ffd891127c0)
  1186.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1187. No locals.
  1188. #8  0x0000000000c3a101 in DelayExecutor::svc (this=0x7fffca206f18)
  1189.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1190.         rq = 0x7ffd891127c0
  1191. #9  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1192.     at ../../ace/Task.cpp:271
  1193.         t = 0x7fffca206f18
  1194.         svc_status = <value optimized out>
  1195. #10 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcb05a280)
  1196.     at ../../ace/Thread_Adapter.cpp:94
  1197.         exit_hook_instance = <value optimized out>
  1198.         exit_hook_maybe = {instance_ = 0x0}
  1199.         exit_hook_ptr = <value optimized out>
  1200. #11 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1201. No symbol table info available.
  1202. #12 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1203. No symbol table info available.
  1204. #13 0x0000000000000000 in ?? ()
  1205. No symbol table info available.
  1206.  
  1207. Thread 10 (Thread 0x7fffcafff710 (LWP 18454)):
  1208. #0  0x00007ffff6a5a1a1 in std::_Rb_tree_increment(std::_Rb_tree_node_base*) ()
  1209.    from /usr/lib/libstdc++.so.6
  1210. No symbol table info available.
  1211. #1  0x00000000008a1103 in std::_Rb_tree_iterator<std::pair<unsigned int const, unsigned int> >::operator++ (this=0x7ffe79809000, p_time=161)
  1212.     at /usr/include/c++/4.3/bits/stl_tree.h:182
  1213. No locals.
  1214. #2  Player::Update (this=0x7ffe79809000, p_time=161)
  1215.     at /home/trinity/sources/src/server/game/Entities/Player/Player.cpp:1270
  1216.         now = <value optimized out>
  1217.         pet = <value optimized out>
  1218. #3  0x00000000009cddee in Map::Update (this=0x7fffdbe39000,
  1219.     t_diff=@0x7ffd883d1300)
  1220.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:538
  1221.         plr = 0x7ffe79809000
  1222.         updater = {i_timeDiff = 161}
  1223.         grid_object_update = {i_visitor = @0x7fffcaffee00}
  1224.         world_object_update = {i_visitor = @0x7fffcaffee00}
  1225. #4  0x00000000009c0a12 in MapUpdateRequest::call (this=0x7ffd883d12e0)
  1226.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1227. No locals.
  1228. #5  0x0000000000c3a101 in DelayExecutor::svc (this=0x7fffca206f18)
  1229.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1230.         rq = 0x7ffd883d12e0
  1231. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1232.     at ../../ace/Task.cpp:271
  1233.         t = 0x7fffca206f18
  1234.         svc_status = <value optimized out>
  1235. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcb05a1c0)
  1236.     at ../../ace/Thread_Adapter.cpp:94
  1237.         exit_hook_instance = <value optimized out>
  1238.         exit_hook_maybe = {instance_ = 0x0}
  1239.         exit_hook_ptr = <value optimized out>
  1240. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1241. No symbol table info available.
  1242. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  1243. No symbol table info available.
  1244. #10 0x0000000000000000 in ?? ()
  1245. No symbol table info available.
  1246.  
  1247. Thread 9 (Thread 0x7fffedbff710 (LWP 18449)):
  1248. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1249.    from /lib/libpthread.so.0
  1250. No symbol table info available.
  1251. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d484, mutex=...,
  1252.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1253.         result = <value optimized out>
  1254.         ts = {tv_sec = 140737299689344, tv_nsec = 140728965529600}
  1255. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d484, mutex=...,
  1256.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1257. No locals.
  1258. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1259.     (this=0x7ffff440d400, timeout=0x0)
  1260.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1261.         result = <value optimized out>
  1262. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1263. No symbol table info available.
  1264. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1265.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1266.     at ../../ace/Activation_Queue.cpp:89
  1267.         mb = 0x0
  1268. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff44149c0)
  1269.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1270. No locals.
  1271. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1272.     at ../../ace/Task.cpp:271
  1273.         t = 0x7ffff44149c0
  1274.         svc_status = <value optimized out>
  1275. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffedd43220)
  1276.     at ../../ace/Thread_Adapter.cpp:94
  1277.         exit_hook_instance = <value optimized out>
  1278.         exit_hook_maybe = {instance_ = 0x0}
  1279.         exit_hook_ptr = <value optimized out>
  1280. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1281. No symbol table info available.
  1282. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1283. No symbol table info available.
  1284. #11 0x0000000000000000 in ?? ()
  1285. No symbol table info available.
  1286.  
  1287. Thread 8 (Thread 0x7fffeefff710 (LWP 18448)):
  1288. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1289.    from /lib/libpthread.so.0
  1290. No symbol table info available.
  1291. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1292.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1293.         result = <value optimized out>
  1294.         ts = {tv_sec = 140737182914928, tv_nsec = 17025979}
  1295. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1296.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1297. No locals.
  1298. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1299.     (this=0x7ffff440d300, timeout=0x0)
  1300.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1301.         result = <value optimized out>
  1302. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1303. No symbol table info available.
  1304. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1305.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1306.     at ../../ace/Activation_Queue.cpp:89
  1307.         mb = 0x0
  1308. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414900)
  1309.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1310. No locals.
  1311. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1312.     at ../../ace/Task.cpp:271
  1313.         t = 0x7ffff4414900
  1314.         svc_status = <value optimized out>
  1315. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413fa0)
  1316.     at ../../ace/Thread_Adapter.cpp:94
  1317.         exit_hook_instance = <value optimized out>
  1318.         exit_hook_maybe = {instance_ = 0x0}
  1319.         exit_hook_ptr = <value optimized out>
  1320. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1321. No symbol table info available.
  1322. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1323. No symbol table info available.
  1324. #11 0x0000000000000000 in ?? ()
  1325. No symbol table info available.
  1326.  
  1327. Thread 7 (Thread 0x7fffeffff710 (LWP 18447)):
  1328. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1329.    from /lib/libpthread.so.0
  1330. No symbol table info available.
  1331. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1332.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1333.         result = <value optimized out>
  1334.         ts = {tv_sec = 140737223279888, tv_nsec = 12758003}
  1335. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1336.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1337. No locals.
  1338. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1339.     (this=0x7ffff440d300, timeout=0x0)
  1340.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1341.         result = <value optimized out>
  1342. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1343. No symbol table info available.
  1344. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1345.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1346.     at ../../ace/Activation_Queue.cpp:89
  1347.         mb = 0x0
  1348. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414840)
  1349.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1350. No locals.
  1351. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1352.     at ../../ace/Task.cpp:271
  1353.         t = 0x7ffff4414840
  1354.         svc_status = <value optimized out>
  1355. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413ee0)
  1356.     at ../../ace/Thread_Adapter.cpp:94
  1357.         exit_hook_instance = <value optimized out>
  1358.         exit_hook_maybe = {instance_ = 0x0}
  1359.         exit_hook_ptr = <value optimized out>
  1360. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1361. No symbol table info available.
  1362. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1363. No symbol table info available.
  1364. #11 0x0000000000000000 in ?? ()
  1365. No symbol table info available.
  1366.  
  1367. Thread 6 (Thread 0x7ffff13ff710 (LWP 18446)):
  1368. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1369.    from /lib/libpthread.so.0
  1370. No symbol table info available.
  1371. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1372.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1373.         result = <value optimized out>
  1374.         ts = {tv_sec = 140737220202416, tv_nsec = 17025979}
  1375. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1376.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1377. No locals.
  1378. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1379.     (this=0x7ffff440d300, timeout=0x0)
  1380.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1381.         result = <value optimized out>
  1382. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1383. No symbol table info available.
  1384. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1385.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1386.     at ../../ace/Activation_Queue.cpp:89
  1387.         mb = 0x0
  1388. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414780)
  1389.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1390. No locals.
  1391. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1392.     at ../../ace/Task.cpp:271
  1393.         t = 0x7ffff4414780
  1394.         svc_status = <value optimized out>
  1395. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413e20)
  1396.     at ../../ace/Thread_Adapter.cpp:94
  1397.         exit_hook_instance = <value optimized out>
  1398.         exit_hook_maybe = {instance_ = 0x0}
  1399.         exit_hook_ptr = <value optimized out>
  1400. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1401. No symbol table info available.
  1402. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1403. No symbol table info available.
  1404. #11 0x0000000000000000 in ?? ()
  1405. No symbol table info available.
  1406.  
  1407. Thread 5 (Thread 0x7ffff23ff710 (LWP 18445)):
  1408. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1409.    from /lib/libpthread.so.0
  1410. No symbol table info available.
  1411. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1412.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1413.         result = <value optimized out>
  1414.         ts = {tv_sec = 140737293695824, tv_nsec = 12758003}
  1415. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1416.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1417. No locals.
  1418. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1419.     (this=0x7ffff440d300, timeout=0x0)
  1420.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1421.         result = <value optimized out>
  1422. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1423. No symbol table info available.
  1424. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1425.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1426.     at ../../ace/Activation_Queue.cpp:89
  1427.         mb = 0x0
  1428. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff44146c0)
  1429.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1430. No locals.
  1431. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1432.     at ../../ace/Task.cpp:271
  1433.         t = 0x7ffff44146c0
  1434.         svc_status = <value optimized out>
  1435. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413d60)
  1436.     at ../../ace/Thread_Adapter.cpp:94
  1437.         exit_hook_instance = <value optimized out>
  1438.         exit_hook_maybe = {instance_ = 0x0}
  1439.         exit_hook_ptr = <value optimized out>
  1440. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1441. No symbol table info available.
  1442. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1443. No symbol table info available.
  1444. #11 0x0000000000000000 in ?? ()
  1445. No symbol table info available.
  1446.  
  1447. Thread 4 (Thread 0x7ffff33ff710 (LWP 18444)):
  1448. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1449.    from /lib/libpthread.so.0
  1450. No symbol table info available.
  1451. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1452.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1453.         result = <value optimized out>
  1454.         ts = {tv_sec = 0, tv_nsec = 140737291384832}
  1455. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1456.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1457. No locals.
  1458. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1459.     (this=0x7ffff440d200, timeout=0x0)
  1460.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1461.         result = <value optimized out>
  1462. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1463. No symbol table info available.
  1464. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1465.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1466.     at ../../ace/Activation_Queue.cpp:89
  1467.         mb = 0x0
  1468. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414600)
  1469.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1470. No locals.
  1471. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1472.     at ../../ace/Task.cpp:271
  1473.         t = 0x7ffff4414600
  1474.         svc_status = <value optimized out>
  1475. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413be0)
  1476.     at ../../ace/Thread_Adapter.cpp:94
  1477.         exit_hook_instance = <value optimized out>
  1478.         exit_hook_maybe = {instance_ = 0x0}
  1479.         exit_hook_ptr = <value optimized out>
  1480. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1481. No symbol table info available.
  1482. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1483. No symbol table info available.
  1484. #11 0x0000000000000000 in ?? ()
  1485. No symbol table info available.
  1486.  
  1487. Thread 3 (Thread 0x7ffff43ff710 (LWP 18443)):
  1488. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1489.    from /lib/libpthread.so.0
  1490. No symbol table info available.
  1491. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1492.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1493.         result = <value optimized out>
  1494.         ts = {tv_sec = 0, tv_nsec = 140737291383552}
  1495. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1496.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1497. No locals.
  1498. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1499.     (this=0x7ffff440d200, timeout=0x0)
  1500.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1501.         result = <value optimized out>
  1502. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1503. No symbol table info available.
  1504. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1505.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1506.     at ../../ace/Activation_Queue.cpp:89
  1507.         mb = 0x0
  1508. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414540)
  1509.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1510. No locals.
  1511. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1512.     at ../../ace/Task.cpp:271
  1513.         t = 0x7ffff4414540
  1514.         svc_status = <value optimized out>
  1515. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413b20)
  1516.     at ../../ace/Thread_Adapter.cpp:94
  1517.         exit_hook_instance = <value optimized out>
  1518.         exit_hook_maybe = {instance_ = 0x0}
  1519.         exit_hook_ptr = <value optimized out>
  1520. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1521. No symbol table info available.
  1522. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1523. No symbol table info available.
  1524. #11 0x0000000000000000 in ?? ()
  1525. No symbol table info available.
  1526.  
  1527. Thread 1 (Thread 0x7ffff7fe0720 (LWP 18439)):
  1528. #0  0x00007ffff633bbe5 in pthread_join () from /lib/libpthread.so.0
  1529. No symbol table info available.
  1530. #1  0x00007ffff76f418b in thr_join (this=0x7ffff442f3c0, task=0x7fffb0ab3408)
  1531.     at ../../ace/OS_NS_Thread.inl:2788
  1532.         result = -196938816
  1533. #2  ACE_Thread::join (this=0x7ffff442f3c0, task=0x7fffb0ab3408)
  1534.     at ../../ace/Thread.inl:137
  1535. No locals.
  1536. #3  ACE_Thread_Manager::wait_task (this=0x7ffff442f3c0, task=0x7fffb0ab3408)
  1537.     at ../../ace/Thread_Manager.cpp:1793
  1538.         i = 0
  1539.         copy_count = 1
  1540.         result = <value optimized out>
  1541. #4  0x0000000000a6ddd0 in ReactorRunnable::Wait (this=0x7fffb0b13a48)
  1542.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:102
  1543. No locals.
  1544. #5  WorldSocketMgr::Wait (this=0x7fffb0b13a48)
  1545.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:318
  1546.         i = 1
  1547. #6  0x000000000073cad4 in Master::Run (this=0x7ffff4411218)
  1548.     at /home/trinity/sources/src/server/worldserver/Master.cpp:279
  1549.         seed1 = {_bn = 0x7ffff4412380, _array = 0x0}
  1550.         pidfile = {static npos = 18446744073709551615,
  1551.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  1552.             _M_p = 0x7ffff44095f8 "../logs/core.pid"}}
  1553.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1554.               _vptr.ACE_Event_Handler = 0x10463b0,
  1555.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1556.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1557.               reactor_ = 0x0,
  1558.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1559.                   _vptr.Policy = 0x7ffff7946890},
  1560.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1561.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1562.               _vptr.ACE_Event_Handler = 0x10463b0,
  1563.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1564.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1565.               reactor_ = 0x0,
  1566.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1567.                   _vptr.Policy = 0x7ffff7946890},
  1568.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1569.         Handler = {_vptr.ACE_Sig_Handler = 0x1540570, static sig_pending_ = 0,
  1570.           static signal_handlers_ = {0x0, 0x0, 0x7fffffffe400,
  1571.             0x0 <repeats 12 times>, 0x7fffffffe3d0, 0x0 <repeats 49 times>}}
  1572.         world_thread = {m_iThreadId = 140736137787152,
  1573.           m_hThreadHandle = 140736137787152, m_task = 0x7fffb09f49b0,
  1574.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1575.             _vptr.ACE_TSS = 0x10c8390, keylock_ = {lock_ = {__data = {
  1576.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1577.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1578.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1579.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1580.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1581.         cliThread = 0x7fffb0a74f20
  1582.         rar_thread = {m_iThreadId = 140736104232720,
  1583.           m_hThreadHandle = 140736104232720, m_task = 0x7fffb0a74f00,
  1584.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1585.             _vptr.ACE_TSS = 0x10c8390, keylock_ = {lock_ = {__data = {
  1586.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1587.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1588.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1589.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1590.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1591.         soap_thread = <value optimized out>
  1592.         wsport = <value optimized out>
  1593.         bind_ip = {static npos = 18446744073709551615,
  1594.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffb0a74e78 "0.0.0.0"}}
  1595. #7  0x000000000073818f in main (argc=3, argv=<value optimized out>)
  1596.     at /home/trinity/sources/src/server/worldserver/Main.cpp:147
  1597.         cfg_file = 0x7fffffffe921 "../etc/worldserver.conf"
  1598.         c = <value optimized out>
  1599.         ret = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement