Advertisement
Guest User

Untitled

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