Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 85.64 KB | None | 0 0
  1. [New Thread 0x7fffaa3fe710 (LWP 28617)]
  2. [New Thread 0x7fffa8bff710 (LWP 28618)]
  3. [New Thread 0x7fffa7bff710 (LWP 28619)]
  4. [New Thread 0x7fffa6bff710 (LWP 28620)]
  5. [New Thread 0x7fffa5bff710 (LWP 28621)]
  6. [New Thread 0x7fffa4bff710 (LWP 28622)]
  7. [New Thread 0x7fffa3bff710 (LWP 28623)]
  8. [New Thread 0x7fffa2bff710 (LWP 28624)]
  9. [New Thread 0x7fffa1bff710 (LWP 28625)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffaf3ff710 (LWP 28610)]
  13. 0x000000000081545d in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  14. #0  0x000000000081545d in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  15. #1  0x0000000000810746 in VisitorHelper<WorldObjectChangeAccumulator, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (this=0x7ffe9b597000, data_map=<value optimized out>)
  16.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  17. #2  TypeContainerVisitor<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=0x7ffe9b597000, data_map=<value optimized out>)
  18.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  19. #3  Visit<WorldObjectChangeAccumulator> (this=0x7ffe9b597000,
  20.     data_map=<value optimized out>)
  21.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  22. #4  Visit<WorldObjectChangeAccumulator, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (this=0x7ffe9b597000,
  23.     data_map=<value optimized out>)
  24.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  25. #5  Map::Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  26.     (this=0x7ffe9b597000, data_map=<value optimized out>)
  27.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  28. #6  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  29.     this=0x7ffe9b597000, data_map=<value optimized out>)
  30.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:227
  31. #7  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  32.     this=0x7ffe9b597000, data_map=<value optimized out>)
  33.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:239
  34. #8  WorldObject::BuildUpdate (this=0x7ffe9b597000,
  35.     data_map=<value optimized out>)
  36.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:2764
  37. #9  0x000000000097e76b in ObjectAccessor::Update (this=0x7fffd1695a08)
  38.     at /home/trinity/sources/src/server/game/Globals/ObjectAccessor.cpp:375
  39. #10 0x00000000009bdeda in MapManager::Update (this=0x7fffca144c08,
  40.     diff=<value optimized out>)
  41.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:278
  42. #11 0x0000000000b084bd in World::Update (this=0x7fffede2d808, diff=22)
  43.     at /home/trinity/sources/src/server/game/World/World.cpp:1963
  44. #12 0x00000000007374a6 in WorldRunnable::run (this=<value optimized out>)
  45.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  46. #13 0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x7ffe7ad70000)
  47.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  48. #14 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  49. #15 0x00007ffff60a202d in clone () from /lib/libc.so.6
  50. #16 0x0000000000000000 in ?? ()
  51. #0  0x000000000081545d in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  52. No symbol table info available.
  53. #1  0x0000000000810746 in VisitorHelper<WorldObjectChangeAccumulator, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (this=0x7ffe9b597000, data_map=<value optimized out>)
  54.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  55. No locals.
  56. #2  TypeContainerVisitor<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=0x7ffe9b597000, data_map=<value optimized out>)
  57.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  58. No locals.
  59. #3  Visit<WorldObjectChangeAccumulator> (this=0x7ffe9b597000,
  60.     data_map=<value optimized out>)
  61.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  62. No locals.
  63. #4  Visit<WorldObjectChangeAccumulator, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (this=0x7ffe9b597000,
  64.     data_map=<value optimized out>)
  65.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  66. No locals.
  67. #5  Map::Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  68.     (this=0x7ffe9b597000, data_map=<value optimized out>)
  69.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  70.         x = 15
  71.         y = 32
  72.         cell_x = 4
  73.         cell_y = 6
  74. #6  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  75.     this=0x7ffe9b597000, data_map=<value optimized out>)
  76.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:227
  77.         r_zone = {data = {Part = {grid_x = 15, grid_y = 32, cell_x = 4,
  78.               cell_y = 6, nocreate = 1, reserved = 0}, All = 18368527}}
  79.         cell_pair = {x_coord = 124, y_coord = 262}
  80.         area = {right_offset = 1, left_offset = 2, upper_offset = 1,
  81.           lower_offset = 2}
  82. #7  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  83.     this=0x7ffe9b597000, data_map=<value optimized out>)
  84.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:239
  85. No locals.
  86. #8  WorldObject::BuildUpdate (this=0x7ffe9b597000,
  87.     data_map=<value optimized out>)
  88.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:2764
  89.         p = {x_coord = 124, y_coord = 261}
  90.         cell = {data = {Part = {grid_x = 15, grid_y = 32, cell_x = 4,
  91.               cell_y = 5, nocreate = 1, reserved = 31}, All = 1058293775}}
  92.         notifier = {i_updateDatas = @0x7fffaf3fecf0,
  93.           i_object = @0x7ffe9b597000, plr_list = {_M_t = {
  94.               _M_impl = {<std::allocator<std::_Rb_tree_node<unsigned long> >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<unsigned long> >> = {<No data fields>}, <No data fields>},
  95.                 _M_key_compare = {<std::binary_function<unsigned long, unsigned long, bool>> = {<No data fields>}, <No data fields>}, _M_header = {
  96.                   _M_color = std::_S_red, _M_parent = 0x7ffe71e7b8e0,
  97.                   _M_left = 0x7ffe7365edc0, _M_right = 0x7ffe736f0550},
  98.                 _M_node_count = 5}}}}
  99.         player_notifier = {i_visitor = @0x7fffaf3feb60}
  100. #9  0x000000000097e76b in ObjectAccessor::Update (this=0x7fffd1695a08)
  101.     at /home/trinity/sources/src/server/game/Globals/ObjectAccessor.cpp:375
  102.         obj = 0x7ffe9b597000
  103.         g = {lock_ = 0x7fffd1695a68, owner_ = 0}
  104.         update_players = {<std::tr1::__unordered_map<Player*, UpdateData, std::tr1::hash<Player*>, std::equal_to<Player*>, std::allocator<std::pair<Player* const, UpdateData> >, false>> = {<std::tr1::_Hashtable<Player*, std::pair<Player* const, UpdateData>, std::allocator<std::pair<Player* const, UpdateData> >, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>> = {<std::tr1::__detail::_Rehash_base<std::tr1::__detail::_Prime_rehash_policy, std::tr1::_Hashtable<Player*, std::pair<Player* const, UpdateData>, std::allocator<std::pair<Player* const, UpdateData> >, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true> >> = {<No data fields>}, <std::tr1::__detail::_Hash_code_base<Player*, std::pair<Player* const, UpdateData>, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, false>> = {
  105.                 _M_extract = {<std::unary_function<std::pair<Player* const, UpdateData>, Player* const>> = {<No data fields>}, <No data fields>},
  106.                 _M_eq = {<std::binary_function<Player*, Player*, bool>> = {<No data fields>}, <No data fields>},
  107.                 _M_h1 = {<std::unary_function<Player*, unsigned long>> = {<No data fields>}, <No data fields>},
  108.                 _M_h2 = {<No data fields>}}, <std::tr1::__detail::_Map_base<Player*, std::pair<Player* const, UpdateData>, std::_Select1st<std::pair<Player* const, UpdateData> >, true, std::tr1::_Hashtable<Player*, std::pair<Player* const, UpdateData>, std::allocator<std::pair<Player* const, UpdateData> >, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true> >> = {<No data fields>},
  109.               _M_node_allocator = {<__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<std::pair<Player* const, UpdateData>, false> >> = {<No data fields>}, <No data fields>}, _M_buckets = 0x7ffe73f2b400, _M_bucket_count = 97,
  110.               _M_element_count = 91, _M_rehash_policy = {
  111.                 _M_max_load_factor = 1, _M_growth_factor = 2,
  112.                 _M_next_resize = 97}}, <No data fields>}, <No data fields>}
  113.         packet = {<ByteBuffer> = {static DEFAULT_SIZE = 4096,
  114.             _rpos = 140736133590268, _wpos = 140736535633376,
  115.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  116.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  117.                   _M_start = 0x7fffc738f000 "!\004", _M_finish = 0x0,
  118.                   _M_end_of_storage = 0x7fffc7374000 "Pø\n\001"}}, <No data fields>}}, m_opcode = 60700}
  119.         __FUNCTION__ = "Update"
  120. #10 0x00000000009bdeda in MapManager::Update (this=0x7fffca144c08,
  121.     diff=<value optimized out>)
  122.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:278
  123. No locals.
  124. #11 0x0000000000b084bd in World::Update (this=0x7fffede2d808, diff=22)
  125.     at /home/trinity/sources/src/server/game/World/World.cpp:1963
  126. No locals.
  127. #12 0x00000000007374a6 in WorldRunnable::run (this=<value optimized out>)
  128.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  129.         diff = 22
  130.         realCurrTime = 13436017
  131.         realPrevTime = 13435995
  132.         prevSleepTime = 20
  133. #13 0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x7ffe7ad70000)
  134.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  135. No locals.
  136. #14 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  137. No symbol table info available.
  138. #15 0x00007ffff60a202d in clone () from /lib/libc.so.6
  139. No symbol table info available.
  140. #16 0x0000000000000000 in ?? ()
  141. No symbol table info available.
  142.   28 Thread 0x7fffa1bff710 (LWP 28625)  0x00007ffff60a2623 in epoll_wait ()
  143.    from /lib/libc.so.6
  144.   27 Thread 0x7fffa2bff710 (LWP 28624)  0xffffffffff60012d in ?? ()
  145.   26 Thread 0x7fffa3bff710 (LWP 28623)  0x00007ffff60a2623 in epoll_wait ()
  146.    from /lib/libc.so.6
  147.   25 Thread 0x7fffa4bff710 (LWP 28622)  0x00007ffff60a2623 in epoll_wait ()
  148.    from /lib/libc.so.6
  149.   24 Thread 0x7fffa5bff710 (LWP 28621)  0x00007ffff60a2623 in epoll_wait ()
  150.    from /lib/libc.so.6
  151.   23 Thread 0x7fffa6bff710 (LWP 28620)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  152.   22 Thread 0x7fffa7bff710 (LWP 28619)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  153.   21 Thread 0x7fffa8bff710 (LWP 28618)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  154.   20 Thread 0x7fffaa3fe710 (LWP 28617)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  155.   19 Thread 0x7fffabbff710 (LWP 28616)  0x00007ffff63427dd in nanosleep ()
  156.    from /lib/libpthread.so.0
  157.   18 Thread 0x7fffaabff710 (LWP 28615)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  158.   17 Thread 0x7fffacbfe710 (LWP 28613)  0x00007ffff609b8d3 in select ()
  159.    from /lib/libc.so.6
  160.   15 Thread 0x7fffae3fe710 (LWP 28611)  0x00007ffff609b8d3 in select ()
  161.    from /lib/libc.so.6
  162. * 14 Thread 0x7fffaf3ff710 (LWP 28610)  0x000000000081545d in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  163.   13 Thread 0x7fffc37ff710 (LWP 28609)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  164.   12 Thread 0x7fffc47ff710 (LWP 28608)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  165.   11 Thread 0x7fffc67ff710 (LWP 28607)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  166.   10 Thread 0x7fffcb7ff710 (LWP 28606)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  167.   9 Thread 0x7fffedbff710 (LWP 28601)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  168.   8 Thread 0x7fffeefff710 (LWP 28600)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  169.   7 Thread 0x7fffeffff710 (LWP 28599)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  170.   6 Thread 0x7ffff13ff710 (LWP 28598)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  171.   5 Thread 0x7ffff23ff710 (LWP 28597)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  172.   4 Thread 0x7ffff33ff710 (LWP 28596)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  173.   3 Thread 0x7ffff43ff710 (LWP 28595)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  174.   1 Thread 0x7ffff7fe0720 (LWP 28591)  0x00007ffff633bbe5 in pthread_join ()
  175.    from /lib/libpthread.so.0
  176.  
  177. Thread 28 (Thread 0x7fffa1bff710 (LWP 28625)):
  178. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  179. No symbol table info available.
  180. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  181.     this=0x7fffbbe2fe80, max_wait_time=<value optimized out>)
  182.     at ../../ace/Dev_Poll_Reactor.cpp:960
  183.         timer_buf = {static zero = {
  184.             static zero = <same as static member of an already seen type>,
  185.             static max_time = {
  186.               static zero = <same as static member of an already seen type>,
  187.               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}},
  188.           static max_time = <same as static member of an already seen type>,
  189.           tv_ = {tv_sec = 0, tv_usec = 6930}}
  190.         this_timeout = <value optimized out>
  191.         timeout = 6
  192.         nfds = <value optimized out>
  193. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  194.     this=0x7fffbbe2fe80, max_wait_time=0x7fffa1bfee30, guard=...)
  195.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  196.         result = <value optimized out>
  197. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  198.     this=0x7fffbbe2fe80, max_wait_time=0x7fffa1bfee30)
  199.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  200.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  201.           max_wait_time_ = 0x7fffa1bfee30, start_time_ = {static zero = {
  202.               static zero = <same as static member of an already seen type>,
  203.               static max_time = {
  204.                 static zero = <same as static member of an already seen type>,
  205.                 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}},
  206.             static max_time = <same as static member of an already seen type>,
  207.             tv_ = {tv_sec = 1292935677, tv_usec = 233776}}, stopped_ = false}
  208.         guard = {token_ = @0x7fffbbe2fef8, owner_ = 1}
  209.         result = -1
  210. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  211.     this=0x7fffb07c2300, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  212.         result = 1
  213. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb069ffe8)
  214.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  215.         interval = {static zero = {
  216.             static zero = <same as static member of an already seen type>,
  217.             static max_time = {
  218.               static zero = <same as static member of an already seen type>,
  219.               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}},
  220.           static max_time = <same as static member of an already seen type>,
  221.           tv_ = {tv_sec = 0, tv_usec = 6930}}
  222. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  223.     at ../../ace/Task.cpp:271
  224.         t = 0x7fffb069ffe8
  225.         svc_status = <value optimized out>
  226. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffafe685e0)
  227.     at ../../ace/Thread_Adapter.cpp:94
  228.         exit_hook_instance = <value optimized out>
  229.         exit_hook_maybe = {instance_ = 0x0}
  230.         exit_hook_ptr = <value optimized out>
  231. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  232. No symbol table info available.
  233. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  234. No symbol table info available.
  235. #10 0x0000000000000000 in ?? ()
  236. No symbol table info available.
  237.  
  238. Thread 27 (Thread 0x7fffa2bff710 (LWP 28624)):
  239. #0  0xffffffffff60012d in ?? ()
  240. No symbol table info available.
  241. #1  0x00007ffff7ffb5f3 in ?? ()
  242. No symbol table info available.
  243. #2  0x00007ffff7ffb6a5 in gettimeofday ()
  244. No symbol table info available.
  245. #3  0x00007ffff6064bca in gettimeofday () from /lib/libc.so.6
  246. No symbol table info available.
  247. #4  0x00007ffff7674bde in gettimeofday (this=0x7fffa2bfed90,
  248.     max_wait=0x7fffa2bfee30) at ../../ace/OS_NS_sys_time.inl:53
  249.         tv = {tv_sec = 1292935677, tv_usec = 91240605}
  250.         result = 1912216979
  251. #5  ACE_Dev_Poll_Reactor::Token_Guard::acquire_quietly (this=0x7fffa2bfed90,
  252.     max_wait=0x7fffa2bfee30) at ../../ace/Dev_Poll_Reactor.cpp:2533
  253.         tv = {static zero = {
  254.             static zero = <same as static member of an already seen type>,
  255.             static max_time = {
  256.               static zero = <same as static member of an already seen type>,
  257.               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}},
  258.           static max_time = <same as static member of an already seen type>,
  259.           tv_ = {tv_sec = 1292935677, tv_usec = 140737344099433}}
  260.         result = <value optimized out>
  261. #6  0x00007ffff76750dd in ACE_Dev_Poll_Reactor::handle_events (
  262.     this=0x7fffbbe2fd00, max_wait_time=0x7fffa2bfee30)
  263.     at ../../ace/Dev_Poll_Reactor.cpp:1003
  264.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  265.           max_wait_time_ = 0x7fffa2bfee30, start_time_ = {static zero = {
  266.               static zero = <same as static member of an already seen type>,
  267.               static max_time = {
  268.                 static zero = <same as static member of an already seen type>,
  269.                 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}},
  270.             static max_time = <same as static member of an already seen type>,
  271.             tv_ = {tv_sec = 1292935677, tv_usec = 234299}}, stopped_ = false}
  272.         guard = {token_ = @0x7fffbbe2fd78, owner_ = 0}
  273.         result = <value optimized out>
  274. #7  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  275.     this=0x7fffb07c2340, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  276.         result = 0
  277. #8  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb069feb0)
  278.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  279.         interval = {static zero = {
  280.             static zero = <same as static member of an already seen type>,
  281.             static max_time = {
  282.               static zero = <same as static member of an already seen type>,
  283.               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}},
  284.           static max_time = <same as static member of an already seen type>,
  285.           tv_ = {tv_sec = 0, tv_usec = 463}}
  286. #9  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  287.     at ../../ace/Task.cpp:271
  288.         t = 0x7fffb069feb0
  289.         svc_status = <value optimized out>
  290. #10 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffafe68580)
  291.     at ../../ace/Thread_Adapter.cpp:94
  292.         exit_hook_instance = <value optimized out>
  293.         exit_hook_maybe = {instance_ = 0x0}
  294.         exit_hook_ptr = <value optimized out>
  295. #11 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  296. No symbol table info available.
  297. #12 0x00007ffff60a202d in clone () from /lib/libc.so.6
  298. No symbol table info available.
  299. #13 0x0000000000000000 in ?? ()
  300. No symbol table info available.
  301.  
  302. Thread 26 (Thread 0x7fffa3bff710 (LWP 28623)):
  303. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  304. No symbol table info available.
  305. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  306.     this=0x7fffbbe2fb80, max_wait_time=<value optimized out>)
  307.     at ../../ace/Dev_Poll_Reactor.cpp:960
  308.         timer_buf = {static zero = {
  309.             static zero = <same as static member of an already seen type>,
  310.             static max_time = {
  311.               static zero = <same as static member of an already seen type>,
  312.               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}},
  313.           static max_time = <same as static member of an already seen type>,
  314.           tv_ = {tv_sec = 0, tv_usec = 7690}}
  315.         this_timeout = <value optimized out>
  316.         timeout = 7
  317.         nfds = <value optimized out>
  318. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  319.     this=0x7fffbbe2fb80, max_wait_time=0x7fffa3bfee30, guard=...)
  320.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  321.         result = <value optimized out>
  322. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  323.     this=0x7fffbbe2fb80, max_wait_time=0x7fffa3bfee30)
  324.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  325.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  326.           max_wait_time_ = 0x7fffa3bfee30, start_time_ = {static zero = {
  327.               static zero = <same as static member of an already seen type>,
  328.               static max_time = {
  329.                 static zero = <same as static member of an already seen type>,
  330.                 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}},
  331.             static max_time = <same as static member of an already seen type>,
  332.             tv_ = {tv_sec = 1292935677, tv_usec = 232962}}, stopped_ = false}
  333.         guard = {token_ = @0x7fffbbe2fbf8, owner_ = 1}
  334.         result = -1
  335. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  336.     this=0x7fffb07c23a0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  337.         result = 1
  338. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb069fd78)
  339.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  340.         interval = {static zero = {
  341.             static zero = <same as static member of an already seen type>,
  342.             static max_time = {
  343.               static zero = <same as static member of an already seen type>,
  344.               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}},
  345.           static max_time = <same as static member of an already seen type>,
  346.           tv_ = {tv_sec = 0, tv_usec = 7690}}
  347. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  348.     at ../../ace/Task.cpp:271
  349.         t = 0x7fffb069fd78
  350.         svc_status = <value optimized out>
  351. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffafe68520)
  352.     at ../../ace/Thread_Adapter.cpp:94
  353.         exit_hook_instance = <value optimized out>
  354.         exit_hook_maybe = {instance_ = 0x0}
  355.         exit_hook_ptr = <value optimized out>
  356. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  357. No symbol table info available.
  358. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  359. No symbol table info available.
  360. #10 0x0000000000000000 in ?? ()
  361. No symbol table info available.
  362.  
  363. Thread 25 (Thread 0x7fffa4bff710 (LWP 28622)):
  364. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  365. No symbol table info available.
  366. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  367.     this=0x7fffbbe2fa00, max_wait_time=<value optimized out>)
  368.     at ../../ace/Dev_Poll_Reactor.cpp:960
  369.         timer_buf = {static zero = {
  370.             static zero = <same as static member of an already seen type>,
  371.             static max_time = {
  372.               static zero = <same as static member of an already seen type>,
  373.               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}},
  374.           static max_time = <same as static member of an already seen type>,
  375.           tv_ = {tv_sec = 0, tv_usec = 8968}}
  376.         this_timeout = <value optimized out>
  377.         timeout = 8
  378.         nfds = <value optimized out>
  379. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  380.     this=0x7fffbbe2fa00, max_wait_time=0x7fffa4bfee30, guard=...)
  381.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  382.         result = <value optimized out>
  383. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  384.     this=0x7fffbbe2fa00, max_wait_time=0x7fffa4bfee30)
  385.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  386.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  387.           max_wait_time_ = 0x7fffa4bfee30, start_time_ = {static zero = {
  388.               static zero = <same as static member of an already seen type>,
  389.               static max_time = {
  390.                 static zero = <same as static member of an already seen type>,
  391.                 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}},
  392.             static max_time = <same as static member of an already seen type>,
  393.             tv_ = {tv_sec = 1292935677, tv_usec = 233846}}, stopped_ = false}
  394.         guard = {token_ = @0x7fffbbe2fa78, owner_ = 1}
  395.         result = -1
  396. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  397.     this=0x7fffb07c23e0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  398.         result = 1
  399. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb069fc40)
  400.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  401.         interval = {static zero = {
  402.             static zero = <same as static member of an already seen type>,
  403.             static max_time = {
  404.               static zero = <same as static member of an already seen type>,
  405.               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}},
  406.           static max_time = <same as static member of an already seen type>,
  407.           tv_ = {tv_sec = 0, tv_usec = 8968}}
  408. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  409.     at ../../ace/Task.cpp:271
  410.         t = 0x7fffb069fc40
  411.         svc_status = <value optimized out>
  412. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffafe684c0)
  413.     at ../../ace/Thread_Adapter.cpp:94
  414.         exit_hook_instance = <value optimized out>
  415.         exit_hook_maybe = {instance_ = 0x0}
  416.         exit_hook_ptr = <value optimized out>
  417. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  418. No symbol table info available.
  419. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  420. No symbol table info available.
  421. #10 0x0000000000000000 in ?? ()
  422. No symbol table info available.
  423.  
  424. Thread 24 (Thread 0x7fffa5bff710 (LWP 28621)):
  425. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  426. No symbol table info available.
  427. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  428.     this=0x7fffbbe2f880, max_wait_time=<value optimized out>)
  429.     at ../../ace/Dev_Poll_Reactor.cpp:960
  430.         timer_buf = {static zero = {
  431.             static zero = <same as static member of an already seen type>,
  432.             static max_time = {
  433.               static zero = <same as static member of an already seen type>,
  434.               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}},
  435.           static max_time = <same as static member of an already seen type>,
  436.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  437.         this_timeout = <value optimized out>
  438.         timeout = 9
  439.         nfds = <value optimized out>
  440. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  441.     this=0x7fffbbe2f880, max_wait_time=0x7fffa5bfee30, guard=...)
  442.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  443.         result = <value optimized out>
  444. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  445.     this=0x7fffbbe2f880, max_wait_time=0x7fffa5bfee30)
  446.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  447.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  448.           max_wait_time_ = 0x7fffa5bfee30, start_time_ = {static zero = {
  449.               static zero = <same as static member of an already seen type>,
  450.               static max_time = {
  451.                 static zero = <same as static member of an already seen type>,
  452.                 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}},
  453.             static max_time = <same as static member of an already seen type>,
  454.             tv_ = {tv_sec = 1292935677, tv_usec = 222668}}, stopped_ = false}
  455.         guard = {token_ = @0x7fffbbe2f8f8, owner_ = 1}
  456.         result = -1
  457. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  458.     this=0x7fffb07c2420, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  459.         result = -1335231736
  460. #5  0x0000000000a6f9d0 in ReactorRunnable::svc (this=0x7fffb069fb08)
  461.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  462.         interval = {static zero = {
  463.             static zero = <same as static member of an already seen type>,
  464.             static max_time = {
  465.               static zero = <same as static member of an already seen type>,
  466.               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}},
  467.           static max_time = <same as static member of an already seen type>,
  468.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  469. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  470.     at ../../ace/Task.cpp:271
  471.         t = 0x7fffb069fb08
  472.         svc_status = <value optimized out>
  473. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffafe683a0)
  474.     at ../../ace/Thread_Adapter.cpp:94
  475.         exit_hook_instance = <value optimized out>
  476.         exit_hook_maybe = {instance_ = 0x0}
  477.         exit_hook_ptr = <value optimized out>
  478. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  479. No symbol table info available.
  480. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  481. No symbol table info available.
  482. #10 0x0000000000000000 in ?? ()
  483. No symbol table info available.
  484.  
  485. Thread 23 (Thread 0x7fffa6bff710 (LWP 28620)):
  486. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  487.    from /lib/libpthread.so.0
  488. No symbol table info available.
  489. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaac0a184, mutex=...,
  490.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  491.         result = <value optimized out>
  492.         ts = {tv_sec = 140737299682792, tv_nsec = 64}
  493. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaac0a184, mutex=...,
  494.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  495. No locals.
  496. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  497.     (this=0x7fffaac0a100, timeout=0x0)
  498.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  499.         result = <value optimized out>
  500. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  501. No symbol table info available.
  502. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  503. No symbol table info available.
  504. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  505.     at ../../ace/Task.cpp:271
  506.         t = 0x7fffacbfddc0
  507.         svc_status = <value optimized out>
  508. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaac0e280)
  509.     at ../../ace/Thread_Adapter.cpp:94
  510.         exit_hook_instance = <value optimized out>
  511.         exit_hook_maybe = {instance_ = 0x0}
  512.         exit_hook_ptr = <value optimized out>
  513. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  514. No symbol table info available.
  515. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  516. No symbol table info available.
  517. #10 0x0000000000000000 in ?? ()
  518. No symbol table info available.
  519.  
  520. Thread 22 (Thread 0x7fffa7bff710 (LWP 28619)):
  521. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  522.    from /lib/libpthread.so.0
  523. No symbol table info available.
  524. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaac0a184, mutex=...,
  525.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  526.         result = <value optimized out>
  527.         ts = {tv_sec = 140737299679784, tv_nsec = 64}
  528. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaac0a184, mutex=...,
  529.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  530. No locals.
  531. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  532.     (this=0x7fffaac0a100, timeout=0x0)
  533.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  534.         result = <value optimized out>
  535. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  536. No symbol table info available.
  537. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  538. No symbol table info available.
  539. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  540.     at ../../ace/Task.cpp:271
  541.         t = 0x7fffacbfddc0
  542.         svc_status = <value optimized out>
  543. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaac0e220)
  544.     at ../../ace/Thread_Adapter.cpp:94
  545.         exit_hook_instance = <value optimized out>
  546.         exit_hook_maybe = {instance_ = 0x0}
  547.         exit_hook_ptr = <value optimized out>
  548. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  549. No symbol table info available.
  550. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  551. No symbol table info available.
  552. #10 0x0000000000000000 in ?? ()
  553. No symbol table info available.
  554.  
  555. Thread 21 (Thread 0x7fffa8bff710 (LWP 28618)):
  556. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  557.    from /lib/libpthread.so.0
  558. No symbol table info available.
  559. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaac0a184, mutex=...,
  560.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  561.         result = <value optimized out>
  562.         ts = {tv_sec = 140737299676776, tv_nsec = 64}
  563. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaac0a184, mutex=...,
  564.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  565. No locals.
  566. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  567.     (this=0x7fffaac0a100, timeout=0x0)
  568.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  569.         result = <value optimized out>
  570. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  571. No symbol table info available.
  572. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  573. No symbol table info available.
  574. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  575.     at ../../ace/Task.cpp:271
  576.         t = 0x7fffacbfddc0
  577.         svc_status = <value optimized out>
  578. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaac0e1c0)
  579.     at ../../ace/Thread_Adapter.cpp:94
  580.         exit_hook_instance = <value optimized out>
  581.         exit_hook_maybe = {instance_ = 0x0}
  582.         exit_hook_ptr = <value optimized out>
  583. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  584. No symbol table info available.
  585. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  586. No symbol table info available.
  587. #10 0x0000000000000000 in ?? ()
  588. No symbol table info available.
  589.  
  590. Thread 20 (Thread 0x7fffaa3fe710 (LWP 28617)):
  591. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  592.    from /lib/libpthread.so.0
  593. No symbol table info available.
  594. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaac0a184, mutex=...,
  595.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  596.         result = <value optimized out>
  597.         ts = {tv_sec = 140737299673768, tv_nsec = 64}
  598. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaac0a184, mutex=...,
  599.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  600. No locals.
  601. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  602.     (this=0x7fffaac0a100, timeout=0x0)
  603.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  604.         result = <value optimized out>
  605. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  606. No symbol table info available.
  607. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  608. No symbol table info available.
  609. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  610.     at ../../ace/Task.cpp:271
  611.         t = 0x7fffacbfddc0
  612.         svc_status = <value optimized out>
  613. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaac0e160)
  614.     at ../../ace/Thread_Adapter.cpp:94
  615.         exit_hook_instance = <value optimized out>
  616.         exit_hook_maybe = {instance_ = 0x0}
  617.         exit_hook_ptr = <value optimized out>
  618. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  619. No symbol table info available.
  620. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  621. No symbol table info available.
  622. #10 0x0000000000000000 in ?? ()
  623. No symbol table info available.
  624.  
  625. Thread 19 (Thread 0x7fffabbff710 (LWP 28616)):
  626. #0  0x00007ffff63427dd in nanosleep () from /lib/libpthread.so.0
  627. No symbol table info available.
  628. #1  0x0000000000c38cb9 in sleep (msecs=<value optimized out>)
  629.     at /usr/local/include/ace/OS_NS_unistd.inl:951
  630.         rqtp = {tv_sec = 1, tv_nsec = 0}
  631. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  632.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:231
  633. No locals.
  634. #3  0x000000000073da9e in FreezeDetectorRunnable::run() ()
  635. No symbol table info available.
  636. #4  0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x7fffabbfee00)
  637.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  638. No locals.
  639. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  640. No symbol table info available.
  641. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  642. No symbol table info available.
  643. #7  0x0000000000000000 in ?? ()
  644. No symbol table info available.
  645.  
  646. Thread 18 (Thread 0x7fffaabff710 (LWP 28615)):
  647. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  648.    from /lib/libpthread.so.0
  649. No symbol table info available.
  650. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaac0a184, mutex=...,
  651.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  652.         result = <value optimized out>
  653.         ts = {tv_sec = 140737299667752, tv_nsec = 64}
  654. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaac0a184, mutex=...,
  655.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  656. No locals.
  657. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  658.     (this=0x7fffaac0a100, timeout=0x0)
  659.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  660.         result = <value optimized out>
  661. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  662. No symbol table info available.
  663. #5  0x0000000000737120 in SOAPWorkingThread::svc() ()
  664. No symbol table info available.
  665. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  666.     at ../../ace/Task.cpp:271
  667.         t = 0x7fffacbfddc0
  668.         svc_status = <value optimized out>
  669. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaac0e0a0)
  670.     at ../../ace/Thread_Adapter.cpp:94
  671.         exit_hook_instance = <value optimized out>
  672.         exit_hook_maybe = {instance_ = 0x0}
  673.         exit_hook_ptr = <value optimized out>
  674. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  675. No symbol table info available.
  676. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  677. No symbol table info available.
  678. #10 0x0000000000000000 in ?? ()
  679. No symbol table info available.
  680.  
  681. Thread 17 (Thread 0x7fffacbfe710 (LWP 28613)):
  682. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  683. No symbol table info available.
  684. #1  0x000000000100fc95 in tcp_select (soap=0x7fffacbe25a0, s=39,
  685.     flags=<value optimized out>, timeout=3)
  686.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4366
  687.         r = <value optimized out>
  688.         tv = {tv_sec = 1, tv_usec = 60000}
  689.         fd = {{fds_bits = {549755813888, 0 <repeats 15 times>}}, {fds_bits = {
  690.               549755813888, 0 <repeats 15 times>}}, {fds_bits = {549755813888,
  691.               0 <repeats 15 times>}}}
  692.         rfd = 0x7fffacbe2350
  693.         sfd = 0x7fffacbe23d0
  694.         efd = 0x7fffacbe2450
  695. #2  0x000000000101f263 in soap_accept (soap=0x7fffacbe25a0)
  696.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4770
  697.         r = -514
  698.         err = -514
  699.         n = 16
  700.         len = 65536
  701.         set = 1
  702. #3  0x0000000000736e9f in TCSoapRunnable::run (this=<value optimized out>)
  703.     at /home/trinity/sources/src/server/worldserver/TCSoap/TCSoap.cpp:49
  704.         thread_soap = 0x1038eba
  705.         mb = <value optimized out>
  706.         pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x1045250,
  707.                   reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  708.                       value_ = 1}, <No data fields>}, priority_ = 0,
  709.                   reactor_ = 0x0,
  710.                   reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  711.                       _vptr.Policy = 0x7ffff7946890},
  712.                     value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {
  713.                   _vptr.ACE_Shared_Object = 0x1045350}, <No data fields>},
  714.               thr_count_ = 5, thr_mgr_ = 0x7ffff442f3c0, flags_ = 0,
  715.               grp_id_ = 9, lock_ = {lock_ = {__data = {__lock = 0,
  716.                     __count = 0, __owner = 0, __nusers = 0, __kind = 0,
  717.                     __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  718.                   __size = '\000' <repeats 39 times>, __align = 0},
  719.                 removed_ = false}, last_thread_id_ = 0},
  720.             msg_queue_ = 0x7fffaac0a100, delete_msg_queue_ = true, mod_ = 0x0,
  721.             next_ = 0x0}, <No data fields>}
  722.         soap = {_vptr.soap = 0x11cbe10, state = 1, version = 0, mode = 0,
  723.           imode = 2097152, omode = 2097152, float_format = 0x11c8316 "%.9G",
  724.           double_format = 0x11c831b "%.17lG",
  725.           dime_id_format = 0x11c8322 "cid:id%d",
  726.           http_version = 0x11c832b "1.1", http_content = 0x0,
  727.           encodingStyle = 0x11cb340 "", actor = 0x0, lang = 0x11c8f09 "en",
  728.           recv_timeout = 5, send_timeout = 5, connect_timeout = 0,
  729.           accept_timeout = 3, socket_flags = 0, connect_flags = 0,
  730.           bind_flags = 0, accept_flags = 0, linger_time = 0,
  731.           namespaces = 0x152d780, local_namespaces = 0x0, nlist = 0x0,
  732.           blist = 0x0, clist = 0x7fffaac15040, alist = 0x0, iht = {
  733.             0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>},
  734.           pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fffaac16060,
  735.           idnum = 0, user = 0x0, plugins = 0x0, userid = 0x0, passwd = 0x0,
  736.           fpost = 0x1031570 <http_post>, fget = 0x100cfc0 <http_get>,
  737.           fput = 0x1020fa0 <http_put>, fdel = 0x100cfd0 <http_405>,
  738.           fopt = 0x100cfd0 <http_405>, fhead = 0x100cfd0 <http_405>,
  739.           fform = 0, fposthdr = 0x1016f10 <http_post_header>,
  740.           fresponse = 0x1011f20 <http_response>,
  741.           fparse = 0x1020970 <http_parse>,
  742.           fparsehdr = 0x102e840 <http_parse_header>, fheader = 0,
  743.           fresolve = 0x1014360 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  744.           fclosesocket = 0x1014340 <tcp_closesocket>,
  745.           fshutdownsocket = 0x1014330 <tcp_shutdownsocket>,
  746.           fopen = 0x1025860 <tcp_connect>, faccept = 0x1014350 <tcp_accept>,
  747.           fclose = 0x100ceb0 <tcp_disconnect>, fsend = 0x1013ff0 <fsend>,
  748.           frecv = 0x1013da0 <frecv>, fpoll = 0x1015f00 <soap_poll>,
  749.           fseterror = 0, fignore = 0, fserveloop = 0,
  750.           fplugin = 0x1011ec0 <fplugin>, fmalloc = 0, fprepareinitsend = 0,
  751.           fprepareinitrecv = 0, fpreparesend = 0, fpreparerecv = 0,
  752.           fpreparefinalsend = 0, fpreparefinalrecv = 0, fdimereadopen = 0,
  753.           fdimewriteopen = 0, fdimereadclose = 0, fdimewriteclose = 0,
  754.           fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  755.           fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0,
  756.           fmimeread = 0, fmimewrite = 0, master = 39, socket = -1, os = 0x0,
  757.           is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0,
  758.           cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0,
  759.           lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>,
  760.           msgbuf = '\000' <repeats 1023 times>,
  761.           tmpbuf = '\000' <repeats 1023 times>,
  762.           tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>,
  763.           href = '\000' <repeats 1023 times>,
  764.           type = '\000' <repeats 1023 times>,
  765.           arrayType = '\000' <repeats 1023 times>,
  766.           arraySize = '\000' <repeats 1023 times>,
  767.           arrayOffset = '\000' <repeats 1023 times>, other = 0, position = 0,
  768.           positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  769.           encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9,
  770.           alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0,
  771.           endpoint = '\000' <repeats 1023 times>,
  772.           path = '\000' <repeats 1023 times>,
  773.           host = '\000' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  774.           prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0,
  775.           tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  776.           max_keep_alive = 100, proxy_http_version = 0x11c832f "1.0",
  777.           proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0,
  778.           proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0,
  779.           errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0,
  780.             chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0,
  781.             type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  782.           mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0,
  783.             last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {
  784.             0x0, 0x0, 0x0}, mht = {0x0 <repeats 903 times>, 0x7fffaac00088,
  785.             0x1, 0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffaac00058, 0x1,
  786.             0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x7fffaac00028,
  787.             0x0 <repeats 106 times>}, wsuid = 0x0, c14nexclude = 0x0,
  788.           cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0,
  789.           cookie_max = 32, ipv6_multicast_if = 0, ipv4_multicast_if = 0x0,
  790.           ipv4_multicast_ttl = 0, peer = {sin_family = 0, sin_port = 0,
  791.             sin_addr = {s_addr = 0},
  792.             sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16,
  793.           fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0,
  794.           session = 0x0, dh_params = 0x0, rsa_params = 0x0, ssl_flags = 0,
  795.           keyfile = 0x0, password = 0x0, cafile = 0x0, capath = 0x0,
  796.           crlfile = 0x0,
  797.           session_host = '\000' <repeats 856 times>, "\220\062\004\001", '\000' <repeats 12 times>, "ú1\004\001\000\000\000\000\000\000Àªÿ\177\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Àªÿ\177\000\000@ÍÀôÿ\177\000\000\000\200Àªÿ\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",
  798.           session_port = -1430233088, c_locale = 0x0, d_stream = 0x2001,
  799.           z_crc = -134229952, z_dict = 0x7ffff4c0cd40 "\021",
  800.           z_dict_len = 4106276168, zlib_state = 32767, zlib_in = 0,
  801.           zlib_out = 4097, z_buf = 0x0, z_buflen = 140736091645592,
  802.           z_level = 55646, z_ratio_in = 0, z_ratio_out = 1.14808383e-41}
  803. #4  0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x28)
  804.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  805. No locals.
  806. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  807. No symbol table info available.
  808. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  809. No symbol table info available.
  810. #7  0x0000000000000000 in ?? ()
  811. No symbol table info available.
  812.  
  813. Thread 15 (Thread 0x7fffae3fe710 (LWP 28611)):
  814. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  815. No symbol table info available.
  816. #1  0x00007ffff7981830 in ?? () from /lib/libreadline.so.5
  817. No symbol table info available.
  818. #2  0x00007ffff7981a6d in rl_read_key () from /lib/libreadline.so.5
  819. No symbol table info available.
  820. #3  0x00007ffff796ed61 in readline_internal_char () from /lib/libreadline.so.5
  821. No symbol table info available.
  822. #4  0x00007ffff796f245 in readline () from /lib/libreadline.so.5
  823. No symbol table info available.
  824. #5  0x000000000072d66e in CliRunnable::run (this=<value optimized out>)
  825.     at /home/trinity/sources/src/server/worldserver/CommandLine/CliRunnable.cpp:589
  826.         command_str = 0x7fffb05e52a0 "°9\004\001"
  827. #6  0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x1)
  828.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  829. No locals.
  830. #7  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  831. No symbol table info available.
  832. #8  0x00007ffff60a202d in clone () from /lib/libc.so.6
  833. No symbol table info available.
  834. #9  0x0000000000000000 in ?? ()
  835. No symbol table info available.
  836.  
  837. Thread 14 (Thread 0x7fffaf3ff710 (LWP 28610)):
  838. #0  0x000000000081545d in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  839. No symbol table info available.
  840. #1  0x0000000000810746 in VisitorHelper<WorldObjectChangeAccumulator, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (this=0x7ffe9b597000, data_map=<value optimized out>)
  841.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  842. No locals.
  843. #2  TypeContainerVisitor<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=0x7ffe9b597000, data_map=<value optimized out>)
  844.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  845. No locals.
  846. #3  Visit<WorldObjectChangeAccumulator> (this=0x7ffe9b597000,
  847.     data_map=<value optimized out>)
  848.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  849. No locals.
  850. #4  Visit<WorldObjectChangeAccumulator, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (this=0x7ffe9b597000,
  851.     data_map=<value optimized out>)
  852.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  853. No locals.
  854. #5  Map::Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  855.     (this=0x7ffe9b597000, data_map=<value optimized out>)
  856.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  857.         x = 15
  858.         y = 32
  859.         cell_x = 4
  860.         cell_y = 6
  861. #6  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  862.     this=0x7ffe9b597000, data_map=<value optimized out>)
  863.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:227
  864.         r_zone = {data = {Part = {grid_x = 15, grid_y = 32, cell_x = 4,
  865.               cell_y = 6, nocreate = 1, reserved = 0}, All = 18368527}}
  866.         cell_pair = {x_coord = 124, y_coord = 262}
  867.         area = {right_offset = 1, left_offset = 2, upper_offset = 1,
  868.           lower_offset = 2}
  869. #7  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  870.     this=0x7ffe9b597000, data_map=<value optimized out>)
  871.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:239
  872. No locals.
  873. #8  WorldObject::BuildUpdate (this=0x7ffe9b597000,
  874.     data_map=<value optimized out>)
  875.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:2764
  876.         p = {x_coord = 124, y_coord = 261}
  877.         cell = {data = {Part = {grid_x = 15, grid_y = 32, cell_x = 4,
  878.               cell_y = 5, nocreate = 1, reserved = 31}, All = 1058293775}}
  879.         notifier = {i_updateDatas = @0x7fffaf3fecf0,
  880.           i_object = @0x7ffe9b597000, plr_list = {_M_t = {
  881.               _M_impl = {<std::allocator<std::_Rb_tree_node<unsigned long> >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<unsigned long> >> = {<No data fields>}, <No data fields>},
  882.                 _M_key_compare = {<std::binary_function<unsigned long, unsigned long, bool>> = {<No data fields>}, <No data fields>}, _M_header = {
  883.                   _M_color = std::_S_red, _M_parent = 0x7ffe71e7b8e0,
  884.                   _M_left = 0x7ffe7365edc0, _M_right = 0x7ffe736f0550},
  885.                 _M_node_count = 5}}}}
  886.         player_notifier = {i_visitor = @0x7fffaf3feb60}
  887. #9  0x000000000097e76b in ObjectAccessor::Update (this=0x7fffd1695a08)
  888.     at /home/trinity/sources/src/server/game/Globals/ObjectAccessor.cpp:375
  889.         obj = 0x7ffe9b597000
  890.         g = {lock_ = 0x7fffd1695a68, owner_ = 0}
  891.         update_players = {<std::tr1::__unordered_map<Player*, UpdateData, std::tr1::hash<Player*>, std::equal_to<Player*>, std::allocator<std::pair<Player* const, UpdateData> >, false>> = {<std::tr1::_Hashtable<Player*, std::pair<Player* const, UpdateData>, std::allocator<std::pair<Player* const, UpdateData> >, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>> = {<std::tr1::__detail::_Rehash_base<std::tr1::__detail::_Prime_rehash_policy, std::tr1::_Hashtable<Player*, std::pair<Player* const, UpdateData>, std::allocator<std::pair<Player* const, UpdateData> >, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true> >> = {<No data fields>}, <std::tr1::__detail::_Hash_code_base<Player*, std::pair<Player* const, UpdateData>, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, false>> = {
  892.                 _M_extract = {<std::unary_function<std::pair<Player* const, UpdateData>, Player* const>> = {<No data fields>}, <No data fields>},
  893.                 _M_eq = {<std::binary_function<Player*, Player*, bool>> = {<No data fields>}, <No data fields>},
  894.                 _M_h1 = {<std::unary_function<Player*, unsigned long>> = {<No data fields>}, <No data fields>},
  895.                 _M_h2 = {<No data fields>}}, <std::tr1::__detail::_Map_base<Player*, std::pair<Player* const, UpdateData>, std::_Select1st<std::pair<Player* const, UpdateData> >, true, std::tr1::_Hashtable<Player*, std::pair<Player* const, UpdateData>, std::allocator<std::pair<Player* const, UpdateData> >, std::_Select1st<std::pair<Player* const, UpdateData> >, std::equal_to<Player*>, std::tr1::hash<Player*>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true> >> = {<No data fields>},
  896.               _M_node_allocator = {<__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<std::pair<Player* const, UpdateData>, false> >> = {<No data fields>}, <No data fields>}, _M_buckets = 0x7ffe73f2b400, _M_bucket_count = 97,
  897.               _M_element_count = 91, _M_rehash_policy = {
  898.                 _M_max_load_factor = 1, _M_growth_factor = 2,
  899.                 _M_next_resize = 97}}, <No data fields>}, <No data fields>}
  900.         packet = {<ByteBuffer> = {static DEFAULT_SIZE = 4096,
  901.             _rpos = 140736133590268, _wpos = 140736535633376,
  902.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  903.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  904.                   _M_start = 0x7fffc738f000 "!\004", _M_finish = 0x0,
  905.                   _M_end_of_storage = 0x7fffc7374000 "Pø\n\001"}}, <No data fields>}}, m_opcode = 60700}
  906.         __FUNCTION__ = "Update"
  907. #10 0x00000000009bdeda in MapManager::Update (this=0x7fffca144c08,
  908.     diff=<value optimized out>)
  909.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:278
  910. No locals.
  911. #11 0x0000000000b084bd in World::Update (this=0x7fffede2d808, diff=22)
  912.     at /home/trinity/sources/src/server/game/World/World.cpp:1963
  913. No locals.
  914. #12 0x00000000007374a6 in WorldRunnable::run (this=<value optimized out>)
  915.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  916.         diff = 22
  917.         realCurrTime = 13436017
  918.         realPrevTime = 13435995
  919.         prevSleepTime = 20
  920. #13 0x0000000000c38f6a in ACE_Based::Thread::ThreadTask (param=0x7ffe7ad70000)
  921.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  922. No locals.
  923. #14 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  924. No symbol table info available.
  925. #15 0x00007ffff60a202d in clone () from /lib/libc.so.6
  926. No symbol table info available.
  927. #16 0x0000000000000000 in ?? ()
  928. No symbol table info available.
  929.  
  930. Thread 13 (Thread 0x7fffc37ff710 (LWP 28609)):
  931. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  932.    from /lib/libpthread.so.0
  933. No symbol table info available.
  934. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffdcb26784, mutex=...,
  935.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  936.         result = <value optimized out>
  937.         ts = {tv_sec = 140736323002368, tv_nsec = 140736323002656}
  938. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffdcb26784, mutex=...,
  939.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  940. No locals.
  941. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  942.     (this=0x7fffdcb26700, timeout=0x0)
  943.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  944.         result = <value optimized out>
  945. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  946. No symbol table info available.
  947. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  948.     this=<value optimized out>, tv=0xfffffffffffffe00)
  949.     at ../../ace/Activation_Queue.cpp:89
  950.         mb = 0x0
  951. #6  0x0000000000c3a114 in DelayExecutor::svc (this=0x7fffca144d18)
  952.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  953.         rq = 0x7ffe77f5d370
  954. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  955.     at ../../ace/Task.cpp:271
  956.         t = 0x7fffca144d18
  957.         svc_status = <value optimized out>
  958. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcc3bdac0)
  959.     at ../../ace/Thread_Adapter.cpp:94
  960.         exit_hook_instance = <value optimized out>
  961.         exit_hook_maybe = {instance_ = 0x0}
  962.         exit_hook_ptr = <value optimized out>
  963. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  964. No symbol table info available.
  965. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  966. No symbol table info available.
  967. #11 0x0000000000000000 in ?? ()
  968. No symbol table info available.
  969.  
  970. Thread 12 (Thread 0x7fffc47ff710 (LWP 28608)):
  971. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  972.    from /lib/libpthread.so.0
  973. No symbol table info available.
  974. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffdcb26784, mutex=...,
  975.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  976.         result = <value optimized out>
  977.         ts = {tv_sec = 140736662609920, tv_nsec = 140736662610208}
  978. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffdcb26784, mutex=...,
  979.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  980. No locals.
  981. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  982.     (this=0x7fffdcb26700, timeout=0x0)
  983.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  984.         result = <value optimized out>
  985. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  986. No symbol table info available.
  987. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  988.     this=<value optimized out>, tv=0xfffffffffffffe00)
  989.     at ../../ace/Activation_Queue.cpp:89
  990.         mb = 0x0
  991. #6  0x0000000000c3a114 in DelayExecutor::svc (this=0x7fffca144d18)
  992.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  993.         rq = 0x7ffe735923d0
  994. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  995.     at ../../ace/Task.cpp:271
  996.         t = 0x7fffca144d18
  997.         svc_status = <value optimized out>
  998. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcc3bdb20)
  999.     at ../../ace/Thread_Adapter.cpp:94
  1000.         exit_hook_instance = <value optimized out>
  1001.         exit_hook_maybe = {instance_ = 0x0}
  1002.         exit_hook_ptr = <value optimized out>
  1003. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1004. No symbol table info available.
  1005. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1006. No symbol table info available.
  1007. #11 0x0000000000000000 in ?? ()
  1008. No symbol table info available.
  1009.  
  1010. Thread 11 (Thread 0x7fffc67ff710 (LWP 28607)):
  1011. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1012.    from /lib/libpthread.so.0
  1013. No symbol table info available.
  1014. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffdcb26784, mutex=...,
  1015.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1016.         result = <value optimized out>
  1017.         ts = {tv_sec = 140736523660720, tv_nsec = 140737299655168}
  1018. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffdcb26784, mutex=...,
  1019.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1020. No locals.
  1021. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1022.     (this=0x7fffdcb26700, timeout=0x0)
  1023.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1024.         result = <value optimized out>
  1025. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1026. No symbol table info available.
  1027. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1028.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1029.     at ../../ace/Activation_Queue.cpp:89
  1030.         mb = 0x0
  1031. #6  0x0000000000c3a114 in DelayExecutor::svc (this=0x7fffca144d18)
  1032.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  1033.         rq = 0x7ffe77f79b20
  1034. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1035.     at ../../ace/Task.cpp:271
  1036.         t = 0x7fffca144d18
  1037.         svc_status = <value optimized out>
  1038. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcc3bdb80)
  1039.     at ../../ace/Thread_Adapter.cpp:94
  1040.         exit_hook_instance = <value optimized out>
  1041.         exit_hook_maybe = {instance_ = 0x0}
  1042.         exit_hook_ptr = <value optimized out>
  1043. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1044. No symbol table info available.
  1045. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1046. No symbol table info available.
  1047. #11 0x0000000000000000 in ?? ()
  1048. No symbol table info available.
  1049.  
  1050. Thread 10 (Thread 0x7fffcb7ff710 (LWP 28606)):
  1051. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1052.    from /lib/libpthread.so.0
  1053. No symbol table info available.
  1054. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffdcb26784, mutex=...,
  1055.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1056.         result = <value optimized out>
  1057.         ts = {tv_sec = 140736553107456, tv_nsec = 140736553107744}
  1058. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffdcb26784, mutex=...,
  1059.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1060. No locals.
  1061. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1062.     (this=0x7fffdcb26700, timeout=0x0)
  1063.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1064.         result = <value optimized out>
  1065. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1066. No symbol table info available.
  1067. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1068.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1069.     at ../../ace/Activation_Queue.cpp:89
  1070.         mb = 0x0
  1071. #6  0x0000000000c3a114 in DelayExecutor::svc (this=0x7fffca144d18)
  1072.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  1073.         rq = 0x7ffe736efa00
  1074. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1075.     at ../../ace/Task.cpp:271
  1076.         t = 0x7fffca144d18
  1077.         svc_status = <value optimized out>
  1078. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcc3bdca0)
  1079.     at ../../ace/Thread_Adapter.cpp:94
  1080.         exit_hook_instance = <value optimized out>
  1081.         exit_hook_maybe = {instance_ = 0x0}
  1082.         exit_hook_ptr = <value optimized out>
  1083. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1084. No symbol table info available.
  1085. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1086. No symbol table info available.
  1087. #11 0x0000000000000000 in ?? ()
  1088. No symbol table info available.
  1089.  
  1090. Thread 9 (Thread 0x7fffedbff710 (LWP 28601)):
  1091. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1092.    from /lib/libpthread.so.0
  1093. No symbol table info available.
  1094. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d484, mutex=...,
  1095.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1096.         result = <value optimized out>
  1097.         ts = {tv_sec = 140737299656256, tv_nsec = 140732350332928}
  1098. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d484, mutex=...,
  1099.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1100. No locals.
  1101. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1102.     (this=0x7ffff440d400, timeout=0x0)
  1103.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1104.         result = <value optimized out>
  1105. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1106. No symbol table info available.
  1107. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1108.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1109.     at ../../ace/Activation_Queue.cpp:89
  1110.         mb = 0x0
  1111. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff44149c0)
  1112.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1113. No locals.
  1114. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1115.     at ../../ace/Task.cpp:271
  1116.         t = 0x7ffff44149c0
  1117.         svc_status = <value optimized out>
  1118. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffedd43220)
  1119.     at ../../ace/Thread_Adapter.cpp:94
  1120.         exit_hook_instance = <value optimized out>
  1121.         exit_hook_maybe = {instance_ = 0x0}
  1122.         exit_hook_ptr = <value optimized out>
  1123. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1124. No symbol table info available.
  1125. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1126. No symbol table info available.
  1127. #11 0x0000000000000000 in ?? ()
  1128. No symbol table info available.
  1129.  
  1130. Thread 8 (Thread 0x7fffeefff710 (LWP 28600)):
  1131. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1132.    from /lib/libpthread.so.0
  1133. No symbol table info available.
  1134. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1135.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1136.         result = <value optimized out>
  1137.         ts = {tv_sec = 140737182915008, tv_nsec = 12758003}
  1138. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1139.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1140. No locals.
  1141. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1142.     (this=0x7ffff440d300, timeout=0x0)
  1143.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1144.         result = <value optimized out>
  1145. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1146. No symbol table info available.
  1147. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1148.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1149.     at ../../ace/Activation_Queue.cpp:89
  1150.         mb = 0x0
  1151. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414900)
  1152.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1153. No locals.
  1154. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1155.     at ../../ace/Task.cpp:271
  1156.         t = 0x7ffff4414900
  1157.         svc_status = <value optimized out>
  1158. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413fa0)
  1159.     at ../../ace/Thread_Adapter.cpp:94
  1160.         exit_hook_instance = <value optimized out>
  1161.         exit_hook_maybe = {instance_ = 0x0}
  1162.         exit_hook_ptr = <value optimized out>
  1163. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1164. No symbol table info available.
  1165. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1166. No symbol table info available.
  1167. #11 0x0000000000000000 in ?? ()
  1168. No symbol table info available.
  1169.  
  1170. Thread 7 (Thread 0x7fffeffff710 (LWP 28599)):
  1171. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1172.    from /lib/libpthread.so.0
  1173. No symbol table info available.
  1174. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1175.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1176.         result = <value optimized out>
  1177.         ts = {tv_sec = 140737223280208, tv_nsec = 17025979}
  1178. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1179.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1180. No locals.
  1181. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1182.     (this=0x7ffff440d300, timeout=0x0)
  1183.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1184.         result = <value optimized out>
  1185. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1186. No symbol table info available.
  1187. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1188.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1189.     at ../../ace/Activation_Queue.cpp:89
  1190.         mb = 0x0
  1191. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414840)
  1192.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1193. No locals.
  1194. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1195.     at ../../ace/Task.cpp:271
  1196.         t = 0x7ffff4414840
  1197.         svc_status = <value optimized out>
  1198. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413ee0)
  1199.     at ../../ace/Thread_Adapter.cpp:94
  1200.         exit_hook_instance = <value optimized out>
  1201.         exit_hook_maybe = {instance_ = 0x0}
  1202.         exit_hook_ptr = <value optimized out>
  1203. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1204. No symbol table info available.
  1205. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1206. No symbol table info available.
  1207. #11 0x0000000000000000 in ?? ()
  1208. No symbol table info available.
  1209.  
  1210. Thread 6 (Thread 0x7ffff13ff710 (LWP 28598)):
  1211. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1212.    from /lib/libpthread.so.0
  1213. No symbol table info available.
  1214. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1215.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1216.         result = <value optimized out>
  1217.         ts = {tv_sec = 140737220202416, tv_nsec = 17025979}
  1218. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1219.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1220. No locals.
  1221. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1222.     (this=0x7ffff440d300, timeout=0x0)
  1223.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1224.         result = <value optimized out>
  1225. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1226. No symbol table info available.
  1227. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1228.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1229.     at ../../ace/Activation_Queue.cpp:89
  1230.         mb = 0x0
  1231. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414780)
  1232.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1233. No locals.
  1234. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1235.     at ../../ace/Task.cpp:271
  1236.         t = 0x7ffff4414780
  1237.         svc_status = <value optimized out>
  1238. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413e20)
  1239.     at ../../ace/Thread_Adapter.cpp:94
  1240.         exit_hook_instance = <value optimized out>
  1241.         exit_hook_maybe = {instance_ = 0x0}
  1242.         exit_hook_ptr = <value optimized out>
  1243. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1244. No symbol table info available.
  1245. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1246. No symbol table info available.
  1247. #11 0x0000000000000000 in ?? ()
  1248. No symbol table info available.
  1249.  
  1250. Thread 5 (Thread 0x7ffff23ff710 (LWP 28597)):
  1251. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1252.    from /lib/libpthread.so.0
  1253. No symbol table info available.
  1254. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1255.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1256.         result = <value optimized out>
  1257.         ts = {tv_sec = 140737293695824, tv_nsec = 12758003}
  1258. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1259.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1260. No locals.
  1261. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1262.     (this=0x7ffff440d300, timeout=0x0)
  1263.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1264.         result = <value optimized out>
  1265. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1266. No symbol table info available.
  1267. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1268.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1269.     at ../../ace/Activation_Queue.cpp:89
  1270.         mb = 0x0
  1271. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff44146c0)
  1272.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1273. No locals.
  1274. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1275.     at ../../ace/Task.cpp:271
  1276.         t = 0x7ffff44146c0
  1277.         svc_status = <value optimized out>
  1278. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413d60)
  1279.     at ../../ace/Thread_Adapter.cpp:94
  1280.         exit_hook_instance = <value optimized out>
  1281.         exit_hook_maybe = {instance_ = 0x0}
  1282.         exit_hook_ptr = <value optimized out>
  1283. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1284. No symbol table info available.
  1285. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1286. No symbol table info available.
  1287. #11 0x0000000000000000 in ?? ()
  1288. No symbol table info available.
  1289.  
  1290. Thread 4 (Thread 0x7ffff33ff710 (LWP 28596)):
  1291. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1292.    from /lib/libpthread.so.0
  1293. No symbol table info available.
  1294. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1295.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1296.         result = <value optimized out>
  1297.         ts = {tv_sec = 0, tv_nsec = 140737291384832}
  1298. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1299.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1300. No locals.
  1301. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1302.     (this=0x7ffff440d200, timeout=0x0)
  1303.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1304.         result = <value optimized out>
  1305. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1306. No symbol table info available.
  1307. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1308.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1309.     at ../../ace/Activation_Queue.cpp:89
  1310.         mb = 0x0
  1311. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414600)
  1312.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1313. No locals.
  1314. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1315.     at ../../ace/Task.cpp:271
  1316.         t = 0x7ffff4414600
  1317.         svc_status = <value optimized out>
  1318. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413be0)
  1319.     at ../../ace/Thread_Adapter.cpp:94
  1320.         exit_hook_instance = <value optimized out>
  1321.         exit_hook_maybe = {instance_ = 0x0}
  1322.         exit_hook_ptr = <value optimized out>
  1323. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1324. No symbol table info available.
  1325. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1326. No symbol table info available.
  1327. #11 0x0000000000000000 in ?? ()
  1328. No symbol table info available.
  1329.  
  1330. Thread 3 (Thread 0x7ffff43ff710 (LWP 28595)):
  1331. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1332.    from /lib/libpthread.so.0
  1333. No symbol table info available.
  1334. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1335.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1336.         result = <value optimized out>
  1337.         ts = {tv_sec = 0, tv_nsec = 140737291383552}
  1338. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1339.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1340. No locals.
  1341. #3  0x00000000007348cc in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1342.     (this=0x7ffff440d200, timeout=0x0)
  1343.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1344.         result = <value optimized out>
  1345. #4  0x0000000000735a36 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1346. No symbol table info available.
  1347. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1348.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1349.     at ../../ace/Activation_Queue.cpp:89
  1350.         mb = 0x0
  1351. #6  0x0000000000c2bbe0 in DatabaseWorker::svc (this=0x7ffff4414540)
  1352.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1353. No locals.
  1354. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1355.     at ../../ace/Task.cpp:271
  1356.         t = 0x7ffff4414540
  1357.         svc_status = <value optimized out>
  1358. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413b20)
  1359.     at ../../ace/Thread_Adapter.cpp:94
  1360.         exit_hook_instance = <value optimized out>
  1361.         exit_hook_maybe = {instance_ = 0x0}
  1362.         exit_hook_ptr = <value optimized out>
  1363. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1364. No symbol table info available.
  1365. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1366. No symbol table info available.
  1367. #11 0x0000000000000000 in ?? ()
  1368. No symbol table info available.
  1369.  
  1370. Thread 1 (Thread 0x7ffff7fe0720 (LWP 28591)):
  1371. #0  0x00007ffff633bbe5 in pthread_join () from /lib/libpthread.so.0
  1372. No symbol table info available.
  1373. #1  0x00007ffff76f418b in thr_join (this=0x7ffff442f3c0, task=0x7fffb069fb08)
  1374.     at ../../ace/OS_NS_Thread.inl:2788
  1375.         result = -196938816
  1376. #2  ACE_Thread::join (this=0x7ffff442f3c0, task=0x7fffb069fb08)
  1377.     at ../../ace/Thread.inl:137
  1378. No locals.
  1379. #3  ACE_Thread_Manager::wait_task (this=0x7ffff442f3c0, task=0x7fffb069fb08)
  1380.     at ../../ace/Thread_Manager.cpp:1793
  1381.         i = 0
  1382.         copy_count = 1
  1383.         result = <value optimized out>
  1384. #4  0x0000000000a6ddd0 in ReactorRunnable::Wait (this=0x7fffb066dd48)
  1385.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:102
  1386. No locals.
  1387. #5  WorldSocketMgr::Wait (this=0x7fffb066dd48)
  1388.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:318
  1389.         i = 1
  1390. #6  0x000000000073cad4 in Master::Run (this=0x7ffff4411218)
  1391.     at /home/trinity/sources/src/server/worldserver/Master.cpp:279
  1392.         seed1 = {_bn = 0x7ffff4412380, _array = 0x0}
  1393.         pidfile = {static npos = 18446744073709551615,
  1394.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  1395.             _M_p = 0x7ffff44095f8 "../logs/core.pid"}}
  1396.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1397.               _vptr.ACE_Event_Handler = 0x10463b0,
  1398.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1399.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1400.               reactor_ = 0x0,
  1401.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1402.                   _vptr.Policy = 0x7ffff7946890},
  1403.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1404.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1405.               _vptr.ACE_Event_Handler = 0x10463b0,
  1406.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1407.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1408.               reactor_ = 0x0,
  1409.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1410.                   _vptr.Policy = 0x7ffff7946890},
  1411.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1412.         Handler = {_vptr.ACE_Sig_Handler = 0x1540570, static sig_pending_ = 0,
  1413.           static signal_handlers_ = {0x0, 0x0, 0x7fffffffe400,
  1414.             0x0 <repeats 12 times>, 0x7fffffffe3d0, 0x0 <repeats 49 times>}}
  1415.         world_thread = {m_iThreadId = 140736133592848,
  1416.           m_hThreadHandle = 140736133592848, m_task = 0x7fffb05e5260,
  1417.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1418.             _vptr.ACE_TSS = 0x10c8390, keylock_ = {lock_ = {__data = {
  1419.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1420.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1421.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1422.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1423.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1424.         cliThread = 0x7fffb07c2520
  1425.         rar_thread = {m_iThreadId = 140736100038416,
  1426.           m_hThreadHandle = 140736100038416, m_task = 0x7fffb07c2500,
  1427.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1428.             _vptr.ACE_TSS = 0x10c8390, keylock_ = {lock_ = {__data = {
  1429.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1430.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1431.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1432.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1433.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1434.         soap_thread = <value optimized out>
  1435.         wsport = <value optimized out>
  1436.         bind_ip = {static npos = 18446744073709551615,
  1437.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffb07c2478 "0.0.0.0"}}
  1438. #7  0x000000000073818f in main (argc=3, argv=<value optimized out>)
  1439.     at /home/trinity/sources/src/server/worldserver/Main.cpp:147
  1440.         cfg_file = 0x7fffffffe921 "../etc/worldserver.conf"
  1441.         c = <value optimized out>
  1442.         ret = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement