Advertisement
Guest User

Untitled

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