Advertisement
Guest User

Untitled

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