Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 80.91 KB | None | 0 0
  1. [New Thread 0x7fffd1fa5710 (LWP 2105)]
  2. [New Thread 0x7fffd17a4710 (LWP 2106)]
  3. [New Thread 0x7fffd0fa3710 (LWP 2107)]
  4. [New Thread 0x7fffd07a2710 (LWP 2108)]
  5. [New Thread 0x7fffcffa1710 (LWP 2109)]
  6. [New Thread 0x7fffcf7a0710 (LWP 2110)]
  7. [New Thread 0x7fffcef9f710 (LWP 2111)]
  8. [New Thread 0x7fffce79e710 (LWP 2112)]
  9. [New Thread 0x7fffcdf9d710 (LWP 2113)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffd95f3710 (LWP 2099)]
  13. 0x0000000000813ded 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  0x0000000000813ded 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  0x000000000081465a in void Map::Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  16. #2  0x000000000080efcc in Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (this=0x7fffc0254ff0, data_map=...)
  17.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:214
  18. #3  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  19.     this=0x7fffc0254ff0, data_map=...)
  20.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:239
  21. #4  WorldObject::BuildUpdate (this=0x7fffc0254ff0, data_map=...)
  22.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:2764
  23. #5  0x000000000097cfbb in ObjectAccessor::Update (this=0x7bd37e8)
  24.     at /home/trinity/sources/src/server/game/Globals/ObjectAccessor.cpp:375
  25. #6  0x00000000009bd0da in MapManager::Update (this=0x5d98968,
  26.     diff=<value optimized out>)
  27.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:278
  28. #7  0x0000000000b075bd in World::Update (this=0x7ffff06999c8, diff=44)
  29.     at /home/trinity/sources/src/server/game/World/World.cpp:1966
  30. #8  0x0000000000735e16 in WorldRunnable::run (this=<value optimized out>)
  31.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  32. #9  0x0000000000c37fea in ACE_Based::Thread::ThreadTask (param=0x7fff963a07a0)
  33.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  34. #10 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  35. #11 0x00007ffff60a202d in clone () from /lib/libc.so.6
  36. #12 0x0000000000000000 in ?? ()
  37. #0  0x0000000000813ded in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  38. No symbol table info available.
  39. #1  0x000000000081465a in void Map::Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  40. No symbol table info available.
  41. #2  0x000000000080efcc in Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (this=0x7fffc0254ff0, data_map=...)
  42.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:214
  43.         area = {right_offset = 1, left_offset = 1, upper_offset = 1,
  44.           lower_offset = 2}
  45. #3  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  46.     this=0x7fffc0254ff0, data_map=...)
  47.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:239
  48. No locals.
  49. #4  WorldObject::BuildUpdate (this=0x7fffc0254ff0, data_map=...)
  50.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:2764
  51.         p = {x_coord = 124, y_coord = 262}
  52.         cell = {data = {Part = {grid_x = 15, grid_y = 32, cell_x = 4,
  53.               cell_y = 6, nocreate = 1, reserved = 31}, All = 1058555919}}
  54.         notifier = {i_updateDatas = @0x7fffd95f2cf0,
  55.           i_object = @0x7fffc0254ff0, plr_list = {_M_t = {
  56.               _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>},
  57.                 _M_key_compare = {<std::binary_function<unsigned long, unsigned long, bool>> = {<No data fields>}, <No data fields>}, _M_header = {
  58.                   _M_color = std::_S_red, _M_parent = 0x7fff961243c0,
  59.                   _M_left = 0x7fff978ce030, _M_right = 0x7fff950366a0},
  60.                 _M_node_count = 3}}}}
  61.         player_notifier = {i_visitor = @0x7fffd95f2b60}
  62. #5  0x000000000097cfbb in ObjectAccessor::Update (this=0x7bd37e8)
  63.     at /home/trinity/sources/src/server/game/Globals/ObjectAccessor.cpp:375
  64.         obj = 0x7fffc0254ff0
  65.         g = {lock_ = 0x7bd3848, owner_ = 0}
  66.         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>> = {
  67.                 _M_extract = {<std::unary_function<std::pair<Player* const, UpdateData>, Player* const>> = {<No data fields>}, <No data fields>},
  68.                 _M_eq = {<std::binary_function<Player*, Player*, bool>> = {<No data fields>}, <No data fields>},
  69.                 _M_h1 = {<std::unary_function<Player*, unsigned long>> = {<No data fields>}, <No data fields>},
  70.                 _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>},
  71.               _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 = 0x7fff963aaca0, _M_bucket_count = 47,
  72.               _M_element_count = 35, _M_rehash_policy = {
  73.                 _M_max_load_factor = 1, _M_growth_factor = 2,
  74.                 _M_next_resize = 47}}, <No data fields>}, <No data fields>}
  75.         packet = {<ByteBuffer> = {static DEFAULT_SIZE = 4096,
  76.             _rpos = 140736840281336, _wpos = 140736239458416,
  77.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  78.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  79.                   _M_start = 0xdb281a0 "\027\v", _M_finish = 0x0,
  80.                   _M_end_of_storage = 0xdb0ff70 "P<\a\001"}}, <No data fields>}}, m_opcode = 11548}
  81.         __FUNCTION__ = "Update"
  82. #6  0x00000000009bd0da in MapManager::Update (this=0x5d98968,
  83.     diff=<value optimized out>)
  84.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:278
  85. No locals.
  86. #7  0x0000000000b075bd in World::Update (this=0x7ffff06999c8, diff=44)
  87.     at /home/trinity/sources/src/server/game/World/World.cpp:1966
  88. No locals.
  89. #8  0x0000000000735e16 in WorldRunnable::run (this=<value optimized out>)
  90.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  91.         diff = 44
  92.         realCurrTime = 77227
  93.         realPrevTime = 77183
  94.         prevSleepTime = 39
  95. #9  0x0000000000c37fea in ACE_Based::Thread::ThreadTask (param=0x7fff963a07a0)
  96.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  97. No locals.
  98. #10 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  99. No symbol table info available.
  100. #11 0x00007ffff60a202d in clone () from /lib/libc.so.6
  101. No symbol table info available.
  102. #12 0x0000000000000000 in ?? ()
  103. No symbol table info available.
  104.   28 Thread 0x7fffcdf9d710 (LWP 2113)  0x00007ffff60a2623 in epoll_wait ()
  105.    from /lib/libc.so.6
  106.   27 Thread 0x7fffce79e710 (LWP 2112)  0x00007ffff60a2623 in epoll_wait ()
  107.    from /lib/libc.so.6
  108.   26 Thread 0x7fffcef9f710 (LWP 2111)  0x00007ffff60a2623 in epoll_wait ()
  109.    from /lib/libc.so.6
  110.   25 Thread 0x7fffcf7a0710 (LWP 2110)  0x00007ffff60a2623 in epoll_wait ()
  111.    from /lib/libc.so.6
  112.   24 Thread 0x7fffcffa1710 (LWP 2109)  0x00007ffff60a2623 in epoll_wait ()
  113.    from /lib/libc.so.6
  114.   23 Thread 0x7fffd07a2710 (LWP 2108)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  115.   22 Thread 0x7fffd0fa3710 (LWP 2107)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  116.   21 Thread 0x7fffd17a4710 (LWP 2106)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  117.   20 Thread 0x7fffd1fa5710 (LWP 2105)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  118.   19 Thread 0x7fffd27a6710 (LWP 2104)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  119.   18 Thread 0x7fffd2fa7710 (LWP 2103)  0x00007ffff63427dd in nanosleep ()
  120.    from /lib/libpthread.so.0
  121.   17 Thread 0x7fffd37a8710 (LWP 2102)  0x00007ffff609b8d3 in select ()
  122.    from /lib/libc.so.6
  123.   15 Thread 0x7fffd8df2710 (LWP 2100)  0x00007ffff609b8d3 in select ()
  124.    from /lib/libc.so.6
  125. * 14 Thread 0x7fffd95f3710 (LWP 2099)  0x0000000000813ded in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  126.   13 Thread 0x7fffdae82710 (LWP 2098)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  127.   12 Thread 0x7fffdb683710 (LWP 2097)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  128.   11 Thread 0x7fffdbe84710 (LWP 2096)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  129.   10 Thread 0x7fffe94c0710 (LWP 2095)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  130.   9 Thread 0x7fffedffb710 (LWP 2092)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  131.   8 Thread 0x7fffee7fc710 (LWP 2091)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  132.   7 Thread 0x7fffeeffd710 (LWP 2090)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  133.   6 Thread 0x7fffef7fe710 (LWP 2089)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  134.   5 Thread 0x7fffeffff710 (LWP 2088)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  135.   4 Thread 0x7ffff49c9710 (LWP 2087)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  136.   3 Thread 0x7ffff53d6710 (LWP 2086)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  137.   1 Thread 0x7ffff7fe0720 (LWP 2082)  0x00007ffff633bbe5 in pthread_join ()
  138.    from /lib/libpthread.so.0
  139.  
  140. Thread 28 (Thread 0x7fffcdf9d710 (LWP 2113)):
  141. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  142. No symbol table info available.
  143. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  144.     this=0x7ffff195a010, max_wait_time=<value optimized out>)
  145.     at ../../ace/Dev_Poll_Reactor.cpp:960
  146.         timer_buf = {static zero = {
  147.             static zero = <same as static member of an already seen type>,
  148.             static max_time = {
  149.               static zero = <same as static member of an already seen type>,
  150.               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}},
  151.           static max_time = <same as static member of an already seen type>,
  152.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  153.         this_timeout = <value optimized out>
  154.         timeout = 9
  155.         nfds = <value optimized out>
  156. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  157.     this=0x7ffff195a010, max_wait_time=0x7fffcdf9ce30, guard=...)
  158.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  159.         result = <value optimized out>
  160. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  161.     this=0x7ffff195a010, max_wait_time=0x7fffcdf9ce30)
  162.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  163.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  164.           max_wait_time_ = 0x7fffcdf9ce30, start_time_ = {static zero = {
  165.               static zero = <same as static member of an already seen type>,
  166.               static max_time = {
  167.                 static zero = <same as static member of an already seen type>,
  168.                 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}},
  169.             static max_time = <same as static member of an already seen type>,
  170.             tv_ = {tv_sec = 1292677868, tv_usec = 775689}}, stopped_ = false}
  171.         guard = {token_ = @0x7ffff195a088, owner_ = 1}
  172.         result = -1
  173. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  174.     this=0x7ffff19523d0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  175.         result = -1768298672
  176. #5  0x0000000000a6ed60 in ReactorRunnable::svc (this=0x7ffff1958bf8)
  177.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  178.         interval = {static zero = {
  179.             static zero = <same as static member of an already seen type>,
  180.             static max_time = {
  181.               static zero = <same as static member of an already seen type>,
  182.               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}},
  183.           static max_time = <same as static member of an already seen type>,
  184.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  185. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  186.     at ../../ace/Task.cpp:271
  187.         t = 0x7ffff1958bf8
  188.         svc_status = <value optimized out>
  189. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff19c02d0)
  190.     at ../../ace/Thread_Adapter.cpp:94
  191.         exit_hook_instance = <value optimized out>
  192.         exit_hook_maybe = {instance_ = 0x0}
  193.         exit_hook_ptr = <value optimized out>
  194. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  195. No symbol table info available.
  196. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  197. No symbol table info available.
  198. #10 0x0000000000000000 in ?? ()
  199. No symbol table info available.
  200.  
  201. Thread 27 (Thread 0x7fffce79e710 (LWP 2112)):
  202. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  203. No symbol table info available.
  204. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  205.     this=0x7ffff1959a60, max_wait_time=<value optimized out>)
  206.     at ../../ace/Dev_Poll_Reactor.cpp:960
  207.         timer_buf = {static zero = {
  208.             static zero = <same as static member of an already seen type>,
  209.             static max_time = {
  210.               static zero = <same as static member of an already seen type>,
  211.               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}},
  212.           static max_time = <same as static member of an already seen type>,
  213.           tv_ = {tv_sec = 0, tv_usec = 9999}}
  214.         this_timeout = <value optimized out>
  215.         timeout = 9
  216.         nfds = <value optimized out>
  217. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  218.     this=0x7ffff1959a60, max_wait_time=0x7fffce79de30, guard=...)
  219.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  220.         result = <value optimized out>
  221. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  222.     this=0x7ffff1959a60, max_wait_time=0x7fffce79de30)
  223.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  224.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  225.           max_wait_time_ = 0x7fffce79de30, start_time_ = {static zero = {
  226.               static zero = <same as static member of an already seen type>,
  227.               static max_time = {
  228.                 static zero = <same as static member of an already seen type>,
  229.                 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}},
  230.             static max_time = <same as static member of an already seen type>,
  231.             tv_ = {tv_sec = 1292677868, tv_usec = 777970}}, stopped_ = false}
  232.         guard = {token_ = @0x7ffff1959ad8, owner_ = 1}
  233.         result = -1
  234. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  235.     this=0x7ffff19523b0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  236.         result = -1744997088
  237. #5  0x0000000000a6ed60 in ReactorRunnable::svc (this=0x7ffff1958ac0)
  238.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  239.         interval = {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 = 9999}}
  246. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  247.     at ../../ace/Task.cpp:271
  248.         t = 0x7ffff1958ac0
  249.         svc_status = <value optimized out>
  250. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff19c00f0)
  251.     at ../../ace/Thread_Adapter.cpp:94
  252.         exit_hook_instance = <value optimized out>
  253.         exit_hook_maybe = {instance_ = 0x0}
  254.         exit_hook_ptr = <value optimized out>
  255. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  256. No symbol table info available.
  257. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  258. No symbol table info available.
  259. #10 0x0000000000000000 in ?? ()
  260. No symbol table info available.
  261.  
  262. Thread 26 (Thread 0x7fffcef9f710 (LWP 2111)):
  263. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  264. No symbol table info available.
  265. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  266.     this=0x7ffff1959490, max_wait_time=<value optimized out>)
  267.     at ../../ace/Dev_Poll_Reactor.cpp:960
  268.         timer_buf = {static zero = {
  269.             static zero = <same as static member of an already seen type>,
  270.             static max_time = {
  271.               static zero = <same as static member of an already seen type>,
  272.               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}},
  273.           static max_time = <same as static member of an already seen type>,
  274.           tv_ = {tv_sec = 0, tv_usec = 3771}}
  275.         this_timeout = <value optimized out>
  276.         timeout = 3
  277.         nfds = <value optimized out>
  278. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  279.     this=0x7ffff1959490, max_wait_time=0x7fffcef9ee30, guard=...)
  280.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  281.         result = <value optimized out>
  282. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  283.     this=0x7ffff1959490, max_wait_time=0x7fffcef9ee30)
  284.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  285.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  286.           max_wait_time_ = 0x7fffcef9ee30, start_time_ = {static zero = {
  287.               static zero = <same as static member of an already seen type>,
  288.               static max_time = {
  289.                 static zero = <same as static member of an already seen type>,
  290.                 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}},
  291.             static max_time = <same as static member of an already seen type>,
  292.             tv_ = {tv_sec = 1292677868, tv_usec = 780719}}, stopped_ = false}
  293.         guard = {token_ = @0x7ffff1959508, owner_ = 1}
  294.         result = -1
  295. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  296.     this=0x7fffd5f3ed40, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  297.         result = 1
  298. #5  0x0000000000a6ed60 in ReactorRunnable::svc (this=0x7ffff1958988)
  299.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  300.         interval = {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 = 3771}}
  307. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  308.     at ../../ace/Task.cpp:271
  309.         t = 0x7ffff1958988
  310.         svc_status = <value optimized out>
  311. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff19bff10)
  312.     at ../../ace/Thread_Adapter.cpp:94
  313.         exit_hook_instance = <value optimized out>
  314.         exit_hook_maybe = {instance_ = 0x0}
  315.         exit_hook_ptr = <value optimized out>
  316. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  317. No symbol table info available.
  318. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  319. No symbol table info available.
  320. #10 0x0000000000000000 in ?? ()
  321. No symbol table info available.
  322.  
  323. Thread 25 (Thread 0x7fffcf7a0710 (LWP 2110)):
  324. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  325. No symbol table info available.
  326. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  327.     this=0x7ffff1958ec0, max_wait_time=<value optimized out>)
  328.     at ../../ace/Dev_Poll_Reactor.cpp:960
  329.         timer_buf = {static zero = {
  330.             static zero = <same as static member of an already seen type>,
  331.             static max_time = {
  332.               static zero = <same as static member of an already seen type>,
  333.               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}},
  334.           static max_time = <same as static member of an already seen type>,
  335.           tv_ = {tv_sec = 0, tv_usec = 8982}}
  336.         this_timeout = <value optimized out>
  337.         timeout = 8
  338.         nfds = <value optimized out>
  339. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  340.     this=0x7ffff1958ec0, max_wait_time=0x7fffcf79fe30, guard=...)
  341.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  342.         result = <value optimized out>
  343. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  344.     this=0x7ffff1958ec0, max_wait_time=0x7fffcf79fe30)
  345.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  346.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  347.           max_wait_time_ = 0x7fffcf79fe30, start_time_ = {static zero = {
  348.               static zero = <same as static member of an already seen type>,
  349.               static max_time = {
  350.                 static zero = <same as static member of an already seen type>,
  351.                 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}},
  352.             static max_time = <same as static member of an already seen type>,
  353.             tv_ = {tv_sec = 1292677868, tv_usec = 781557}}, stopped_ = false}
  354.         guard = {token_ = @0x7ffff1958f38, owner_ = 1}
  355.         result = -1
  356. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  357.     this=0x7fffd5f3ed20, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  358.         result = 1
  359. #5  0x0000000000a6ed60 in ReactorRunnable::svc (this=0x7ffff1958850)
  360.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  361.         interval = {static zero = {
  362.             static zero = <same as static member of an already seen type>,
  363.             static max_time = {
  364.               static zero = <same as static member of an already seen type>,
  365.               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}},
  366.           static max_time = <same as static member of an already seen type>,
  367.           tv_ = {tv_sec = 0, tv_usec = 8982}}
  368. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  369.     at ../../ace/Task.cpp:271
  370.         t = 0x7ffff1958850
  371.         svc_status = <value optimized out>
  372. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff19bfd30)
  373.     at ../../ace/Thread_Adapter.cpp:94
  374.         exit_hook_instance = <value optimized out>
  375.         exit_hook_maybe = {instance_ = 0x0}
  376.         exit_hook_ptr = <value optimized out>
  377. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  378. No symbol table info available.
  379. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  380. No symbol table info available.
  381. #10 0x0000000000000000 in ?? ()
  382. No symbol table info available.
  383.  
  384. Thread 24 (Thread 0x7fffcffa1710 (LWP 2109)):
  385. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  386. No symbol table info available.
  387. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  388.     this=0x7fffd5f3fc90, max_wait_time=<value optimized out>)
  389.     at ../../ace/Dev_Poll_Reactor.cpp:960
  390.         timer_buf = {static zero = {
  391.             static zero = <same as static member of an already seen type>,
  392.             static max_time = {
  393.               static zero = <same as static member of an already seen type>,
  394.               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}},
  395.           static max_time = <same as static member of an already seen type>,
  396.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  397.         this_timeout = <value optimized out>
  398.         timeout = 9
  399.         nfds = <value optimized out>
  400. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  401.     this=0x7fffd5f3fc90, max_wait_time=0x7fffcffa0e30, guard=...)
  402.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  403.         result = <value optimized out>
  404. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  405.     this=0x7fffd5f3fc90, max_wait_time=0x7fffcffa0e30)
  406.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  407.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  408.           max_wait_time_ = 0x7fffcffa0e30, start_time_ = {static zero = {
  409.               static zero = <same as static member of an already seen type>,
  410.               static max_time = {
  411.                 static zero = <same as static member of an already seen type>,
  412.                 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}},
  413.             static max_time = <same as static member of an already seen type>,
  414.             tv_ = {tv_sec = 1292677868, tv_usec = 780547}}, stopped_ = false}
  415.         guard = {token_ = @0x7fffd5f3fd08, owner_ = 1}
  416.         result = -1
  417. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  418.     this=0x7fffd5f3ec60, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  419.         result = -241858792
  420. #5  0x0000000000a6ed60 in ReactorRunnable::svc (this=0x7ffff1958718)
  421.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  422.         interval = {static zero = {
  423.             static zero = <same as static member of an already seen type>,
  424.             static max_time = {
  425.               static zero = <same as static member of an already seen type>,
  426.               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}},
  427.           static max_time = <same as static member of an already seen type>,
  428.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  429. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  430.     at ../../ace/Task.cpp:271
  431.         t = 0x7ffff1958718
  432.         svc_status = <value optimized out>
  433. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff19bfb50)
  434.     at ../../ace/Thread_Adapter.cpp:94
  435.         exit_hook_instance = <value optimized out>
  436.         exit_hook_maybe = {instance_ = 0x0}
  437.         exit_hook_ptr = <value optimized out>
  438. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  439. No symbol table info available.
  440. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  441. No symbol table info available.
  442. #10 0x0000000000000000 in ?? ()
  443. No symbol table info available.
  444.  
  445. Thread 23 (Thread 0x7fffd07a2710 (LWP 2108)):
  446. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  447.    from /lib/libpthread.so.0
  448. No symbol table info available.
  449. #1  0x00007ffff7661b75 in cond_timedwait (this=0x10e130d4, mutex=...,
  450.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  451.         result = <value optimized out>
  452.         ts = {tv_sec = 96, tv_nsec = 21310406216}
  453. #2  ACE_Condition_Thread_Mutex::wait (this=0x10e130d4, mutex=...,
  454.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  455. No locals.
  456. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  457.     (this=0x10e13050, timeout=0x0)
  458.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  459.         result = <value optimized out>
  460. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  461. No symbol table info available.
  462. #5  0x0000000000735a90 in SOAPWorkingThread::svc() ()
  463. No symbol table info available.
  464. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  465.     at ../../ace/Task.cpp:271
  466.         t = 0x7fffd37a7dc0
  467.         svc_status = <value optimized out>
  468. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffd5f400a0)
  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 22 (Thread 0x7fffd0fa3710 (LWP 2107)):
  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=0x10e130d4, mutex=...,
  485.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  486.         result = <value optimized out>
  487.         ts = {tv_sec = 96, tv_nsec = 21310406216}
  488. #2  ACE_Condition_Thread_Mutex::wait (this=0x10e130d4, mutex=...,
  489.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  490. No locals.
  491. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  492.     (this=0x10e13050, timeout=0x0)
  493.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  494.         result = <value optimized out>
  495. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  496. No symbol table info available.
  497. #5  0x0000000000735a90 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 = 0x7fffd37a7dc0
  502.         svc_status = <value optimized out>
  503. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x10e22c00)
  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 21 (Thread 0x7fffd17a4710 (LWP 2106)):
  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=0x10e130d4, mutex=...,
  520.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  521.         result = <value optimized out>
  522.         ts = {tv_sec = 96, tv_nsec = 21310406216}
  523. #2  ACE_Condition_Thread_Mutex::wait (this=0x10e130d4, mutex=...,
  524.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  525. No locals.
  526. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  527.     (this=0x10e13050, timeout=0x0)
  528.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  529.         result = <value optimized out>
  530. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  531. No symbol table info available.
  532. #5  0x0000000000735a90 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 = 0x7fffd37a7dc0
  537.         svc_status = <value optimized out>
  538. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x10e20950)
  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 20 (Thread 0x7fffd1fa5710 (LWP 2105)):
  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=0x10e130d4, mutex=...,
  555.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  556.         result = <value optimized out>
  557.         ts = {tv_sec = 96, tv_nsec = 21310406216}
  558. #2  ACE_Condition_Thread_Mutex::wait (this=0x10e130d4, mutex=...,
  559.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  560. No locals.
  561. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  562.     (this=0x10e13050, timeout=0x0)
  563.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  564.         result = <value optimized out>
  565. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  566. No symbol table info available.
  567. #5  0x0000000000735a90 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 = 0x7fffd37a7dc0
  572.         svc_status = <value optimized out>
  573. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x10e1e6a0)
  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 19 (Thread 0x7fffd27a6710 (LWP 2104)):
  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=0x10e130d4, mutex=...,
  590.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  591.         result = <value optimized out>
  592.         ts = {tv_sec = 96, tv_nsec = 21310406216}
  593. #2  ACE_Condition_Thread_Mutex::wait (this=0x10e130d4, mutex=...,
  594.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  595. No locals.
  596. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  597.     (this=0x10e13050, timeout=0x0)
  598.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  599.         result = <value optimized out>
  600. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  601. No symbol table info available.
  602. #5  0x0000000000735a90 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 = 0x7fffd37a7dc0
  607.         svc_status = <value optimized out>
  608. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x10e13210)
  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 18 (Thread 0x7fffd2fa7710 (LWP 2103)):
  621. #0  0x00007ffff63427dd in nanosleep () from /lib/libpthread.so.0
  622. No symbol table info available.
  623. #1  0x0000000000c37d39 in sleep (msecs=<value optimized out>)
  624.     at /usr/local/include/ace/OS_NS_unistd.inl:951
  625.         rqtp = {tv_sec = 1, tv_nsec = 0}
  626. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  627.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:231
  628. No locals.
  629. #3  0x000000000073c40e in FreezeDetectorRunnable::run() ()
  630. No symbol table info available.
  631. #4  0x0000000000c37fea in ACE_Based::Thread::ThreadTask (param=0x7fffd2fa6e00)
  632.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  633. No locals.
  634. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  635. No symbol table info available.
  636. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  637. No symbol table info available.
  638. #7  0x0000000000000000 in ?? ()
  639. No symbol table info available.
  640.  
  641. Thread 17 (Thread 0x7fffd37a8710 (LWP 2102)):
  642. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  643. No symbol table info available.
  644. #1  0x000000000100f095 in tcp_select (soap=0x7fffd378c5a0, s=39,
  645.     flags=<value optimized out>, timeout=3)
  646.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4366
  647.         r = <value optimized out>
  648.         tv = {tv_sec = 0, tv_usec = 868000}
  649.         fd = {{fds_bits = {549755813888, 0 <repeats 15 times>}}, {fds_bits = {
  650.               549755813888, 0 <repeats 15 times>}}, {fds_bits = {549755813888,
  651.               0 <repeats 15 times>}}}
  652.         rfd = 0x7fffd378c350
  653.         sfd = 0x7fffd378c3d0
  654.         efd = 0x7fffd378c450
  655. #2  0x000000000101e663 in soap_accept (soap=0x7fffd378c5a0)
  656.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4770
  657.         r = -514
  658.         err = -514
  659.         n = 16
  660.         len = 65536
  661.         set = 1
  662. #3  0x000000000073580f in TCSoapRunnable::run (this=<value optimized out>)
  663.     at /home/trinity/sources/src/server/worldserver/TCSoap/TCSoap.cpp:49
  664.         thread_soap = 0xc37fe0
  665.         mb = <value optimized out>
  666.         pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x10387d0,
  667.                   reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  668.                       value_ = 1}, <No data fields>}, priority_ = 0,
  669.                   reactor_ = 0x0,
  670.                   reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  671.                       _vptr.Policy = 0x7ffff7946890},
  672.                     value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {
  673.                   _vptr.ACE_Shared_Object = 0x10388d0}, <No data fields>},
  674.               thr_count_ = 5, thr_mgr_ = 0x15784a0, flags_ = 0, grp_id_ = 9,
  675.               lock_ = {lock_ = {__data = {__lock = 0, __count = 0,
  676.                     __owner = 0, __nusers = 0, __kind = 0, __spins = 0,
  677.                     __list = {__prev = 0x0, __next = 0x0}},
  678.                   __size = '\000' <repeats 39 times>, __align = 0},
  679.                 removed_ = false}, last_thread_id_ = 0},
  680.             msg_queue_ = 0x10e13050, delete_msg_queue_ = true, mod_ = 0x0,
  681.             next_ = 0x0}, <No data fields>}
  682.         soap = {_vptr.soap = 0x11bf070, state = 1, version = 0, mode = 0,
  683.           imode = 2097152, omode = 2097152, float_format = 0x11bb576 "%.9G",
  684.           double_format = 0x11bb57b "%.17lG",
  685.           dime_id_format = 0x11bb582 "cid:id%d",
  686.           http_version = 0x11bb58b "1.1", http_content = 0x0,
  687.           encodingStyle = 0x11be5a0 "", actor = 0x0, lang = 0x11bc169 "en",
  688.           recv_timeout = 5, send_timeout = 5, connect_timeout = 0,
  689.           accept_timeout = 3, socket_flags = 0, connect_flags = 0,
  690.           bind_flags = 0, accept_flags = 0, linger_time = 0,
  691.           namespaces = 0x151c700, local_namespaces = 0x0, nlist = 0x0,
  692.           blist = 0x0, clist = 0x7fffd6384b40, alist = 0x0, iht = {
  693.             0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>},
  694.           pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fffd6486ff0,
  695.           idnum = 0, user = 0x0, plugins = 0x0, userid = 0x0, passwd = 0x0,
  696.           fpost = 0x1030970 <http_post>, fget = 0x100c3c0 <http_get>,
  697.           fput = 0x10203a0 <http_put>, fdel = 0x100c3d0 <http_405>,
  698.           fopt = 0x100c3d0 <http_405>, fhead = 0x100c3d0 <http_405>,
  699.           fform = 0, fposthdr = 0x1016310 <http_post_header>,
  700.           fresponse = 0x1011320 <http_response>,
  701.           fparse = 0x101fd70 <http_parse>,
  702.           fparsehdr = 0x102dc40 <http_parse_header>, fheader = 0,
  703.           fresolve = 0x1013760 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  704.           fclosesocket = 0x1013740 <tcp_closesocket>,
  705.           fshutdownsocket = 0x1013730 <tcp_shutdownsocket>,
  706.           fopen = 0x1024c60 <tcp_connect>, faccept = 0x1013750 <tcp_accept>,
  707.           fclose = 0x100c2b0 <tcp_disconnect>, fsend = 0x10133f0 <fsend>,
  708.           frecv = 0x10131a0 <frecv>, fpoll = 0x1015300 <soap_poll>,
  709.           fseterror = 0, fignore = 0, fserveloop = 0,
  710.           fplugin = 0x10112c0 <fplugin>, fmalloc = 0, fprepareinitsend = 0,
  711.           fprepareinitrecv = 0, fpreparesend = 0, fpreparerecv = 0,
  712.           fpreparefinalsend = 0, fpreparefinalrecv = 0, fdimereadopen = 0,
  713.           fdimewriteopen = 0, fdimereadclose = 0, fdimewriteclose = 0,
  714.           fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  715.           fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0,
  716.           fmimeread = 0, fmimewrite = 0, master = 39, socket = -1, os = 0x0,
  717.           is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0,
  718.           cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0,
  719.           lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>,
  720.           msgbuf = '\000' <repeats 1023 times>,
  721.           tmpbuf = '\000' <repeats 1023 times>,
  722.           tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>,
  723.           href = '\000' <repeats 1023 times>,
  724.           type = '\000' <repeats 1023 times>,
  725.           arrayType = '\000' <repeats 1023 times>,
  726.           arraySize = '\000' <repeats 1023 times>,
  727.           arrayOffset = '\000' <repeats 1023 times>, other = 0, position = 0,
  728.           positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  729.           encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9,
  730.           alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0,
  731.           endpoint = '\000' <repeats 1023 times>,
  732.           path = '\000' <repeats 1023 times>,
  733.           host = '\000' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  734.           prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0,
  735.           tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  736.           max_keep_alive = 100, proxy_http_version = 0x11bb58f "1.0",
  737.           proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0,
  738.           proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0,
  739.           errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0,
  740.             chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0,
  741.             type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  742.           mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0,
  743.             last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {
  744.             0x0, 0x0, 0x0}, mht = {0x0 <repeats 1024 times>}, wsuid = 0x0,
  745.           c14nexclude = 0x0, cookies = 0x0, cookie_domain = 0x0,
  746.           cookie_path = 0x0, cookie_max = 32, ipv6_multicast_if = 0,
  747.           ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0, peer = {
  748.             sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0},
  749.             sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16,
  750.           fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0,
  751.           session = 0x0, dh_params = 0x0, rsa_params = 0x0, ssl_flags = 0,
  752.           keyfile = 0x0, password = 0x0, cafile = 0x0, capath = 0x0,
  753.           crlfile = 0x0,
  754.           session_host = '\000' <repeats 992 times>, "@þ2öÿ\177\000\000\020\020\000\000\000\000\000\000\230þ2öÿ\177\000\000¨þ2öÿ\177\000", session_port = 3,
  755.           c_locale = 0x0, d_stream = 0x6300000000, z_crc = 0,
  756.           z_dict = 0x1030 <Address 0x1030 out of bounds>, z_dict_len = 4224,
  757.           zlib_state = 257, zlib_in = 0, zlib_out = -360,
  758.           z_buf = 0x1 <Address 0x1 out of bounds>, z_buflen = 140737323925056,
  759.           z_level = 4097, z_ratio_in = 0, z_ratio_out = 0}
  760. #4  0x0000000000c37fea in ACE_Based::Thread::ThreadTask (param=0x28)
  761.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  762. No locals.
  763. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  764. No symbol table info available.
  765. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  766. No symbol table info available.
  767. #7  0x0000000000000000 in ?? ()
  768. No symbol table info available.
  769.  
  770. Thread 15 (Thread 0x7fffd8df2710 (LWP 2100)):
  771. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  772. No symbol table info available.
  773. #1  0x00007ffff7981830 in ?? () from /lib/libreadline.so.5
  774. No symbol table info available.
  775. #2  0x00007ffff7981a6d in rl_read_key () from /lib/libreadline.so.5
  776. No symbol table info available.
  777. #3  0x00007ffff796ed61 in readline_internal_char () from /lib/libreadline.so.5
  778. No symbol table info available.
  779. #4  0x00007ffff796f245 in readline () from /lib/libreadline.so.5
  780. No symbol table info available.
  781. #5  0x000000000072bfde in CliRunnable::run (this=<value optimized out>)
  782.     at /home/trinity/sources/src/server/worldserver/CommandLine/CliRunnable.cpp:589
  783.         command_str = 0x7fffd5f3f610 "0o\003\001"
  784. #6  0x0000000000c37fea in ACE_Based::Thread::ThreadTask (param=0x1)
  785.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  786. No locals.
  787. #7  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  788. No symbol table info available.
  789. #8  0x00007ffff60a202d in clone () from /lib/libc.so.6
  790. No symbol table info available.
  791. #9  0x0000000000000000 in ?? ()
  792. No symbol table info available.
  793.  
  794. Thread 14 (Thread 0x7fffd95f3710 (LWP 2099)):
  795. #0  0x0000000000813ded in void VisitorHelper<WorldObjectChangeAccumulator, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > >(WorldObjectChangeAccumulator&, ContainerMapList<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > >&) ()
  796. No symbol table info available.
  797. #1  0x000000000081465a in void Map::Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  798. No symbol table info available.
  799. #2  0x000000000080efcc in Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (this=0x7fffc0254ff0, data_map=...)
  800.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:214
  801.         area = {right_offset = 1, left_offset = 1, upper_offset = 1,
  802.           lower_offset = 2}
  803. #3  Visit<WorldObjectChangeAccumulator, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (
  804.     this=0x7fffc0254ff0, data_map=...)
  805.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:239
  806. No locals.
  807. #4  WorldObject::BuildUpdate (this=0x7fffc0254ff0, data_map=...)
  808.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:2764
  809.         p = {x_coord = 124, y_coord = 262}
  810.         cell = {data = {Part = {grid_x = 15, grid_y = 32, cell_x = 4,
  811.               cell_y = 6, nocreate = 1, reserved = 31}, All = 1058555919}}
  812.         notifier = {i_updateDatas = @0x7fffd95f2cf0,
  813.           i_object = @0x7fffc0254ff0, plr_list = {_M_t = {
  814.               _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>},
  815.                 _M_key_compare = {<std::binary_function<unsigned long, unsigned long, bool>> = {<No data fields>}, <No data fields>}, _M_header = {
  816.                   _M_color = std::_S_red, _M_parent = 0x7fff961243c0,
  817.                   _M_left = 0x7fff978ce030, _M_right = 0x7fff950366a0},
  818.                 _M_node_count = 3}}}}
  819.         player_notifier = {i_visitor = @0x7fffd95f2b60}
  820. #5  0x000000000097cfbb in ObjectAccessor::Update (this=0x7bd37e8)
  821.     at /home/trinity/sources/src/server/game/Globals/ObjectAccessor.cpp:375
  822.         obj = 0x7fffc0254ff0
  823.         g = {lock_ = 0x7bd3848, owner_ = 0}
  824.         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>> = {
  825.                 _M_extract = {<std::unary_function<std::pair<Player* const, UpdateData>, Player* const>> = {<No data fields>}, <No data fields>},
  826.                 _M_eq = {<std::binary_function<Player*, Player*, bool>> = {<No data fields>}, <No data fields>},
  827.                 _M_h1 = {<std::unary_function<Player*, unsigned long>> = {<No data fields>}, <No data fields>},
  828.                 _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>},
  829.               _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 = 0x7fff963aaca0, _M_bucket_count = 47,
  830.               _M_element_count = 35, _M_rehash_policy = {
  831.                 _M_max_load_factor = 1, _M_growth_factor = 2,
  832.                 _M_next_resize = 47}}, <No data fields>}, <No data fields>}
  833.         packet = {<ByteBuffer> = {static DEFAULT_SIZE = 4096,
  834.             _rpos = 140736840281336, _wpos = 140736239458416,
  835.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  836.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  837.                   _M_start = 0xdb281a0 "\027\v", _M_finish = 0x0,
  838.                   _M_end_of_storage = 0xdb0ff70 "P<\a\001"}}, <No data fields>}}, m_opcode = 11548}
  839.         __FUNCTION__ = "Update"
  840. #6  0x00000000009bd0da in MapManager::Update (this=0x5d98968,
  841.     diff=<value optimized out>)
  842.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:278
  843. No locals.
  844. #7  0x0000000000b075bd in World::Update (this=0x7ffff06999c8, diff=44)
  845.     at /home/trinity/sources/src/server/game/World/World.cpp:1966
  846. No locals.
  847. #8  0x0000000000735e16 in WorldRunnable::run (this=<value optimized out>)
  848.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  849.         diff = 44
  850.         realCurrTime = 77227
  851.         realPrevTime = 77183
  852.         prevSleepTime = 39
  853. #9  0x0000000000c37fea in ACE_Based::Thread::ThreadTask (param=0x7fff963a07a0)
  854.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  855. No locals.
  856. #10 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  857. No symbol table info available.
  858. #11 0x00007ffff60a202d in clone () from /lib/libc.so.6
  859. No symbol table info available.
  860. #12 0x0000000000000000 in ?? ()
  861. No symbol table info available.
  862.  
  863. Thread 13 (Thread 0x7fffdae82710 (LWP 2098)):
  864. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  865.    from /lib/libpthread.so.0
  866. No symbol table info available.
  867. #1  0x00007ffff7661b75 in cond_timedwait (this=0x5d98c54, mutex=...,
  868.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  869.         result = <value optimized out>
  870.         ts = {tv_sec = 229703536, tv_nsec = 229703824}
  871. #2  ACE_Condition_Thread_Mutex::wait (this=0x5d98c54, mutex=...,
  872.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  873. No locals.
  874. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  875.     (this=0x5d98bd0, timeout=0x0)
  876.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  877.         result = <value optimized out>
  878. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  879. No symbol table info available.
  880. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  881.     this=<value optimized out>, tv=0xfffffffffffffe00)
  882.     at ../../ace/Activation_Queue.cpp:89
  883.         mb = 0x0
  884. #6  0x0000000000c39194 in DelayExecutor::svc (this=0x5d98a78)
  885.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  886.         rq = 0x7fff953cba30
  887. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  888.     at ../../ace/Task.cpp:271
  889.         t = 0x5d98a78
  890.         svc_status = <value optimized out>
  891. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff0699770)
  892.     at ../../ace/Thread_Adapter.cpp:94
  893.         exit_hook_instance = <value optimized out>
  894.         exit_hook_maybe = {instance_ = 0x0}
  895.         exit_hook_ptr = <value optimized out>
  896. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  897. No symbol table info available.
  898. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  899. No symbol table info available.
  900. #11 0x0000000000000000 in ?? ()
  901. No symbol table info available.
  902.  
  903. Thread 12 (Thread 0x7fffdb683710 (LWP 2097)):
  904. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  905.    from /lib/libpthread.so.0
  906. No symbol table info available.
  907. #1  0x00007ffff7661b75 in cond_timedwait (this=0x5d98c54, mutex=...,
  908.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  909.         result = <value optimized out>
  910.         ts = {tv_sec = 98700864, tv_nsec = 98701152}
  911. #2  ACE_Condition_Thread_Mutex::wait (this=0x5d98c54, mutex=...,
  912.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  913. No locals.
  914. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  915.     (this=0x5d98bd0, timeout=0x0)
  916.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  917.         result = <value optimized out>
  918. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  919. No symbol table info available.
  920. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  921.     this=<value optimized out>, tv=0xfffffffffffffe00)
  922.     at ../../ace/Activation_Queue.cpp:89
  923.         mb = 0x0
  924. #6  0x0000000000c39194 in DelayExecutor::svc (this=0x5d98a78)
  925.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  926.         rq = 0x7fff90638b70
  927. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  928.     at ../../ace/Task.cpp:271
  929.         t = 0x5d98a78
  930.         svc_status = <value optimized out>
  931. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff187be60)
  932.     at ../../ace/Thread_Adapter.cpp:94
  933.         exit_hook_instance = <value optimized out>
  934.         exit_hook_maybe = {instance_ = 0x0}
  935.         exit_hook_ptr = <value optimized out>
  936. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  937. No symbol table info available.
  938. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  939. No symbol table info available.
  940. #11 0x0000000000000000 in ?? ()
  941. No symbol table info available.
  942.  
  943. Thread 11 (Thread 0x7fffdbe84710 (LWP 2096)):
  944. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  945.    from /lib/libpthread.so.0
  946. No symbol table info available.
  947. #1  0x00007ffff7661b75 in cond_timedwait (this=0x5d98c54, mutex=...,
  948.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  949.         result = <value optimized out>
  950.         ts = {tv_sec = 323685856, tv_nsec = 323686144}
  951. #2  ACE_Condition_Thread_Mutex::wait (this=0x5d98c54, mutex=...,
  952.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  953. No locals.
  954. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  955.     (this=0x5d98bd0, timeout=0x0)
  956.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  957.         result = <value optimized out>
  958. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  959. No symbol table info available.
  960. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  961.     this=<value optimized out>, tv=0xfffffffffffffe00)
  962.     at ../../ace/Activation_Queue.cpp:89
  963.         mb = 0x0
  964. #6  0x0000000000c39194 in DelayExecutor::svc (this=0x5d98a78)
  965.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  966.         rq = 0x7fff90745db0
  967. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  968.     at ../../ace/Task.cpp:271
  969.         t = 0x5d98a78
  970.         svc_status = <value optimized out>
  971. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff069ec90)
  972.     at ../../ace/Thread_Adapter.cpp:94
  973.         exit_hook_instance = <value optimized out>
  974.         exit_hook_maybe = {instance_ = 0x0}
  975.         exit_hook_ptr = <value optimized out>
  976. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  977. No symbol table info available.
  978. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  979. No symbol table info available.
  980. #11 0x0000000000000000 in ?? ()
  981. No symbol table info available.
  982.  
  983. Thread 10 (Thread 0x7fffe94c0710 (LWP 2095)):
  984. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  985.    from /lib/libpthread.so.0
  986. No symbol table info available.
  987. #1  0x00007ffff7661b75 in cond_timedwait (this=0x5d98c54, mutex=...,
  988.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  989.         result = <value optimized out>
  990.         ts = {tv_sec = 140737107459504, tv_nsec = 140735418576896}
  991. #2  ACE_Condition_Thread_Mutex::wait (this=0x5d98c54, mutex=...,
  992.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  993. No locals.
  994. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  995.     (this=0x5d98bd0, timeout=0x0)
  996.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  997.         result = <value optimized out>
  998. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  999. No symbol table info available.
  1000. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1001.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1002.     at ../../ace/Activation_Queue.cpp:89
  1003.         mb = 0x0
  1004. #6  0x0000000000c39194 in DelayExecutor::svc (this=0x5d98a78)
  1005.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  1006.         rq = 0x7fff950366a0
  1007. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1008.     at ../../ace/Task.cpp:271
  1009.         t = 0x5d98a78
  1010.         svc_status = <value optimized out>
  1011. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff069f550)
  1012.     at ../../ace/Thread_Adapter.cpp:94
  1013.         exit_hook_instance = <value optimized out>
  1014.         exit_hook_maybe = {instance_ = 0x0}
  1015.         exit_hook_ptr = <value optimized out>
  1016. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1017. No symbol table info available.
  1018. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1019. No symbol table info available.
  1020. #11 0x0000000000000000 in ?? ()
  1021. No symbol table info available.
  1022.  
  1023. Thread 9 (Thread 0x7fffedffb710 (LWP 2092)):
  1024. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1025.    from /lib/libpthread.so.0
  1026. No symbol table info available.
  1027. #1  0x00007ffff7661b75 in cond_timedwait (this=0x155bdf4, mutex=...,
  1028.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1029.         result = <value optimized out>
  1030.         ts = {tv_sec = 0, tv_nsec = 140736280395808}
  1031. #2  ACE_Condition_Thread_Mutex::wait (this=0x155bdf4, mutex=...,
  1032.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1033. No locals.
  1034. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1035.     (this=0x155bd70, timeout=0x0)
  1036.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1037.         result = <value optimized out>
  1038. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1039. No symbol table info available.
  1040. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1041.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1042.     at ../../ace/Activation_Queue.cpp:89
  1043.         mb = 0x0
  1044. #6  0x0000000000c2ac60 in DatabaseWorker::svc (this=0x7ffff06548e0)
  1045.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1046. No locals.
  1047. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1048.     at ../../ace/Task.cpp:271
  1049.         t = 0x7ffff06548e0
  1050.         svc_status = <value optimized out>
  1051. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff0654990)
  1052.     at ../../ace/Thread_Adapter.cpp:94
  1053.         exit_hook_instance = <value optimized out>
  1054.         exit_hook_maybe = {instance_ = 0x0}
  1055.         exit_hook_ptr = <value optimized out>
  1056. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1057. No symbol table info available.
  1058. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1059. No symbol table info available.
  1060. #11 0x0000000000000000 in ?? ()
  1061. No symbol table info available.
  1062.  
  1063. Thread 8 (Thread 0x7fffee7fc710 (LWP 2091)):
  1064. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1065.    from /lib/libpthread.so.0
  1066. No symbol table info available.
  1067. #1  0x00007ffff7661b75 in cond_timedwait (this=0x155bce4, mutex=...,
  1068.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1069.         result = <value optimized out>
  1070.         ts = {tv_sec = 1, tv_nsec = 140736193358480}
  1071. #2  ACE_Condition_Thread_Mutex::wait (this=0x155bce4, mutex=...,
  1072.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1073. No locals.
  1074. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1075.     (this=0x155bc60, timeout=0x0)
  1076.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1077.         result = <value optimized out>
  1078. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1079. No symbol table info available.
  1080. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1081.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1082.     at ../../ace/Activation_Queue.cpp:89
  1083.         mb = 0x0
  1084. #6  0x0000000000c2ac60 in DatabaseWorker::svc (this=0x7ffff0420210)
  1085.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1086. No locals.
  1087. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1088.     at ../../ace/Task.cpp:271
  1089.         t = 0x7ffff0420210
  1090.         svc_status = <value optimized out>
  1091. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff0420300)
  1092.     at ../../ace/Thread_Adapter.cpp:94
  1093.         exit_hook_instance = <value optimized out>
  1094.         exit_hook_maybe = {instance_ = 0x0}
  1095.         exit_hook_ptr = <value optimized out>
  1096. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1097. No symbol table info available.
  1098. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1099. No symbol table info available.
  1100. #11 0x0000000000000000 in ?? ()
  1101. No symbol table info available.
  1102.  
  1103. Thread 7 (Thread 0x7fffeeffd710 (LWP 2090)):
  1104. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1105.    from /lib/libpthread.so.0
  1106. No symbol table info available.
  1107. #1  0x00007ffff7661b75 in cond_timedwait (this=0x155bce4, mutex=...,
  1108.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1109.         result = <value optimized out>
  1110.         ts = {tv_sec = 0, tv_nsec = 140736481722400}
  1111. #2  ACE_Condition_Thread_Mutex::wait (this=0x155bce4, mutex=...,
  1112.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1113. No locals.
  1114. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1115.     (this=0x155bc60, timeout=0x0)
  1116.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1117.         result = <value optimized out>
  1118. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1119. No symbol table info available.
  1120. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1121.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1122.     at ../../ace/Activation_Queue.cpp:89
  1123.         mb = 0x0
  1124. #6  0x0000000000c2ac60 in DatabaseWorker::svc (this=0x7ffff02dd2c0)
  1125.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1126. No locals.
  1127. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1128.     at ../../ace/Task.cpp:271
  1129.         t = 0x7ffff02dd2c0
  1130.         svc_status = <value optimized out>
  1131. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff02dd3b0)
  1132.     at ../../ace/Thread_Adapter.cpp:94
  1133.         exit_hook_instance = <value optimized out>
  1134.         exit_hook_maybe = {instance_ = 0x0}
  1135.         exit_hook_ptr = <value optimized out>
  1136. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1137. No symbol table info available.
  1138. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1139. No symbol table info available.
  1140. #11 0x0000000000000000 in ?? ()
  1141. No symbol table info available.
  1142.  
  1143. Thread 6 (Thread 0x7fffef7fe710 (LWP 2089)):
  1144. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1145.    from /lib/libpthread.so.0
  1146. No symbol table info available.
  1147. #1  0x00007ffff7661b75 in cond_timedwait (this=0x155bce4, mutex=...,
  1148.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1149.         result = <value optimized out>
  1150.         ts = {tv_sec = 140737222637200, tv_nsec = 140737222637088}
  1151. #2  ACE_Condition_Thread_Mutex::wait (this=0x155bce4, mutex=...,
  1152.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1153. No locals.
  1154. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1155.     (this=0x155bc60, timeout=0x0)
  1156.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1157.         result = <value optimized out>
  1158. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1159. No symbol table info available.
  1160. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1161.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1162.     at ../../ace/Activation_Queue.cpp:89
  1163.         mb = 0x0
  1164. #6  0x0000000000c2ac60 in DatabaseWorker::svc (this=0x7ffff019a370)
  1165.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1166. No locals.
  1167. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1168.     at ../../ace/Task.cpp:271
  1169.         t = 0x7ffff019a370
  1170.         svc_status = <value optimized out>
  1171. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff019a460)
  1172.     at ../../ace/Thread_Adapter.cpp:94
  1173.         exit_hook_instance = <value optimized out>
  1174.         exit_hook_maybe = {instance_ = 0x0}
  1175.         exit_hook_ptr = <value optimized out>
  1176. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1177. No symbol table info available.
  1178. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1179. No symbol table info available.
  1180. #11 0x0000000000000000 in ?? ()
  1181. No symbol table info available.
  1182.  
  1183. Thread 5 (Thread 0x7fffeffff710 (LWP 2088)):
  1184. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1185.    from /lib/libpthread.so.0
  1186. No symbol table info available.
  1187. #1  0x00007ffff7661b75 in cond_timedwait (this=0x155bce4, mutex=...,
  1188.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1189.         result = <value optimized out>
  1190.         ts = {tv_sec = 140737221560032, tv_nsec = 140737221559920}
  1191. #2  ACE_Condition_Thread_Mutex::wait (this=0x155bce4, mutex=...,
  1192.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1193. No locals.
  1194. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1195.     (this=0x155bc60, timeout=0x0)
  1196.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1197.         result = <value optimized out>
  1198. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1199. No symbol table info available.
  1200. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1201.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1202.     at ../../ace/Activation_Queue.cpp:89
  1203.         mb = 0x0
  1204. #6  0x0000000000c2ac60 in DatabaseWorker::svc (this=0x7ffff0054f40)
  1205.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1206. No locals.
  1207. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1208.     at ../../ace/Task.cpp:271
  1209.         t = 0x7ffff0054f40
  1210.         svc_status = <value optimized out>
  1211. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff0054ff0)
  1212.     at ../../ace/Thread_Adapter.cpp:94
  1213.         exit_hook_instance = <value optimized out>
  1214.         exit_hook_maybe = {instance_ = 0x0}
  1215.         exit_hook_ptr = <value optimized out>
  1216. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1217. No symbol table info available.
  1218. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1219. No symbol table info available.
  1220. #11 0x0000000000000000 in ?? ()
  1221. No symbol table info available.
  1222.  
  1223. Thread 4 (Thread 0x7ffff49c9710 (LWP 2087)):
  1224. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1225.    from /lib/libpthread.so.0
  1226. No symbol table info available.
  1227. #1  0x00007ffff7661b75 in cond_timedwait (this=0x155a644, mutex=...,
  1228.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1229.         result = <value optimized out>
  1230.         ts = {tv_sec = 5, tv_nsec = 0}
  1231. #2  ACE_Condition_Thread_Mutex::wait (this=0x155a644, mutex=...,
  1232.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1233. No locals.
  1234. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1235.     (this=0x155a5c0, timeout=0x0)
  1236.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1237.         result = <value optimized out>
  1238. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1239. No symbol table info available.
  1240. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1241.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1242.     at ../../ace/Activation_Queue.cpp:89
  1243.         mb = 0x0
  1244. #6  0x0000000000c2ac60 in DatabaseWorker::svc (this=0x7ffff0020dc0)
  1245.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1246. No locals.
  1247. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1248.     at ../../ace/Task.cpp:271
  1249.         t = 0x7ffff0020dc0
  1250.         svc_status = <value optimized out>
  1251. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff0020eb0)
  1252.     at ../../ace/Thread_Adapter.cpp:94
  1253.         exit_hook_instance = <value optimized out>
  1254.         exit_hook_maybe = {instance_ = 0x0}
  1255.         exit_hook_ptr = <value optimized out>
  1256. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1257. No symbol table info available.
  1258. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1259. No symbol table info available.
  1260. #11 0x0000000000000000 in ?? ()
  1261. No symbol table info available.
  1262.  
  1263. Thread 3 (Thread 0x7ffff53d6710 (LWP 2086)):
  1264. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1265.    from /lib/libpthread.so.0
  1266. No symbol table info available.
  1267. #1  0x00007ffff7661b75 in cond_timedwait (this=0x155a644, mutex=...,
  1268.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1269.         result = <value optimized out>
  1270.         ts = {tv_sec = 22390336, tv_nsec = 22390288}
  1271. #2  ACE_Condition_Thread_Mutex::wait (this=0x155a644, mutex=...,
  1272.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1273. No locals.
  1274. #3  0x000000000073323c in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1275.     (this=0x155a5c0, timeout=0x0)
  1276.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1277.         result = <value optimized out>
  1278. #4  0x00000000007343a6 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1279. No symbol table info available.
  1280. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1281.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1282.     at ../../ace/Activation_Queue.cpp:89
  1283.         mb = 0x0
  1284. #6  0x0000000000c2ac60 in DatabaseWorker::svc (this=0x15783f0)
  1285.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1286. No locals.
  1287. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1288.     at ../../ace/Task.cpp:271
  1289.         t = 0x15783f0
  1290.         svc_status = <value optimized out>
  1291. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x15786f0)
  1292.     at ../../ace/Thread_Adapter.cpp:94
  1293.         exit_hook_instance = <value optimized out>
  1294.         exit_hook_maybe = {instance_ = 0x0}
  1295.         exit_hook_ptr = <value optimized out>
  1296. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1297. No symbol table info available.
  1298. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1299. No symbol table info available.
  1300. #11 0x0000000000000000 in ?? ()
  1301. No symbol table info available.
  1302.  
  1303. Thread 1 (Thread 0x7ffff7fe0720 (LWP 2082)):
  1304. #0  0x00007ffff633bbe5 in pthread_join () from /lib/libpthread.so.0
  1305. No symbol table info available.
  1306. #1  0x00007ffff76f418b in thr_join (this=0x15784a0, task=0x7ffff1958718)
  1307.     at ../../ace/OS_NS_Thread.inl:2788
  1308.         result = 22512800
  1309. #2  ACE_Thread::join (this=0x15784a0, task=0x7ffff1958718)
  1310.     at ../../ace/Thread.inl:137
  1311. No locals.
  1312. #3  ACE_Thread_Manager::wait_task (this=0x15784a0, task=0x7ffff1958718)
  1313.     at ../../ace/Thread_Manager.cpp:1793
  1314.         i = 0
  1315.         copy_count = 1
  1316.         result = <value optimized out>
  1317. #4  0x0000000000a6d160 in ReactorRunnable::Wait (this=0x7fffd5f3fc18)
  1318.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:102
  1319. No locals.
  1320. #5  WorldSocketMgr::Wait (this=0x7fffd5f3fc18)
  1321.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:318
  1322.         i = 1
  1323. #6  0x000000000073b444 in Master::Run (this=0x1577768)
  1324.     at /home/trinity/sources/src/server/worldserver/Master.cpp:279
  1325.         seed1 = {_bn = 0x15777c0, _array = 0x0}
  1326.         pidfile = {static npos = 18446744073709551615,
  1327.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  1328.             _M_p = 0x15781f8 "../logs/core.pid"}}
  1329.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1330.               _vptr.ACE_Event_Handler = 0x1039930,
  1331.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1332.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1333.               reactor_ = 0x0,
  1334.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1335.                   _vptr.Policy = 0x7ffff7946890},
  1336.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1337.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1338.               _vptr.ACE_Event_Handler = 0x1039930,
  1339.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1340.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1341.               reactor_ = 0x0,
  1342.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1343.                   _vptr.Policy = 0x7ffff7946890},
  1344.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1345.         Handler = {_vptr.ACE_Sig_Handler = 0x152f470, static sig_pending_ = 0,
  1346.           static signal_handlers_ = {0x0, 0x0, 0x7fffffffe400,
  1347.             0x0 <repeats 12 times>, 0x7fffffffe3d0, 0x0 <repeats 49 times>}}
  1348.         world_thread = {m_iThreadId = 140736840283920,
  1349.           m_hThreadHandle = 140736840283920, m_task = 0xff3ec00,
  1350.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1351.             _vptr.ACE_TSS = 0x10bb5f0, keylock_ = {lock_ = {__data = {
  1352.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1353.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1354.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1355.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1356.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1357.         cliThread = 0x7fffd5f3f6b0
  1358.         rar_thread = {m_iThreadId = 140736750155536,
  1359.           m_hThreadHandle = 140736750155536, m_task = 0x7ffff243d5a0,
  1360.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1361.             _vptr.ACE_TSS = 0x10bb5f0, keylock_ = {lock_ = {__data = {
  1362.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1363.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1364.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1365.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1366.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1367.         soap_thread = <value optimized out>
  1368.         wsport = <value optimized out>
  1369.         bind_ip = {static npos = 18446744073709551615,
  1370.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7ffff1954d88 "0.0.0.0"}}
  1371. #7  0x0000000000736aff in main (argc=3, argv=<value optimized out>)
  1372.     at /home/trinity/sources/src/server/worldserver/Main.cpp:147
  1373.         cfg_file = 0x7fffffffe922 "../etc/worldserver.conf"
  1374.         c = <value optimized out>
  1375.         ret = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement