Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 101.39 KB | None | 0 0
  1. [New Thread 0x7fffae7ff710 (LWP 7552)]
  2. [New Thread 0x7fffad7ff710 (LWP 7553)]
  3. [New Thread 0x7fffac7ff710 (LWP 7554)]
  4. [New Thread 0x7fffab7ff710 (LWP 7555)]
  5. [New Thread 0x7fffaa7ff710 (LWP 7556)]
  6. [New Thread 0x7fffa97ff710 (LWP 7557)]
  7. [New Thread 0x7fffa87ff710 (LWP 7558)]
  8. [New Thread 0x7fffa77ff710 (LWP 7559)]
  9. [New Thread 0x7fffa67ff710 (LWP 7560)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffc73ff710 (LWP 7542)]
  13. 0x0000000000988a57 in std::_Rb_tree<unsigned long, unsigned long, std::_Identity<unsigned long>, std::less<unsigned long>, std::allocator<unsigned long> >::end
  14.     (this=0x7fffc73fe690, m=...) at /usr/include/c++/4.3/bits/stl_tree.h:617
  15. 617                   (&this->_M_impl._M_header));
  16. #0  0x0000000000988a57 in std::_Rb_tree<unsigned long, unsigned long, std::_Identity<unsigned long>, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...) at /usr/include/c++/4.3/bits/stl_tree.h:617
  17. #1  std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...)
  18.     at /usr/include/c++/4.3/bits/stl_set.h:271
  19. #2  Player::HaveAtClient (this=0x7fffc73fe690, m=...)
  20.     at /home/trinity/sources/src/server/game/Entities/Player/Player.h:2252
  21. #3  Trinity::MessageDistDeliverer::SendPacket (this=0x7fffc73fe690, m=...)
  22.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.h:146
  23. #4  Trinity::MessageDistDeliverer::Visit (this=0x7fffc73fe690, m=...)
  24.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:265
  25. #5  0x00000000008123c1 in VisitorHelper<Trinity::MessageDistDeliverer, Player>
  26.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  27.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  28. #6  VisitorHelper<Trinity::MessageDistDeliverer, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (
  29.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  30.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  31. #7  VisitorHelper<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  32.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  33.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  34. #8  TypeContainerVisitor<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=<value optimized out>, cell=<value optimized out>,
  35.     visitor=...)
  36.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  37. #9  Visit<Trinity::MessageDistDeliverer> (this=<value optimized out>,
  38.     cell=<value optimized out>, visitor=...)
  39.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  40. #10 Visit<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  41.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  42.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  43. #11 Map::Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  44.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  45.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  46. #12 0x0000000000814e06 in void WorldObject::VisitNearbyWorldObject<Trinity::MessageDistDeliverer>(float const&, Trinity::MessageDistDeliverer&) const ()
  47. #13 0x000000000080d738 in WorldObject::SendMessageToSetInRange (
  48.     this=0x7ffeec8dde30, data=<value optimized out>, dist=160)
  49.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:1996
  50. #14 0x00000000008ebbad in Unit::SetRooted (this=0x7fff528b1000,
  51.     apply=<value optimized out>)
  52.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15544
  53. #15 0x0000000000b96885 in Vehicle (this=0x7ffe7119c7e0,
  54.     unit=<value optimized out>, vehInfo=<value optimized out>)
  55.     at /home/trinity/sources/src/server/game/Entities/Vehicle/Vehicle.cpp:48
  56. #16 0x00000000008c2ccb in Unit::CreateVehicleKit (this=0x7fff528b1000,
  57.     id=<value optimized out>)
  58.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15882
  59. #17 0x000000000081dc1c in Creature::CreateFromProto (this=0x7fff528b1000,
  60.     guidlow=226606, Entry=27894, vehId=160, team=1, data=0x0)
  61.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:1263
  62. #18 0x000000000081e6d2 in Creature::Create (this=0x7fff528b1000,
  63.     guidlow=226606, map=<value optimized out>, phaseMask=1, Entry=27894,
  64.     vehId=0, team=1, x=1436.42896, y=110.050003, z=41.4070015, ang=5.4000001,
  65.     data=0x0)
  66.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:764
  67. #19 0x000000000077b6c7 in Battleground::AddCreature (this=0x7ffe7db9d400,
  68.     entry=27894, type=0, teamval=1, x=1436.42896, y=110.050003, z=41.4070015,
  69.     o=5.4000001, respawntime=600)
  70.     at /home/trinity/sources/src/server/game/Battlegrounds/Battleground.cpp:1539
  71. #20 0x000000000075c748 in BattlegroundSA::ResetObjs (this=0x7ffe7db9d400)
  72.     at /home/trinity/sources/src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp:93
  73. #21 0x000000000091b404 in GameObject::Use (this=0x7ffe7ca8f400,
  74.     user=0x7ffe7db3d000)
  75.     at /home/trinity/sources/src/server/game/Entities/GameObject/GameObject.cpp:1178
  76. #22 0x0000000000ae5111 in Spell::EffectOpenLock (this=0x7ffe71113f00,
  77.     effIndex=EFFECT_0)
  78.     at /home/trinity/sources/src/server/game/Spells/SpellEffects.cpp:2770
  79. #23 0x0000000000a86c78 in Spell::DoAllEffectOnTarget (this=0x7ffe71113f00,
  80.     target=<value optimized out>)
  81.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:1615
  82. #24 0x0000000000a86ddc in Spell::handle_immediate (this=0x7ffe71113f00)
  83.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3426
  84. #25 0x0000000000a91f8d in Spell::cast (this=0x7ffe71113f00,
  85.     skipCheck=<value optimized out>)
  86.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3375
  87. #26 0x0000000000a93423 in Spell::prepare (this=0x7ffe71113f00,
  88.     targets=<value optimized out>, triggeredByAura=0x0)
  89.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3090
  90. #27 0x0000000000a3b61f in WorldSession::HandleCastSpellOpcode (
  91.     this=0x7fff3eb48900, recvPacket=...)
  92.     at /home/trinity/sources/src/server/game/Server/Protocol/Handlers/SpellHandler.cpp:407
  93. #28 0x0000000000a6b087 in WorldSession::Update (this=0x7fff3eb48900,
  94.     diff=<value optimized out>, updater=...)
  95.     at /home/trinity/sources/src/server/game/Server/WorldSession.cpp:304
  96. #29 0x00000000009ce1af in Map::Update (this=0x7ffe7b2bb000,
  97.     t_diff=@0x7ffe6ba27db0)
  98.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:516
  99. #30 0x0000000000bb5f2d in MapInstanced::Update (this=0x7ffe7b2a0000,
  100.     t=@0x7ffe6ba27db0)
  101.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:67
  102. #31 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffe6ba27d90)
  103.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  104. #32 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee63218)
  105.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  106. #33 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  107.     at ../../ace/Task.cpp:271
  108. #34 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcbf6ebe0)
  109.     at ../../ace/Thread_Adapter.cpp:94
  110. #35 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  111. #36 0x00007ffff60a202d in clone () from /lib/libc.so.6
  112. #37 0x0000000000000000 in ?? ()
  113. #0  0x0000000000988a57 in std::_Rb_tree<unsigned long, unsigned long, std::_Identity<unsigned long>, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...) at /usr/include/c++/4.3/bits/stl_tree.h:617
  114. No locals.
  115. #1  std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...)
  116.     at /usr/include/c++/4.3/bits/stl_set.h:271
  117. No locals.
  118. #2  Player::HaveAtClient (this=0x7fffc73fe690, m=...)
  119.     at /home/trinity/sources/src/server/game/Entities/Player/Player.h:2252
  120. No locals.
  121. #3  Trinity::MessageDistDeliverer::SendPacket (this=0x7fffc73fe690, m=...)
  122.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.h:146
  123. No locals.
  124. #4  Trinity::MessageDistDeliverer::Visit (this=0x7fffc73fe690, m=...)
  125.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:265
  126.         target = 0x7ffeec8dc000
  127. #5  0x00000000008123c1 in VisitorHelper<Trinity::MessageDistDeliverer, Player>
  128.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  129.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  130. No locals.
  131. #6  VisitorHelper<Trinity::MessageDistDeliverer, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (
  132.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  133.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  134. No locals.
  135. #7  VisitorHelper<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  136.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  137.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  138. No locals.
  139. #8  TypeContainerVisitor<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=<value optimized out>, cell=<value optimized out>,
  140.     visitor=...)
  141.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  142. No locals.
  143. #9  Visit<Trinity::MessageDistDeliverer> (this=<value optimized out>,
  144.     cell=<value optimized out>, visitor=...)
  145.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  146. No locals.
  147. #10 Visit<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  148.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  149.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  150. No locals.
  151. #11 Map::Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  152.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  153.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  154.         x = 34
  155.         y = 32
  156.         cell_x = 7
  157.         cell_y = 0
  158. #12 0x0000000000814e06 in void WorldObject::VisitNearbyWorldObject<Trinity::MessageDistDeliverer>(float const&, Trinity::MessageDistDeliverer&) const ()
  159. No symbol table info available.
  160. #13 0x000000000080d738 in WorldObject::SendMessageToSetInRange (
  161.     this=0x7ffeec8dde30, data=<value optimized out>, dist=160)
  162.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:1996
  163.         notifier = {i_source = 0x7fff528b1000, i_message = 0x7fffc73fe6d0,
  164.           i_phaseMask = 1, i_distSq = 25600, team = 0, skipped_receiver = 0x0}
  165. #14 0x00000000008ebbad in Unit::SetRooted (this=0x7fff528b1000,
  166.     apply=<value optimized out>)
  167.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15544
  168.         data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0,
  169.             _wpos = 5,
  170.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  171.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  172.                   _M_start = 0x7ffe713f78f0 "", _M_finish = 0x7ffe713f78f5 "",
  173.                   _M_end_of_storage = 0x7ffe713f78fa "\002"}}, <No data fields>}}, m_opcode = 232}
  174. #15 0x0000000000b96885 in Vehicle (this=0x7ffe7119c7e0,
  175.     unit=<value optimized out>, vehInfo=<value optimized out>)
  176.     at /home/trinity/sources/src/server/game/Entities/Vehicle/Vehicle.cpp:48
  177. No locals.
  178. #16 0x00000000008c2ccb in Unit::CreateVehicleKit (this=0x7fff528b1000,
  179.     id=<value optimized out>)
  180.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15882
  181.         vehInfo = 0x7fffe3e40ec0
  182. #17 0x000000000081dc1c in Creature::CreateFromProto (this=0x7fff528b1000,
  183.     guidlow=226606, Entry=27894, vehId=160, team=1, data=0x0)
  184.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:1263
  185.         cinfo = 0x0
  186. #18 0x000000000081e6d2 in Creature::Create (this=0x7fff528b1000,
  187.     guidlow=226606, map=<value optimized out>, phaseMask=1, Entry=27894,
  188.     vehId=0, team=1, x=1436.42896, y=110.050003, z=41.4070015, ang=5.4000001,
  189.     data=0x0)
  190.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:764
  191.         bResult = <value optimized out>
  192.         __FUNCTION__ = "Create"
  193. #19 0x000000000077b6c7 in Battleground::AddCreature (this=0x7ffe7db9d400,
  194.     entry=27894, type=0, teamval=1, x=1436.42896, y=110.050003, z=41.4070015,
  195.     o=5.4000001, respawntime=600)
  196.     at /home/trinity/sources/src/server/game/Battlegrounds/Battleground.cpp:1539
  197.         pCreature = 0x7fff528b1000
  198.         cinfo = <value optimized out>
  199. #20 0x000000000075c748 in BattlegroundSA::ResetObjs (this=0x7ffe7db9d400)
  200.     at /home/trinity/sources/src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp:93
  201.         atF = 1732
  202.         defF = 1735
  203. #21 0x000000000091b404 in GameObject::Use (this=0x7ffe7ca8f400,
  204.     user=0x7ffe7db3d000)
  205.     at /home/trinity/sources/src/server/game/Entities/GameObject/GameObject.cpp:1178
  206.         bg = 0x0
  207.         info = 0x7fffddae17c0
  208.         time_to_restore = <value optimized out>
  209.         spellCaster = <value optimized out>
  210.         spellId = <value optimized out>
  211.         spellInfo = <value optimized out>
  212. #22 0x0000000000ae5111 in Spell::EffectOpenLock (this=0x7ffe71113f00,
  213.     effIndex=EFFECT_0)
  214.     at /home/trinity/sources/src/server/game/Spells/SpellEffects.cpp:2770
  215.         lockId = 1634
  216.         guid = 17370386997985879335
  217.         skillId = SKILL_NONE
  218.         reqSkillValue = 0
  219.         skillValue = 32766
  220.         res = SPELL_FAILED_SUCCESS
  221. #23 0x0000000000a86c78 in Spell::DoAllEffectOnTarget (this=0x7ffe71113f00,
  222.     target=<value optimized out>)
  223.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:1615
  224.         effectMask = 1
  225.         go = 0x7ffe7ca8f400
  226. #24 0x0000000000a86ddc in Spell::handle_immediate (this=0x7ffe71113f00)
  227.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3426
  228. No locals.
  229. #25 0x0000000000a91f8d in Spell::cast (this=0x7ffe71113f00,
  230.     skipCheck=<value optimized out>)
  231.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3375
  232. No locals.
  233. #26 0x0000000000a93423 in Spell::prepare (this=0x7ffe71113f00,
  234.     targets=<value optimized out>, triggeredByAura=0x0)
  235.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3090
  236.         result = <value optimized out>
  237. #27 0x0000000000a3b61f in WorldSession::HandleCastSpellOpcode (
  238.     this=0x7fff3eb48900, recvPacket=...)
  239.     at /home/trinity/sources/src/server/game/Server/Protocol/Handlers/SpellHandler.cpp:407
  240.         spellId = <value optimized out>
  241.         castCount = 132 '\204'
  242.         castFlags = <value optimized out>
  243.         mover = 0x7ffe7db3d000
  244.         spellInfo = 0x7fffe4180b18
  245.         targets = {m_srcTransGUID = 0, m_srcTransOffset = {m_positionX = 0,
  246.             m_positionY = 0, m_positionZ = 0, m_orientation = 0}, m_srcPos = {
  247.             m_positionX = 838.272278, m_positionY = -92.5715408,
  248.             m_positionZ = 112.276367, m_orientation = 2.08582067},
  249.           m_dstTransGUID = 0, m_dstTransOffset = {m_positionX = 0,
  250.             m_positionY = 0, m_positionZ = 0, m_orientation = 0},
  251.           m_dstPos = {<Position> = {m_positionX = 838.272278,
  252.               m_positionY = -92.5715408, m_positionZ = 112.276367,
  253.               m_orientation = 2.08582067}, m_mapId = 4294967295},
  254.           m_elevation = 0, m_speed = 0, m_strTarget = {
  255.             static npos = 18446744073709551615,
  256.             _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x15481b8 ""}},
  257.           m_targetMask = 2048, m_unitTarget = 0x0,
  258.           m_GOTarget = 0x7ffe7ca8f400, m_itemTarget = 0x0,
  259.           m_unitTargetGUID = 0, m_GOTargetGUID = 17370386997985879335,
  260.           m_CorpseTargetGUID = 0, m_itemTargetGUID = 0, m_itemTargetEntry = 0}
  261.         spell = <value optimized out>
  262. #28 0x0000000000a6b087 in WorldSession::Update (this=0x7fff3eb48900,
  263.     diff=<value optimized out>, updater=...)
  264.     at /home/trinity/sources/src/server/game/Server/WorldSession.cpp:304
  265.         packet = 0x7fffa5951550
  266. #29 0x00000000009ce1af in Map::Update (this=0x7ffe7b2bb000,
  267.     t_diff=@0x7ffe6ba27db0)
  268.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:516
  269.         pSession = 0x7ffeec8dde30
  270.         updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1095810,
  271.             m_pSession = 0x7fff3eb48900}, <No data fields>}
  272.         plr = 0x0
  273.         updater = {i_timeDiff = 102}
  274.         grid_object_update = {i_visitor = @0x7fffc73fedd0}
  275.         world_object_update = {i_visitor = @0x7fffc73fedd0}
  276. #30 0x0000000000bb5f2d in MapInstanced::Update (this=0x7ffe7b2a0000,
  277.     t=@0x7ffe6ba27db0)
  278.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:67
  279.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7ffe7b232e20,
  280.             _M_cur_bucket = 0x7ffe7dbd86d0}, <No data fields>}
  281. #31 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffe6ba27d90)
  282.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  283. No locals.
  284. #32 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee63218)
  285.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  286.         rq = 0x7ffe6ba27d90
  287. #33 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  288.     at ../../ace/Task.cpp:271
  289.         t = 0x7fffcee63218
  290.         svc_status = <value optimized out>
  291. #34 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcbf6ebe0)
  292.     at ../../ace/Thread_Adapter.cpp:94
  293.         exit_hook_instance = <value optimized out>
  294.         exit_hook_maybe = {instance_ = 0x0}
  295.         exit_hook_ptr = <value optimized out>
  296. #35 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  297. No symbol table info available.
  298. #36 0x00007ffff60a202d in clone () from /lib/libc.so.6
  299. No symbol table info available.
  300. #37 0x0000000000000000 in ?? ()
  301. No symbol table info available.
  302.   28 Thread 0x7fffa67ff710 (LWP 7560)  0xffffffffff60012d in ?? ()
  303.   27 Thread 0x7fffa77ff710 (LWP 7559)  0x00007ffff60a2623 in epoll_wait ()
  304.    from /lib/libc.so.6
  305.   26 Thread 0x7fffa87ff710 (LWP 7558)  0x00007ffff60a2623 in epoll_wait ()
  306.    from /lib/libc.so.6
  307.   25 Thread 0x7fffa97ff710 (LWP 7557)  0x00007ffff60a2623 in epoll_wait ()
  308.    from /lib/libc.so.6
  309.   24 Thread 0x7fffaa7ff710 (LWP 7556)  0x00007ffff60a2623 in epoll_wait ()
  310.    from /lib/libc.so.6
  311.   23 Thread 0x7fffab7ff710 (LWP 7555)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  312.   22 Thread 0x7fffac7ff710 (LWP 7554)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  313.   21 Thread 0x7fffad7ff710 (LWP 7553)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  314.   20 Thread 0x7fffae7ff710 (LWP 7552)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  315.   19 Thread 0x7fffaf7ff710 (LWP 7551)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  316.   18 Thread 0x7fffb07ff710 (LWP 7550)  0x00007ffff63427dd in nanosleep ()
  317.    from /lib/libpthread.so.0
  318.   17 Thread 0x7fffb17fe710 (LWP 7549)  0x00007ffff609b8d3 in select ()
  319.    from /lib/libc.so.6
  320.   15 Thread 0x7fffbd7ff710 (LWP 7547)  0x00007ffff609b8d3 in select ()
  321.    from /lib/libc.so.6
  322.   14 Thread 0x7fffbe7ff710 (LWP 7546)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  323.   13 Thread 0x7fffc4bff710 (LWP 7545)  0x00000000009c5b67 in Map::EnsureGridLoaded (this=0x7fffcec44000, cell=...)
  324.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:364
  325.   12 Thread 0x7fffc5bff710 (LWP 7544)  Object::GetGUID (this=0x7fff30a080c0,
  326.     diff=102, owner=0x7ffe9a914000)
  327.     at /home/trinity/sources/src/server/game/Entities/Object/Object.h:152
  328.   11 Thread 0x7fffc6bfe710 (LWP 7543)  0x0000000000988574 in LinkedListElement::isInList (this=0x7fffc6bfdaa0, m=...)
  329.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:40
  330. * 10 Thread 0x7fffc73ff710 (LWP 7542)  0x0000000000988a57 in std::_Rb_tree<unsigned long, unsigned long, std::_Identity<unsigned long>, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...)
  331.     at /usr/include/c++/4.3/bits/stl_tree.h:617
  332.   9 Thread 0x7fffedbff710 (LWP 7537)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  333.   8 Thread 0x7fffeefff710 (LWP 7536)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  334.   7 Thread 0x7fffeffff710 (LWP 7535)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  335.   6 Thread 0x7ffff13ff710 (LWP 7534)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  336.   5 Thread 0x7ffff23ff710 (LWP 7533)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  337.   4 Thread 0x7ffff33ff710 (LWP 7532)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  338.   3 Thread 0x7ffff43ff710 (LWP 7531)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  339.   1 Thread 0x7ffff7fe0720 (LWP 7527)  0x00007ffff633bbe5 in pthread_join ()
  340.    from /lib/libpthread.so.0
  341.  
  342. Thread 28 (Thread 0x7fffa67ff710 (LWP 7560)):
  343. #0  0xffffffffff60012d in ?? ()
  344. No symbol table info available.
  345. #1  0x00007ffff7ffb5f3 in ?? ()
  346. No symbol table info available.
  347. #2  0x00007ffff7ffb6a5 in gettimeofday ()
  348. No symbol table info available.
  349. #3  0x00007ffff6064bca in gettimeofday () from /lib/libc.so.6
  350. No symbol table info available.
  351. #4  0x00007ffff766d3da in gettimeofday (this=0x7fffa67fed70)
  352.     at ../../ace/OS_NS_sys_time.inl:53
  353.         tv = {tv_sec = 1293114277, tv_usec = 972307549}
  354.         result = -614408245
  355. #5  ACE_Countdown_Time::start (this=0x7fffa67fed70)
  356.     at ../../ace/Countdown_Time.cpp:29
  357. No locals.
  358. #6  0x00007ffff7675150 in ACE_Countdown_Time::update (this=0x7fffbf29e580,
  359.     max_wait_time=0x7fffa67fee30) at ../../ace/Countdown_Time.inl:17
  360. No locals.
  361. #7  ACE_Dev_Poll_Reactor::handle_events (this=0x7fffbf29e580,
  362.     max_wait_time=0x7fffa67fee30) at ../../ace/Dev_Poll_Reactor.cpp:1013
  363.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  364.           max_wait_time_ = 0x7fffa67fee30, start_time_ = {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 = 1293114278, tv_usec = 393375}}, stopped_ = true}
  371.         guard = {token_ = @0x7fffbf29e5f8, owner_ = 1}
  372.         result = -1
  373. #8  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  374.     this=0x7fffbf3ff940, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  375.         result = 0
  376. #9  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2ffde8)
  377.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  378.         interval = {static zero = {
  379.             static zero = <same as static member of an already seen type>,
  380.             static max_time = {
  381.               static zero = <same as static member of an already seen type>,
  382.               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}},
  383.           static max_time = <same as static member of an already seen type>,
  384.           tv_ = {tv_sec = 0, tv_usec = 506}}
  385. #10 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  386.     at ../../ace/Task.cpp:271
  387.         t = 0x7fffbf2ffde8
  388.         svc_status = <value optimized out>
  389. #11 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccb62220)
  390.     at ../../ace/Thread_Adapter.cpp:94
  391.         exit_hook_instance = <value optimized out>
  392.         exit_hook_maybe = {instance_ = 0x0}
  393.         exit_hook_ptr = <value optimized out>
  394. #12 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  395. No symbol table info available.
  396. #13 0x00007ffff60a202d in clone () from /lib/libc.so.6
  397. No symbol table info available.
  398. #14 0x0000000000000000 in ?? ()
  399. No symbol table info available.
  400.  
  401. Thread 27 (Thread 0x7fffa77ff710 (LWP 7559)):
  402. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  403. No symbol table info available.
  404. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  405.     this=0x7fffbf29e400, max_wait_time=<value optimized out>)
  406.     at ../../ace/Dev_Poll_Reactor.cpp:960
  407.         timer_buf = {static zero = {
  408.             static zero = <same as static member of an already seen type>,
  409.             static max_time = {
  410.               static zero = <same as static member of an already seen type>,
  411.               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}},
  412.           static max_time = <same as static member of an already seen type>,
  413.           tv_ = {tv_sec = 0, tv_usec = 3511}}
  414.         this_timeout = <value optimized out>
  415.         timeout = 3
  416.         nfds = <value optimized out>
  417. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  418.     this=0x7fffbf29e400, max_wait_time=0x7fffa77fee30, guard=...)
  419.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  420.         result = <value optimized out>
  421. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  422.     this=0x7fffbf29e400, max_wait_time=0x7fffa77fee30)
  423.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  424.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  425.           max_wait_time_ = 0x7fffa77fee30, start_time_ = {static zero = {
  426.               static zero = <same as static member of an already seen type>,
  427.               static max_time = {
  428.                 static zero = <same as static member of an already seen type>,
  429.                 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  430.             static max_time = <same as static member of an already seen type>,
  431.             tv_ = {tv_sec = 1293114278, tv_usec = 393166}}, stopped_ = false}
  432.         guard = {token_ = @0x7fffbf29e478, owner_ = 1}
  433.         result = -1
  434. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  435.     this=0x7fffbf3ff900, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  436.         result = 1
  437. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2ffcb0)
  438.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  439.         interval = {static zero = {
  440.             static zero = <same as static member of an already seen type>,
  441.             static max_time = {
  442.               static zero = <same as static member of an already seen type>,
  443.               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}},
  444.           static max_time = <same as static member of an already seen type>,
  445.           tv_ = {tv_sec = 0, tv_usec = 3511}}
  446. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  447.     at ../../ace/Task.cpp:271
  448.         t = 0x7fffbf2ffcb0
  449.         svc_status = <value optimized out>
  450. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccb621c0)
  451.     at ../../ace/Thread_Adapter.cpp:94
  452.         exit_hook_instance = <value optimized out>
  453.         exit_hook_maybe = {instance_ = 0x0}
  454.         exit_hook_ptr = <value optimized out>
  455. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  456. No symbol table info available.
  457. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  458. No symbol table info available.
  459. #10 0x0000000000000000 in ?? ()
  460. No symbol table info available.
  461.  
  462. Thread 26 (Thread 0x7fffa87ff710 (LWP 7558)):
  463. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  464. No symbol table info available.
  465. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  466.     this=0x7fffbf29e280, max_wait_time=<value optimized out>)
  467.     at ../../ace/Dev_Poll_Reactor.cpp:960
  468.         timer_buf = {static zero = {
  469.             static zero = <same as static member of an already seen type>,
  470.             static max_time = {
  471.               static zero = <same as static member of an already seen type>,
  472.               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}},
  473.           static max_time = <same as static member of an already seen type>,
  474.           tv_ = {tv_sec = 0, tv_usec = 3722}}
  475.         this_timeout = <value optimized out>
  476.         timeout = 3
  477.         nfds = <value optimized out>
  478. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  479.     this=0x7fffbf29e280, max_wait_time=0x7fffa87fee30, guard=...)
  480.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  481.         result = <value optimized out>
  482. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  483.     this=0x7fffbf29e280, max_wait_time=0x7fffa87fee30)
  484.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  485.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  486.           max_wait_time_ = 0x7fffa87fee30, start_time_ = {static zero = {
  487.               static zero = <same as static member of an already seen type>,
  488.               static max_time = {
  489.                 static zero = <same as static member of an already seen type>,
  490.                 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}},
  491.             static max_time = <same as static member of an already seen type>,
  492.             tv_ = {tv_sec = 1293114278, tv_usec = 393326}}, stopped_ = false}
  493.         guard = {token_ = @0x7fffbf29e2f8, owner_ = 1}
  494.         result = -1
  495. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  496.     this=0x7fffbf3ff8c0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  497.         result = 1
  498. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2ffb78)
  499.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  500.         interval = {static zero = {
  501.             static zero = <same as static member of an already seen type>,
  502.             static max_time = {
  503.               static zero = <same as static member of an already seen type>,
  504.               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}},
  505.           static max_time = <same as static member of an already seen type>,
  506.           tv_ = {tv_sec = 0, tv_usec = 3722}}
  507. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  508.     at ../../ace/Task.cpp:271
  509.         t = 0x7fffbf2ffb78
  510.         svc_status = <value optimized out>
  511. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccb62160)
  512.     at ../../ace/Thread_Adapter.cpp:94
  513.         exit_hook_instance = <value optimized out>
  514.         exit_hook_maybe = {instance_ = 0x0}
  515.         exit_hook_ptr = <value optimized out>
  516. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  517. No symbol table info available.
  518. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  519. No symbol table info available.
  520. #10 0x0000000000000000 in ?? ()
  521. No symbol table info available.
  522.  
  523. Thread 25 (Thread 0x7fffa97ff710 (LWP 7557)):
  524. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  525. No symbol table info available.
  526. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  527.     this=0x7fffbf29e100, max_wait_time=<value optimized out>)
  528.     at ../../ace/Dev_Poll_Reactor.cpp:960
  529.         timer_buf = {static zero = {
  530.             static zero = <same as static member of an already seen type>,
  531.             static max_time = {
  532.               static zero = <same as static member of an already seen type>,
  533.               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}},
  534.           static max_time = <same as static member of an already seen type>,
  535.           tv_ = {tv_sec = 0, tv_usec = 9371}}
  536.         this_timeout = <value optimized out>
  537.         timeout = 9
  538.         nfds = <value optimized out>
  539. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  540.     this=0x7fffbf29e100, max_wait_time=0x7fffa97fee30, guard=...)
  541.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  542.         result = <value optimized out>
  543. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  544.     this=0x7fffbf29e100, max_wait_time=0x7fffa97fee30)
  545.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  546.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  547.           max_wait_time_ = 0x7fffa97fee30, start_time_ = {static zero = {
  548.               static zero = <same as static member of an already seen type>,
  549.               static max_time = {
  550.                 static zero = <same as static member of an already seen type>,
  551.                 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}},
  552.             static max_time = <same as static member of an already seen type>,
  553.             tv_ = {tv_sec = 1293114278, tv_usec = 393102}}, stopped_ = false}
  554.         guard = {token_ = @0x7fffbf29e178, owner_ = 1}
  555.         result = -1
  556. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  557.     this=0x7fffbf3ff880, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  558.         result = 1
  559. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2ffa40)
  560.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  561.         interval = {static zero = {
  562.             static zero = <same as static member of an already seen type>,
  563.             static max_time = {
  564.               static zero = <same as static member of an already seen type>,
  565.               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}},
  566.           static max_time = <same as static member of an already seen type>,
  567.           tv_ = {tv_sec = 0, tv_usec = 9371}}
  568. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  569.     at ../../ace/Task.cpp:271
  570.         t = 0x7fffbf2ffa40
  571.         svc_status = <value optimized out>
  572. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccb62100)
  573.     at ../../ace/Thread_Adapter.cpp:94
  574.         exit_hook_instance = <value optimized out>
  575.         exit_hook_maybe = {instance_ = 0x0}
  576.         exit_hook_ptr = <value optimized out>
  577. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  578. No symbol table info available.
  579. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  580. No symbol table info available.
  581. #10 0x0000000000000000 in ?? ()
  582. No symbol table info available.
  583.  
  584. Thread 24 (Thread 0x7fffaa7ff710 (LWP 7556)):
  585. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  586. No symbol table info available.
  587. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  588.     this=0x7fffbf29df80, max_wait_time=<value optimized out>)
  589.     at ../../ace/Dev_Poll_Reactor.cpp:960
  590.         timer_buf = {static zero = {
  591.             static zero = <same as static member of an already seen type>,
  592.             static max_time = {
  593.               static zero = <same as static member of an already seen type>,
  594.               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}},
  595.           static max_time = <same as static member of an already seen type>,
  596.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  597.         this_timeout = <value optimized out>
  598.         timeout = 9
  599.         nfds = <value optimized out>
  600. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  601.     this=0x7fffbf29df80, max_wait_time=0x7fffaa7fee30, guard=...)
  602.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  603.         result = <value optimized out>
  604. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  605.     this=0x7fffbf29df80, max_wait_time=0x7fffaa7fee30)
  606.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  607.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  608.           max_wait_time_ = 0x7fffaa7fee30, start_time_ = {static zero = {
  609.               static zero = <same as static member of an already seen type>,
  610.               static max_time = {
  611.                 static zero = <same as static member of an already seen type>,
  612.                 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}},
  613.             static max_time = <same as static member of an already seen type>,
  614.             tv_ = {tv_sec = 1293114278, tv_usec = 387629}}, stopped_ = false}
  615.         guard = {token_ = @0x7fffbf29dff8, owner_ = 1}
  616.         result = -1
  617. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  618.     this=0x7fffbf3ff840, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  619.         result = -1087375096
  620. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2ff908)
  621.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  622.         interval = {static zero = {
  623.             static zero = <same as static member of an already seen type>,
  624.             static max_time = {
  625.               static zero = <same as static member of an already seen type>,
  626.               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}},
  627.           static max_time = <same as static member of an already seen type>,
  628.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  629. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  630.     at ../../ace/Task.cpp:271
  631.         t = 0x7fffbf2ff908
  632.         svc_status = <value optimized out>
  633. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccb62040)
  634.     at ../../ace/Thread_Adapter.cpp:94
  635.         exit_hook_instance = <value optimized out>
  636.         exit_hook_maybe = {instance_ = 0x0}
  637.         exit_hook_ptr = <value optimized out>
  638. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  639. No symbol table info available.
  640. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  641. No symbol table info available.
  642. #10 0x0000000000000000 in ?? ()
  643. No symbol table info available.
  644.  
  645. Thread 23 (Thread 0x7fffab7ff710 (LWP 7555)):
  646. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  647.    from /lib/libpthread.so.0
  648. No symbol table info available.
  649. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf80a184, mutex=...,
  650.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  651.         result = <value optimized out>
  652.         ts = {tv_sec = 140737299682792, tv_nsec = 64}
  653. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf80a184, mutex=...,
  654.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  655. No locals.
  656. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  657.     (this=0x7fffaf80a100, timeout=0x0)
  658.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  659.         result = <value optimized out>
  660. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  661. No symbol table info available.
  662. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  663. No symbol table info available.
  664. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  665.     at ../../ace/Task.cpp:271
  666.         t = 0x7fffb17fddc0
  667.         svc_status = <value optimized out>
  668. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf80e280)
  669.     at ../../ace/Thread_Adapter.cpp:94
  670.         exit_hook_instance = <value optimized out>
  671.         exit_hook_maybe = {instance_ = 0x0}
  672.         exit_hook_ptr = <value optimized out>
  673. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  674. No symbol table info available.
  675. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  676. No symbol table info available.
  677. #10 0x0000000000000000 in ?? ()
  678. No symbol table info available.
  679.  
  680. Thread 22 (Thread 0x7fffac7ff710 (LWP 7554)):
  681. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  682.    from /lib/libpthread.so.0
  683. No symbol table info available.
  684. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf80a184, mutex=...,
  685.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  686.         result = <value optimized out>
  687.         ts = {tv_sec = 140737299679784, tv_nsec = 64}
  688. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf80a184, mutex=...,
  689.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  690. No locals.
  691. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  692.     (this=0x7fffaf80a100, timeout=0x0)
  693.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  694.         result = <value optimized out>
  695. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  696. No symbol table info available.
  697. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  698. No symbol table info available.
  699. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  700.     at ../../ace/Task.cpp:271
  701.         t = 0x7fffb17fddc0
  702.         svc_status = <value optimized out>
  703. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf80e220)
  704.     at ../../ace/Thread_Adapter.cpp:94
  705.         exit_hook_instance = <value optimized out>
  706.         exit_hook_maybe = {instance_ = 0x0}
  707.         exit_hook_ptr = <value optimized out>
  708. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  709. No symbol table info available.
  710. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  711. No symbol table info available.
  712. #10 0x0000000000000000 in ?? ()
  713. No symbol table info available.
  714.  
  715. Thread 21 (Thread 0x7fffad7ff710 (LWP 7553)):
  716. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  717.    from /lib/libpthread.so.0
  718. No symbol table info available.
  719. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf80a184, mutex=...,
  720.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  721.         result = <value optimized out>
  722.         ts = {tv_sec = 140737299676776, tv_nsec = 64}
  723. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf80a184, mutex=...,
  724.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  725. No locals.
  726. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  727.     (this=0x7fffaf80a100, timeout=0x0)
  728.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  729.         result = <value optimized out>
  730. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  731. No symbol table info available.
  732. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  733. No symbol table info available.
  734. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  735.     at ../../ace/Task.cpp:271
  736.         t = 0x7fffb17fddc0
  737.         svc_status = <value optimized out>
  738. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf80e1c0)
  739.     at ../../ace/Thread_Adapter.cpp:94
  740.         exit_hook_instance = <value optimized out>
  741.         exit_hook_maybe = {instance_ = 0x0}
  742.         exit_hook_ptr = <value optimized out>
  743. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  744. No symbol table info available.
  745. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  746. No symbol table info available.
  747. #10 0x0000000000000000 in ?? ()
  748. No symbol table info available.
  749.  
  750. Thread 20 (Thread 0x7fffae7ff710 (LWP 7552)):
  751. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  752.    from /lib/libpthread.so.0
  753. No symbol table info available.
  754. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf80a184, mutex=...,
  755.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  756.         result = <value optimized out>
  757.         ts = {tv_sec = 140737299673768, tv_nsec = 64}
  758. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf80a184, mutex=...,
  759.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  760. No locals.
  761. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  762.     (this=0x7fffaf80a100, timeout=0x0)
  763.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  764.         result = <value optimized out>
  765. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  766. No symbol table info available.
  767. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  768. No symbol table info available.
  769. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  770.     at ../../ace/Task.cpp:271
  771.         t = 0x7fffb17fddc0
  772.         svc_status = <value optimized out>
  773. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf80e160)
  774.     at ../../ace/Thread_Adapter.cpp:94
  775.         exit_hook_instance = <value optimized out>
  776.         exit_hook_maybe = {instance_ = 0x0}
  777.         exit_hook_ptr = <value optimized out>
  778. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  779. No symbol table info available.
  780. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  781. No symbol table info available.
  782. #10 0x0000000000000000 in ?? ()
  783. No symbol table info available.
  784.  
  785. Thread 19 (Thread 0x7fffaf7ff710 (LWP 7551)):
  786. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  787.    from /lib/libpthread.so.0
  788. No symbol table info available.
  789. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf80a184, mutex=...,
  790.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  791.         result = <value optimized out>
  792.         ts = {tv_sec = 140737299670760, tv_nsec = 64}
  793. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf80a184, mutex=...,
  794.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  795. No locals.
  796. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  797.     (this=0x7fffaf80a100, timeout=0x0)
  798.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  799.         result = <value optimized out>
  800. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  801. No symbol table info available.
  802. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  803. No symbol table info available.
  804. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  805.     at ../../ace/Task.cpp:271
  806.         t = 0x7fffb17fddc0
  807.         svc_status = <value optimized out>
  808. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf80e0a0)
  809.     at ../../ace/Thread_Adapter.cpp:94
  810.         exit_hook_instance = <value optimized out>
  811.         exit_hook_maybe = {instance_ = 0x0}
  812.         exit_hook_ptr = <value optimized out>
  813. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  814. No symbol table info available.
  815. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  816. No symbol table info available.
  817. #10 0x0000000000000000 in ?? ()
  818. No symbol table info available.
  819.  
  820. Thread 18 (Thread 0x7fffb07ff710 (LWP 7550)):
  821. #0  0x00007ffff63427dd in nanosleep () from /lib/libpthread.so.0
  822. No symbol table info available.
  823. #1  0x0000000000c3cd99 in sleep (msecs=<value optimized out>)
  824.     at /usr/local/include/ace/OS_NS_unistd.inl:951
  825.         rqtp = {tv_sec = 1, tv_nsec = 0}
  826. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  827.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:231
  828. No locals.
  829. #3  0x000000000073e79e in FreezeDetectorRunnable::run (this=0x7fffbe91db50)
  830.     at /home/trinity/sources/src/server/worldserver/Master.cpp:92
  831.         curtime = 0
  832. #4  0x0000000000c3d04a in ACE_Based::Thread::ThreadTask (param=0x7fffb07fee00)
  833.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  834. No locals.
  835. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  836. No symbol table info available.
  837. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  838. No symbol table info available.
  839. #7  0x0000000000000000 in ?? ()
  840. No symbol table info available.
  841.  
  842. Thread 17 (Thread 0x7fffb17fe710 (LWP 7549)):
  843. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  844. No symbol table info available.
  845. #1  0x0000000001015f35 in tcp_select (soap=0x7fffb17e25a0, s=39,
  846.     flags=<value optimized out>, timeout=3)
  847.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4366
  848.         r = <value optimized out>
  849.         tv = {tv_sec = 1, tv_usec = 532000}
  850.         fd = {{fds_bits = {549755813888, 0 <repeats 15 times>}}, {fds_bits = {
  851.               549755813888, 0 <repeats 15 times>}}, {fds_bits = {549755813888,
  852.               0 <repeats 15 times>}}}
  853.         rfd = 0x7fffb17e2350
  854.         sfd = 0x7fffb17e23d0
  855.         efd = 0x7fffb17e2450
  856. #2  0x00000000010254c3 in soap_accept (soap=0x7fffb17e25a0)
  857.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4770
  858.         r = -514
  859.         err = -514
  860.         n = 16
  861.         len = 65536
  862.         set = 1
  863. #3  0x000000000073787f in TCSoapRunnable::run (this=<value optimized out>)
  864.     at /home/trinity/sources/src/server/worldserver/TCSoap/TCSoap.cpp:49
  865.         thread_soap = 0x103f11a
  866.         mb = <value optimized out>
  867.         pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x104b4b0,
  868.                   reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  869.                       value_ = 1}, <No data fields>}, priority_ = 0,
  870.                   reactor_ = 0x0,
  871.                   reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  872.                       _vptr.Policy = 0x7ffff7946890},
  873.                     value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {
  874.                   _vptr.ACE_Shared_Object = 0x104b5b0}, <No data fields>},
  875.               thr_count_ = 5, thr_mgr_ = 0x7ffff442f3c0, flags_ = 0,
  876.               grp_id_ = 9, lock_ = {lock_ = {__data = {__lock = 0,
  877.                     __count = 0, __owner = 0, __nusers = 0, __kind = 0,
  878.                     __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  879.                   __size = '\000' <repeats 39 times>, __align = 0},
  880.                 removed_ = false}, last_thread_id_ = 0},
  881.             msg_queue_ = 0x7fffaf80a100, delete_msg_queue_ = true, mod_ = 0x0,
  882.             next_ = 0x0}, <No data fields>}
  883.         soap = {_vptr.soap = 0x11d4530, state = 1, version = 0, mode = 0,
  884.           imode = 2097152, omode = 2097152, float_format = 0x11d0a56 "%.9G",
  885.           double_format = 0x11d0a5b "%.17lG",
  886.           dime_id_format = 0x11d0a62 "cid:id%d",
  887.           http_version = 0x11d0a6b "1.1", http_content = 0x0,
  888.           encodingStyle = 0x11d3a60 "", actor = 0x0, lang = 0x11d1639 "en",
  889.           recv_timeout = 5, send_timeout = 5, connect_timeout = 0,
  890.           accept_timeout = 3, socket_flags = 0, connect_flags = 0,
  891.           bind_flags = 0, accept_flags = 0, linger_time = 0,
  892.           namespaces = 0x1535780, local_namespaces = 0x0, nlist = 0x0,
  893.           blist = 0x0, clist = 0x7fffaf815040, alist = 0x0, iht = {
  894.             0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>},
  895.           pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fffaf816060,
  896.           idnum = 0, user = 0x0, plugins = 0x0, userid = 0x0, passwd = 0x0,
  897.           fpost = 0x10377d0 <http_post>, fget = 0x1013260 <http_get>,
  898.           fput = 0x1027200 <http_put>, fdel = 0x1013270 <http_405>,
  899.           fopt = 0x1013270 <http_405>, fhead = 0x1013270 <http_405>,
  900.           fform = 0, fposthdr = 0x101d170 <http_post_header>,
  901.           fresponse = 0x1018180 <http_response>,
  902.           fparse = 0x1026bd0 <http_parse>,
  903.           fparsehdr = 0x1034aa0 <http_parse_header>, fheader = 0,
  904.           fresolve = 0x101a5c0 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  905.           fclosesocket = 0x101a5a0 <tcp_closesocket>,
  906.           fshutdownsocket = 0x101a590 <tcp_shutdownsocket>,
  907.           fopen = 0x102bac0 <tcp_connect>, faccept = 0x101a5b0 <tcp_accept>,
  908.           fclose = 0x1013150 <tcp_disconnect>, fsend = 0x101a250 <fsend>,
  909.           frecv = 0x101a000 <frecv>, fpoll = 0x101c160 <soap_poll>,
  910.           fseterror = 0, fignore = 0, fserveloop = 0,
  911.           fplugin = 0x1018120 <fplugin>, fmalloc = 0, fprepareinitsend = 0,
  912.           fprepareinitrecv = 0, fpreparesend = 0, fpreparerecv = 0,
  913.           fpreparefinalsend = 0, fpreparefinalrecv = 0, fdimereadopen = 0,
  914.           fdimewriteopen = 0, fdimereadclose = 0, fdimewriteclose = 0,
  915.           fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  916.           fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0,
  917.           fmimeread = 0, fmimewrite = 0, master = 39, socket = -1, os = 0x0,
  918.           is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0,
  919.           cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0,
  920.           lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>,
  921.           msgbuf = '\000' <repeats 1023 times>,
  922.           tmpbuf = '\000' <repeats 1023 times>,
  923.           tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>,
  924.           href = '\000' <repeats 1023 times>,
  925.           type = '\000' <repeats 1023 times>,
  926.           arrayType = '\000' <repeats 1023 times>,
  927.           arraySize = '\000' <repeats 1023 times>,
  928.           arrayOffset = '\000' <repeats 1023 times>, other = 0, position = 0,
  929.           positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  930.           encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9,
  931.           alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0,
  932.           endpoint = '\000' <repeats 1023 times>,
  933.           path = '\000' <repeats 1023 times>,
  934.           host = '\000' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  935.           prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0,
  936.           tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  937.           max_keep_alive = 100, proxy_http_version = 0x11d0a6f "1.0",
  938.           proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0,
  939.           proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0,
  940.           errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0,
  941.             chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0,
  942.             type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  943.           mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0,
  944.             last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {
  945.             0x0, 0x0, 0x0}, mht = {0x0 <repeats 903 times>, 0x7fffaf800088,
  946.             0x1, 0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffaf800058, 0x1,
  947.             0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x7fffaf800028,
  948.             0x0 <repeats 13 times>, 0x7fffcc805b78, 0xffffffff,
  949.             0x7fffcc805110, 0xffffffff, 0x7fffcc8050c8, 0x1, 0x7ffff4c00f40,
  950.             0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffcc8050c8, 0x1,
  951.             0x7ffff4c01198, 0x0 <repeats 74 times>}, wsuid = 0x0,
  952.           c14nexclude = 0x0, cookies = 0x0, cookie_domain = 0x0,
  953.           cookie_path = 0x0, cookie_max = 32, ipv6_multicast_if = 0,
  954.           ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0, peer = {
  955.             sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0},
  956.             sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16,
  957.           fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0,
  958.           session = 0x0, dh_params = 0x0, rsa_params = 0x0, ssl_flags = 0,
  959.           keyfile = 0x0, password = 0x0, cafile = 0x0, capath = 0x0,
  960.           crlfile = 0x0,
  961.           session_host = '\000' <repeats 856 times>, \224\004\001", '\000' <repeats 12 times>, "Z\224\004\001\000\000\000\000\000\000\200¯ÿ\177\000\000\000\000\200¯ÿ\177\000\000\b\000\000\000\000\000\000\000! \004\001\000\000\000\000ø\003\000\000\000\000\000\000ö\003\000\000\000\000\000\000\230ÍÀôÿ\177\000\000\000\000@\000\000\000\001\000\000\000\200¯ÿ\177\000\000@ÍÀôÿ\177\000\000\000\200\200¯ÿ\177\000\000\001\000\000\000\000\000\000\000ÀÍÀôÿ\177\000\000\000\000\000\000\000\000\000\000\020ç\177±ÿ\177\000\000º/\004\001\000\000\000\000HÍÀôÿ\177\000\000@ÍÀôÿ\177\000", session_port = -1350541312, c_locale = 0x0, d_stream = 0x2001,
  962.           z_crc = -134229952, z_dict = 0x7ffff4c0cd40 "\021",
  963.           z_dict_len = 4106276168, zlib_state = 32767, zlib_in = 0,
  964.           zlib_out = 4097, z_buf = 0x0, z_buflen = 140736171337368,
  965.           z_level = 15294, z_ratio_in = 0, z_ratio_out = -1.21730977e+32}
  966. #4  0x0000000000c3d04a in ACE_Based::Thread::ThreadTask (param=0x28)
  967.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  968. No locals.
  969. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  970. No symbol table info available.
  971. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  972. No symbol table info available.
  973. #7  0x0000000000000000 in ?? ()
  974. No symbol table info available.
  975.  
  976. Thread 15 (Thread 0x7fffbd7ff710 (LWP 7547)):
  977. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  978. No symbol table info available.
  979. #1  0x00007ffff7981830 in ?? () from /lib/libreadline.so.5
  980. No symbol table info available.
  981. #2  0x00007ffff7981a6d in rl_read_key () from /lib/libreadline.so.5
  982. No symbol table info available.
  983. #3  0x00007ffff796ed61 in readline_internal_char () from /lib/libreadline.so.5
  984. No symbol table info available.
  985. #4  0x00007ffff796f245 in readline () from /lib/libreadline.so.5
  986. No symbol table info available.
  987. #5  0x000000000072e04e in CliRunnable::run (this=<value optimized out>)
  988.     at /home/trinity/sources/src/server/worldserver/CommandLine/CliRunnable.cpp:589
  989.         command_str = 0x7fffb29ef490 "\020\234\004\001"
  990. #6  0x0000000000c3d04a in ACE_Based::Thread::ThreadTask (param=0x1)
  991.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  992. No locals.
  993. #7  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  994. No symbol table info available.
  995. #8  0x00007ffff60a202d in clone () from /lib/libc.so.6
  996. No symbol table info available.
  997. #9  0x0000000000000000 in ?? ()
  998. No symbol table info available.
  999.  
  1000. Thread 14 (Thread 0x7fffbe7ff710 (LWP 7546)):
  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  0x00007ffff7661aca in cond_wait (this=0x7fffcee6331c)
  1005.     at ../../ace/OS_NS_Thread.inl:329
  1006.         result = <value optimized out>
  1007. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffcee6331c)
  1008.     at ../../ace/Condition_Thread_Mutex.cpp:90
  1009. No locals.
  1010. #3  0x00000000009c0850 in MapUpdater::wait (this=0x7fffcee63210)
  1011.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:87
  1012.         guard = {lock_ = 0x7fffcee632e8, owner_ = 0}
  1013. #4  0x00000000009be4cd in MapManager::Update (this=0x7fffcee63108,
  1014.     diff=<value optimized out>)
  1015.     at /home/trinity/sources/src/server/game/Maps/MapManager.cpp:273
  1016. No locals.
  1017. #5  0x0000000000b0965d in World::Update (this=0x7fffede43808, diff=4)
  1018.     at /home/trinity/sources/src/server/game/World/World.cpp:1951
  1019. No locals.
  1020. #6  0x0000000000737e86 in WorldRunnable::run (this=<value optimized out>)
  1021.     at /home/trinity/sources/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  1022.         diff = 4
  1023.         realCurrTime = 1905971
  1024.         realPrevTime = 1905967
  1025.         prevSleepTime = 0
  1026. #7  0x0000000000c3d04a in ACE_Based::Thread::ThreadTask (param=0x7fffcee6331c)
  1027.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  1028. No locals.
  1029. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1030. No symbol table info available.
  1031. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  1032. No symbol table info available.
  1033. #10 0x0000000000000000 in ?? ()
  1034. No symbol table info available.
  1035.  
  1036. Thread 13 (Thread 0x7fffc4bff710 (LWP 7545)):
  1037. #0  0x00000000009c5b67 in Map::EnsureGridLoaded (this=0x7fffcec44000, cell=...)
  1038.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:364
  1039.         grid = <value optimized out>
  1040.         __FUNCTION__ = "EnsureGridLoaded"
  1041. #1  0x00000000009d69dd in void Map::Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  1042. No symbol table info available.
  1043. #2  0x00000000009cde61 in Visit<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > > (this=0x7fffcec44000, obj=<value optimized out>, gridVisitor=...,
  1044.     worldVisitor=...)
  1045.     at /home/trinity/sources/src/server/game/Grids/Cells/CellImpl.h:48
  1046. No locals.
  1047. #3  Map::VisitNearbyCellsOf (this=0x7fffcec44000, obj=<value optimized out>,
  1048.     gridVisitor=..., worldVisitor=...)
  1049.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:500
  1050.         pair = {x_coord = 206, y_coord = 229}
  1051.         cell = {data = {Part = {grid_x = 25, grid_y = 28, cell_x = 6,
  1052.               cell_y = 5, nocreate = 0, reserved = 16}, All = 538208025}}
  1053.         y = 229
  1054.         x = 206
  1055. #4  0x00000000009ce2af in Map::Update (this=0x7fffcec44000,
  1056.     t_diff=@0x7ffe6ba0ac90)
  1057.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:540
  1058.         plr = 0x7ffebbb69000
  1059.         updater = {i_timeDiff = 102}
  1060.         grid_object_update = {i_visitor = @0x7fffc4bfee00}
  1061.         world_object_update = {i_visitor = @0x7fffc4bfee00}
  1062. #5  0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffe6ba0ac70)
  1063.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1064. No locals.
  1065. #6  0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee63218)
  1066.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1067.         rq = 0x7ffe6ba0ac70
  1068. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1069.     at ../../ace/Task.cpp:271
  1070.         t = 0x7fffcee63218
  1071.         svc_status = <value optimized out>
  1072. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcbf6ea60)
  1073.     at ../../ace/Thread_Adapter.cpp:94
  1074.         exit_hook_instance = <value optimized out>
  1075.         exit_hook_maybe = {instance_ = 0x0}
  1076.         exit_hook_ptr = <value optimized out>
  1077. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1078. No symbol table info available.
  1079. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1080. No symbol table info available.
  1081. #11 0x0000000000000000 in ?? ()
  1082. No symbol table info available.
  1083.  
  1084. Thread 12 (Thread 0x7fffc5bff710 (LWP 7544)):
  1085. #0  Object::GetGUID (this=0x7fff30a080c0, diff=102, owner=0x7ffe9a914000)
  1086.     at /home/trinity/sources/src/server/game/Entities/Object/Object.h:152
  1087. No locals.
  1088. #1  Aura::GetCaster (this=0x7fff30a080c0, diff=102, owner=0x7ffe9a914000)
  1089.     at /home/trinity/sources/src/server/game/Spells/Auras/SpellAuras.cpp:388
  1090. No locals.
  1091. #2  Aura::UpdateOwner (this=0x7fff30a080c0, diff=102, owner=0x7ffe9a914000)
  1092.     at /home/trinity/sources/src/server/game/Spells/Auras/SpellAuras.cpp:597
  1093.         caster = <value optimized out>
  1094.         modSpell = <value optimized out>
  1095.         modOwner = <value optimized out>
  1096.         __FUNCTION__ = "UpdateOwner"
  1097. #3  0x00000000008d34cf in Unit::_UpdateSpells (this=0x7ffe9a914000, time=102)
  1098.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:3135
  1099.         i_aura = 0x7fff30a080c0
  1100. #4  0x00000000008e0293 in Unit::Update (this=0x7ffe9a914000, p_time=102)
  1101.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:234
  1102.         __FUNCTION__ = "Update"
  1103. #5  0x00000000008a01e6 in Player::Update (this=0x7ffe9a914000, p_time=102)
  1104.     at /home/trinity/sources/src/server/game/Entities/Player/Player.cpp:1294
  1105.         now = <value optimized out>
  1106.         pet = <value optimized out>
  1107. #6  0x00000000009ce29e in Map::Update (this=0x7fffdb104000,
  1108.     t_diff=@0x7ffe6ba25f00)
  1109.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:538
  1110.         plr = 0x7ffe9a914000
  1111.         updater = {i_timeDiff = 102}
  1112.         grid_object_update = {i_visitor = @0x7fffc5bfee00}
  1113.         world_object_update = {i_visitor = @0x7fffc5bfee00}
  1114. #7  0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffe6ba25ee0)
  1115.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1116. No locals.
  1117. #8  0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee63218)
  1118.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1119.         rq = 0x7ffe6ba25ee0
  1120. #9  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1121.     at ../../ace/Task.cpp:271
  1122.         t = 0x7fffcee63218
  1123.         svc_status = <value optimized out>
  1124. #10 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcbf6eac0)
  1125.     at ../../ace/Thread_Adapter.cpp:94
  1126.         exit_hook_instance = <value optimized out>
  1127.         exit_hook_maybe = {instance_ = 0x0}
  1128.         exit_hook_ptr = <value optimized out>
  1129. #11 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1130. No symbol table info available.
  1131. #12 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1132. No symbol table info available.
  1133. #13 0x0000000000000000 in ?? ()
  1134. No symbol table info available.
  1135.  
  1136. Thread 11 (Thread 0x7fffc6bfe710 (LWP 7543)):
  1137. #0  0x0000000000988574 in LinkedListElement::isInList (this=0x7fffc6bfdaa0,
  1138.     m=...)
  1139.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:40
  1140. No locals.
  1141. #1  LinkedListHead::isEmpty (this=0x7fffc6bfdaa0, m=...)
  1142.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:95
  1143. No locals.
  1144. #2  LinkedListHead::getFirst (this=0x7fffc6bfdaa0, m=...)
  1145.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:97
  1146. No locals.
  1147. #3  RefManager<GridRefManager<Creature>, Creature>::getFirst (
  1148.     this=0x7fffc6bfdaa0, m=...)
  1149.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedReference/RefManager.h:33
  1150. No locals.
  1151. #4  GridRefManager<Creature>::getFirst (this=0x7fffc6bfdaa0, m=...)
  1152.     at /home/trinity/sources/src/server/game/Grids/GridRefManager.h:33
  1153. No locals.
  1154. #5  GridRefManager<Creature>::begin (this=0x7fffc6bfdaa0, m=...)
  1155.     at /home/trinity/sources/src/server/game/Grids/GridRefManager.h:36
  1156. No locals.
  1157. #6  Trinity::MessageDistDeliverer::Visit (this=0x7fffc6bfdaa0, m=...)
  1158.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:272
  1159. No locals.
  1160. #7  0x00000000008123d0 in VisitorHelper<Trinity::MessageDistDeliverer, Creature> (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1161.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  1162. No locals.
  1163. #8  VisitorHelper<Trinity::MessageDistDeliverer, Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > (this=<value optimized out>,
  1164.     cell=<value optimized out>, visitor=...)
  1165.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  1166. No locals.
  1167. #9  VisitorHelper<Trinity::MessageDistDeliverer, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (
  1168.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1169.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:71
  1170. No locals.
  1171. #10 VisitorHelper<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  1172.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1173.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  1174. No locals.
  1175. #11 TypeContainerVisitor<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=<value optimized out>, cell=<value optimized out>,
  1176.     visitor=...)
  1177.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  1178. No locals.
  1179. #12 Visit<Trinity::MessageDistDeliverer> (this=<value optimized out>,
  1180.     cell=<value optimized out>, visitor=...)
  1181.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  1182. No locals.
  1183. #13 Visit<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  1184.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1185.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  1186. No locals.
  1187. #14 Map::Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  1188.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1189.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  1190.         x = 34
  1191.         y = 34
  1192.         cell_x = 1
  1193.         cell_y = 6
  1194. #15 0x0000000000814f3b in void WorldObject::VisitNearbyWorldObject<Trinity::MessageDistDeliverer>(float const&, Trinity::MessageDistDeliverer&) const ()
  1195. No symbol table info available.
  1196. #16 0x000000000086cfcd in Player::SendMessageToSet (this=0x7fff06398000,
  1197.     data=0x7fffc6bfdbd0, skipped_rcvr=0x7fff06398000)
  1198.     at /home/trinity/sources/src/server/game/Entities/Player/Player.cpp:6493
  1199.         notifier = {i_source = 0x7fff06398000, i_message = 0x7fffc6bfdbd0,
  1200.           i_phaseMask = 1, i_distSq = 25600, team = 0,
  1201.           skipped_receiver = 0x7fff06398000}
  1202. #17 0x0000000000a5b800 in WorldSession::HandleMovementOpcodes (
  1203.     this=0x7fff2e27c500, recv_data=<value optimized out>)
  1204.     at /home/trinity/sources/src/server/game/Server/Protocol/Handlers/MovementHandler.cpp:690
  1205.         opcode = 218
  1206.         mover = 0x7fff06398000
  1207.         plMover = 0x7fff06398000
  1208.         guid = 1615633
  1209.         movementInfo = {guid = 1615633, flags = 1, flags2 = 0, pos = {
  1210.             m_positionX = 1160.14783, m_positionY = 1461.81482,
  1211.             m_positionZ = 310.906036, m_orientation = 5.31086111},
  1212.           time = 1905978, t_guid = 0, t_pos = {m_positionX = 0,
  1213.             m_positionY = 0, m_positionZ = 0, m_orientation = 0}, t_time = 0,
  1214.           t_time2 = 0, t_seat = -1 'ÿ', pitch = 0, fallTime = 866,
  1215.           j_zspeed = 0, j_sinAngle = 0, j_cosAngle = 0, j_xyspeed = 0,
  1216.           splineElevation = 0}
  1217.         Anti_TeleTimeDiff = 218
  1218.         data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0,
  1219.             _wpos = 34,
  1220.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  1221.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  1222.                   _M_start = 0x7ffe7237ccd0 "\a\021§\030\001",
  1223.                   _M_finish = 0x7ffe7237ccf2 "\003=3",
  1224.                   _M_end_of_storage = 0x7ffe7237ccf2 "\003=3"}}, <No data fields>}}, m_opcode = 218}
  1225.         __FUNCTION__ = "HandleMovementOpcodes"
  1226.         Anti_TeleTimeIgnoreDiff = 10
  1227.         MaxDeltaXYT = 0.0399999991
  1228. #18 0x0000000000a6b087 in WorldSession::Update (this=0x7fff2e27c500,
  1229.     diff=<value optimized out>, updater=...)
  1230.     at /home/trinity/sources/src/server/game/Server/WorldSession.cpp:304
  1231.         packet = 0x7ffebd394f10
  1232. #19 0x00000000009ce1af in Map::Update (this=0x7ffe8ca3f000,
  1233.     t_diff=@0x7ffe6ba25660)
  1234.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:516
  1235.         pSession = 0x7fffc6bfdaa0
  1236.         updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1095810,
  1237.             m_pSession = 0x7fff2e27c500}, <No data fields>}
  1238.         plr = 0x7fff18af5c78
  1239.         updater = {i_timeDiff = 102}
  1240.         grid_object_update = {i_visitor = @0x7fffc6bfddd0}
  1241.         world_object_update = {i_visitor = @0x7fffc6bfddd0}
  1242. #20 0x0000000000bb5f2d in MapInstanced::Update (this=0x7fff0a0b2000,
  1243.     t=@0x7ffe6ba25660)
  1244.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:67
  1245.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7ffe7289ad40,
  1246.             _M_cur_bucket = 0x7fff0b330858}, <No data fields>}
  1247. #21 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffe6ba25640)
  1248.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1249. No locals.
  1250. #22 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee63218)
  1251.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1252.         rq = 0x7ffe6ba25640
  1253. #23 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1254.     at ../../ace/Task.cpp:271
  1255.         t = 0x7fffcee63218
  1256.         svc_status = <value optimized out>
  1257. #24 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcbf6eb20)
  1258.     at ../../ace/Thread_Adapter.cpp:94
  1259.         exit_hook_instance = <value optimized out>
  1260.         exit_hook_maybe = {instance_ = 0x0}
  1261.         exit_hook_ptr = <value optimized out>
  1262. #25 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1263. No symbol table info available.
  1264. #26 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1265. No symbol table info available.
  1266. #27 0x0000000000000000 in ?? ()
  1267. No symbol table info available.
  1268.  
  1269. Thread 10 (Thread 0x7fffc73ff710 (LWP 7542)):
  1270. #0  0x0000000000988a57 in std::_Rb_tree<unsigned long, unsigned long, std::_Identity<unsigned long>, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...) at /usr/include/c++/4.3/bits/stl_tree.h:617
  1271. No locals.
  1272. #1  std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...)
  1273.     at /usr/include/c++/4.3/bits/stl_set.h:271
  1274. No locals.
  1275. #2  Player::HaveAtClient (this=0x7fffc73fe690, m=...)
  1276.     at /home/trinity/sources/src/server/game/Entities/Player/Player.h:2252
  1277. No locals.
  1278. #3  Trinity::MessageDistDeliverer::SendPacket (this=0x7fffc73fe690, m=...)
  1279.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.h:146
  1280. No locals.
  1281. #4  Trinity::MessageDistDeliverer::Visit (this=0x7fffc73fe690, m=...)
  1282.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:265
  1283.         target = 0x7ffeec8dc000
  1284. #5  0x00000000008123c1 in VisitorHelper<Trinity::MessageDistDeliverer, Player>
  1285.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1286.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  1287. No locals.
  1288. #6  VisitorHelper<Trinity::MessageDistDeliverer, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (
  1289.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1290.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  1291. No locals.
  1292. #7  VisitorHelper<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  1293.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1294.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  1295. No locals.
  1296. #8  TypeContainerVisitor<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=<value optimized out>, cell=<value optimized out>,
  1297.     visitor=...)
  1298.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  1299. No locals.
  1300. #9  Visit<Trinity::MessageDistDeliverer> (this=<value optimized out>,
  1301.     cell=<value optimized out>, visitor=...)
  1302.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  1303. No locals.
  1304. #10 Visit<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  1305.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1306.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  1307. No locals.
  1308. #11 Map::Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  1309.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1310.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  1311.         x = 34
  1312.         y = 32
  1313.         cell_x = 7
  1314.         cell_y = 0
  1315. #12 0x0000000000814e06 in void WorldObject::VisitNearbyWorldObject<Trinity::MessageDistDeliverer>(float const&, Trinity::MessageDistDeliverer&) const ()
  1316. No symbol table info available.
  1317. #13 0x000000000080d738 in WorldObject::SendMessageToSetInRange (
  1318.     this=0x7ffeec8dde30, data=<value optimized out>, dist=160)
  1319.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:1996
  1320.         notifier = {i_source = 0x7fff528b1000, i_message = 0x7fffc73fe6d0,
  1321.           i_phaseMask = 1, i_distSq = 25600, team = 0, skipped_receiver = 0x0}
  1322. #14 0x00000000008ebbad in Unit::SetRooted (this=0x7fff528b1000,
  1323.     apply=<value optimized out>)
  1324.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15544
  1325.         data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0,
  1326.             _wpos = 5,
  1327.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  1328.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  1329.                   _M_start = 0x7ffe713f78f0 "", _M_finish = 0x7ffe713f78f5 "",
  1330.                   _M_end_of_storage = 0x7ffe713f78fa "\002"}}, <No data fields>}}, m_opcode = 232}
  1331. #15 0x0000000000b96885 in Vehicle (this=0x7ffe7119c7e0,
  1332.     unit=<value optimized out>, vehInfo=<value optimized out>)
  1333.     at /home/trinity/sources/src/server/game/Entities/Vehicle/Vehicle.cpp:48
  1334. No locals.
  1335. #16 0x00000000008c2ccb in Unit::CreateVehicleKit (this=0x7fff528b1000,
  1336.     id=<value optimized out>)
  1337.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15882
  1338.         vehInfo = 0x7fffe3e40ec0
  1339. #17 0x000000000081dc1c in Creature::CreateFromProto (this=0x7fff528b1000,
  1340.     guidlow=226606, Entry=27894, vehId=160, team=1, data=0x0)
  1341.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:1263
  1342.         cinfo = 0x0
  1343. #18 0x000000000081e6d2 in Creature::Create (this=0x7fff528b1000,
  1344.     guidlow=226606, map=<value optimized out>, phaseMask=1, Entry=27894,
  1345.     vehId=0, team=1, x=1436.42896, y=110.050003, z=41.4070015, ang=5.4000001,
  1346.     data=0x0)
  1347.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:764
  1348.         bResult = <value optimized out>
  1349.         __FUNCTION__ = "Create"
  1350. #19 0x000000000077b6c7 in Battleground::AddCreature (this=0x7ffe7db9d400,
  1351.     entry=27894, type=0, teamval=1, x=1436.42896, y=110.050003, z=41.4070015,
  1352.     o=5.4000001, respawntime=600)
  1353.     at /home/trinity/sources/src/server/game/Battlegrounds/Battleground.cpp:1539
  1354.         pCreature = 0x7fff528b1000
  1355.         cinfo = <value optimized out>
  1356. #20 0x000000000075c748 in BattlegroundSA::ResetObjs (this=0x7ffe7db9d400)
  1357.     at /home/trinity/sources/src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp:93
  1358.         atF = 1732
  1359.         defF = 1735
  1360. #21 0x000000000091b404 in GameObject::Use (this=0x7ffe7ca8f400,
  1361.     user=0x7ffe7db3d000)
  1362.     at /home/trinity/sources/src/server/game/Entities/GameObject/GameObject.cpp:1178
  1363.         bg = 0x0
  1364.         info = 0x7fffddae17c0
  1365.         time_to_restore = <value optimized out>
  1366.         spellCaster = <value optimized out>
  1367.         spellId = <value optimized out>
  1368.         spellInfo = <value optimized out>
  1369. #22 0x0000000000ae5111 in Spell::EffectOpenLock (this=0x7ffe71113f00,
  1370.     effIndex=EFFECT_0)
  1371.     at /home/trinity/sources/src/server/game/Spells/SpellEffects.cpp:2770
  1372.         lockId = 1634
  1373.         guid = 17370386997985879335
  1374.         skillId = SKILL_NONE
  1375.         reqSkillValue = 0
  1376.         skillValue = 32766
  1377.         res = SPELL_FAILED_SUCCESS
  1378. #23 0x0000000000a86c78 in Spell::DoAllEffectOnTarget (this=0x7ffe71113f00,
  1379.     target=<value optimized out>)
  1380.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:1615
  1381.         effectMask = 1
  1382.         go = 0x7ffe7ca8f400
  1383. #24 0x0000000000a86ddc in Spell::handle_immediate (this=0x7ffe71113f00)
  1384.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3426
  1385. No locals.
  1386. #25 0x0000000000a91f8d in Spell::cast (this=0x7ffe71113f00,
  1387.     skipCheck=<value optimized out>)
  1388.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3375
  1389. No locals.
  1390. #26 0x0000000000a93423 in Spell::prepare (this=0x7ffe71113f00,
  1391.     targets=<value optimized out>, triggeredByAura=0x0)
  1392.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3090
  1393.         result = <value optimized out>
  1394. #27 0x0000000000a3b61f in WorldSession::HandleCastSpellOpcode (
  1395.     this=0x7fff3eb48900, recvPacket=...)
  1396.     at /home/trinity/sources/src/server/game/Server/Protocol/Handlers/SpellHandler.cpp:407
  1397.         spellId = <value optimized out>
  1398.         castCount = 132 '\204'
  1399.         castFlags = <value optimized out>
  1400.         mover = 0x7ffe7db3d000
  1401.         spellInfo = 0x7fffe4180b18
  1402.         targets = {m_srcTransGUID = 0, m_srcTransOffset = {m_positionX = 0,
  1403.             m_positionY = 0, m_positionZ = 0, m_orientation = 0}, m_srcPos = {
  1404.             m_positionX = 838.272278, m_positionY = -92.5715408,
  1405.             m_positionZ = 112.276367, m_orientation = 2.08582067},
  1406.           m_dstTransGUID = 0, m_dstTransOffset = {m_positionX = 0,
  1407.             m_positionY = 0, m_positionZ = 0, m_orientation = 0},
  1408.           m_dstPos = {<Position> = {m_positionX = 838.272278,
  1409.               m_positionY = -92.5715408, m_positionZ = 112.276367,
  1410.               m_orientation = 2.08582067}, m_mapId = 4294967295},
  1411.           m_elevation = 0, m_speed = 0, m_strTarget = {
  1412.             static npos = 18446744073709551615,
  1413.             _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x15481b8 ""}},
  1414.           m_targetMask = 2048, m_unitTarget = 0x0,
  1415.           m_GOTarget = 0x7ffe7ca8f400, m_itemTarget = 0x0,
  1416.           m_unitTargetGUID = 0, m_GOTargetGUID = 17370386997985879335,
  1417.           m_CorpseTargetGUID = 0, m_itemTargetGUID = 0, m_itemTargetEntry = 0}
  1418.         spell = <value optimized out>
  1419. #28 0x0000000000a6b087 in WorldSession::Update (this=0x7fff3eb48900,
  1420.     diff=<value optimized out>, updater=...)
  1421.     at /home/trinity/sources/src/server/game/Server/WorldSession.cpp:304
  1422.         packet = 0x7fffa5951550
  1423. #29 0x00000000009ce1af in Map::Update (this=0x7ffe7b2bb000,
  1424.     t_diff=@0x7ffe6ba27db0)
  1425.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:516
  1426.         pSession = 0x7ffeec8dde30
  1427.         updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1095810,
  1428.             m_pSession = 0x7fff3eb48900}, <No data fields>}
  1429.         plr = 0x0
  1430.         updater = {i_timeDiff = 102}
  1431.         grid_object_update = {i_visitor = @0x7fffc73fedd0}
  1432.         world_object_update = {i_visitor = @0x7fffc73fedd0}
  1433. #30 0x0000000000bb5f2d in MapInstanced::Update (this=0x7ffe7b2a0000,
  1434.     t=@0x7ffe6ba27db0)
  1435.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:67
  1436.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7ffe7b232e20,
  1437.             _M_cur_bucket = 0x7ffe7dbd86d0}, <No data fields>}
  1438. #31 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffe6ba27d90)
  1439.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1440. No locals.
  1441. #32 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee63218)
  1442.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1443.         rq = 0x7ffe6ba27d90
  1444. #33 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1445.     at ../../ace/Task.cpp:271
  1446.         t = 0x7fffcee63218
  1447.         svc_status = <value optimized out>
  1448. #34 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffcbf6ebe0)
  1449.     at ../../ace/Thread_Adapter.cpp:94
  1450.         exit_hook_instance = <value optimized out>
  1451.         exit_hook_maybe = {instance_ = 0x0}
  1452.         exit_hook_ptr = <value optimized out>
  1453. #35 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1454. No symbol table info available.
  1455. #36 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1456. No symbol table info available.
  1457. #37 0x0000000000000000 in ?? ()
  1458. No symbol table info available.
  1459.  
  1460. Thread 9 (Thread 0x7fffedbff710 (LWP 7537)):
  1461. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1462.    from /lib/libpthread.so.0
  1463. No symbol table info available.
  1464. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d484, mutex=...,
  1465.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1466.         result = <value optimized out>
  1467.         ts = {tv_sec = 140737299656256, tv_nsec = 140732060925952}
  1468. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d484, mutex=...,
  1469.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1470. No locals.
  1471. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1472.     (this=0x7ffff440d400, timeout=0x0)
  1473.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1474.         result = <value optimized out>
  1475. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1476. No symbol table info available.
  1477. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1478.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1479.     at ../../ace/Activation_Queue.cpp:89
  1480.         mb = 0x0
  1481. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff44149c0)
  1482.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1483. No locals.
  1484. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1485.     at ../../ace/Task.cpp:271
  1486.         t = 0x7ffff44149c0
  1487.         svc_status = <value optimized out>
  1488. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffedd4f220)
  1489.     at ../../ace/Thread_Adapter.cpp:94
  1490.         exit_hook_instance = <value optimized out>
  1491.         exit_hook_maybe = {instance_ = 0x0}
  1492.         exit_hook_ptr = <value optimized out>
  1493. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1494. No symbol table info available.
  1495. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1496. No symbol table info available.
  1497. #11 0x0000000000000000 in ?? ()
  1498. No symbol table info available.
  1499.  
  1500. Thread 8 (Thread 0x7fffeefff710 (LWP 7536)):
  1501. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1502.    from /lib/libpthread.so.0
  1503. No symbol table info available.
  1504. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1505.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1506.         result = <value optimized out>
  1507.         ts = {tv_sec = 140737182923600, tv_nsec = 17051163}
  1508. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1509.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1510. No locals.
  1511. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1512.     (this=0x7ffff440d300, timeout=0x0)
  1513.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1514.         result = <value optimized out>
  1515. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1516. No symbol table info available.
  1517. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1518.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1519.     at ../../ace/Activation_Queue.cpp:89
  1520.         mb = 0x0
  1521. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414900)
  1522.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1523. No locals.
  1524. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1525.     at ../../ace/Task.cpp:271
  1526.         t = 0x7ffff4414900
  1527.         svc_status = <value optimized out>
  1528. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413fa0)
  1529.     at ../../ace/Thread_Adapter.cpp:94
  1530.         exit_hook_instance = <value optimized out>
  1531.         exit_hook_maybe = {instance_ = 0x0}
  1532.         exit_hook_ptr = <value optimized out>
  1533. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1534. No symbol table info available.
  1535. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1536. No symbol table info available.
  1537. #11 0x0000000000000000 in ?? ()
  1538. No symbol table info available.
  1539.  
  1540. Thread 7 (Thread 0x7fffeffff710 (LWP 7535)):
  1541. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1542.    from /lib/libpthread.so.0
  1543. No symbol table info available.
  1544. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1545.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1546.         result = <value optimized out>
  1547.         ts = {tv_sec = 140737223280128, tv_nsec = 17051163}
  1548. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1549.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1550. No locals.
  1551. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1552.     (this=0x7ffff440d300, timeout=0x0)
  1553.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1554.         result = <value optimized out>
  1555. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1556. No symbol table info available.
  1557. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1558.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1559.     at ../../ace/Activation_Queue.cpp:89
  1560.         mb = 0x0
  1561. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414840)
  1562.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1563. No locals.
  1564. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1565.     at ../../ace/Task.cpp:271
  1566.         t = 0x7ffff4414840
  1567.         svc_status = <value optimized out>
  1568. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413ee0)
  1569.     at ../../ace/Thread_Adapter.cpp:94
  1570.         exit_hook_instance = <value optimized out>
  1571.         exit_hook_maybe = {instance_ = 0x0}
  1572.         exit_hook_ptr = <value optimized out>
  1573. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1574. No symbol table info available.
  1575. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1576. No symbol table info available.
  1577. #11 0x0000000000000000 in ?? ()
  1578. No symbol table info available.
  1579.  
  1580. Thread 6 (Thread 0x7ffff13ff710 (LWP 7534)):
  1581. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1582.    from /lib/libpthread.so.0
  1583. No symbol table info available.
  1584. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1585.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1586.         result = <value optimized out>
  1587.         ts = {tv_sec = 140737221304736, tv_nsec = 12775123}
  1588. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1589.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1590. No locals.
  1591. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1592.     (this=0x7ffff440d300, timeout=0x0)
  1593.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1594.         result = <value optimized out>
  1595. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1596. No symbol table info available.
  1597. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1598.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1599.     at ../../ace/Activation_Queue.cpp:89
  1600.         mb = 0x0
  1601. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414780)
  1602.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1603. No locals.
  1604. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1605.     at ../../ace/Task.cpp:271
  1606.         t = 0x7ffff4414780
  1607.         svc_status = <value optimized out>
  1608. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413e20)
  1609.     at ../../ace/Thread_Adapter.cpp:94
  1610.         exit_hook_instance = <value optimized out>
  1611.         exit_hook_maybe = {instance_ = 0x0}
  1612.         exit_hook_ptr = <value optimized out>
  1613. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1614. No symbol table info available.
  1615. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1616. No symbol table info available.
  1617. #11 0x0000000000000000 in ?? ()
  1618. No symbol table info available.
  1619.  
  1620. Thread 5 (Thread 0x7ffff23ff710 (LWP 7533)):
  1621. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1622.    from /lib/libpthread.so.0
  1623. No symbol table info available.
  1624. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1625.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1626.         result = <value optimized out>
  1627.         ts = {tv_sec = 140737293696304, tv_nsec = 17051163}
  1628. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1629.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1630. No locals.
  1631. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1632.     (this=0x7ffff440d300, timeout=0x0)
  1633.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1634.         result = <value optimized out>
  1635. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1636. No symbol table info available.
  1637. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1638.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1639.     at ../../ace/Activation_Queue.cpp:89
  1640.         mb = 0x0
  1641. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff44146c0)
  1642.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1643. No locals.
  1644. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1645.     at ../../ace/Task.cpp:271
  1646.         t = 0x7ffff44146c0
  1647.         svc_status = <value optimized out>
  1648. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413d60)
  1649.     at ../../ace/Thread_Adapter.cpp:94
  1650.         exit_hook_instance = <value optimized out>
  1651.         exit_hook_maybe = {instance_ = 0x0}
  1652.         exit_hook_ptr = <value optimized out>
  1653. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1654. No symbol table info available.
  1655. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1656. No symbol table info available.
  1657. #11 0x0000000000000000 in ?? ()
  1658. No symbol table info available.
  1659.  
  1660. Thread 4 (Thread 0x7ffff33ff710 (LWP 7532)):
  1661. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1662.    from /lib/libpthread.so.0
  1663. No symbol table info available.
  1664. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1665.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1666.         result = <value optimized out>
  1667.         ts = {tv_sec = 0, tv_nsec = 140737291384832}
  1668. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1669.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1670. No locals.
  1671. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1672.     (this=0x7ffff440d200, timeout=0x0)
  1673.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1674.         result = <value optimized out>
  1675. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1676. No symbol table info available.
  1677. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1678.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1679.     at ../../ace/Activation_Queue.cpp:89
  1680.         mb = 0x0
  1681. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414600)
  1682.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1683. No locals.
  1684. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1685.     at ../../ace/Task.cpp:271
  1686.         t = 0x7ffff4414600
  1687.         svc_status = <value optimized out>
  1688. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413be0)
  1689.     at ../../ace/Thread_Adapter.cpp:94
  1690.         exit_hook_instance = <value optimized out>
  1691.         exit_hook_maybe = {instance_ = 0x0}
  1692.         exit_hook_ptr = <value optimized out>
  1693. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1694. No symbol table info available.
  1695. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1696. No symbol table info available.
  1697. #11 0x0000000000000000 in ?? ()
  1698. No symbol table info available.
  1699.  
  1700. Thread 3 (Thread 0x7ffff43ff710 (LWP 7531)):
  1701. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1702.    from /lib/libpthread.so.0
  1703. No symbol table info available.
  1704. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1705.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1706.         result = <value optimized out>
  1707.         ts = {tv_sec = 0, tv_nsec = 140737291383552}
  1708. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1709.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1710. No locals.
  1711. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1712.     (this=0x7ffff440d200, timeout=0x0)
  1713.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1714.         result = <value optimized out>
  1715. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1716. No symbol table info available.
  1717. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1718.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1719.     at ../../ace/Activation_Queue.cpp:89
  1720.         mb = 0x0
  1721. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414540)
  1722.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1723. No locals.
  1724. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1725.     at ../../ace/Task.cpp:271
  1726.         t = 0x7ffff4414540
  1727.         svc_status = <value optimized out>
  1728. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413b20)
  1729.     at ../../ace/Thread_Adapter.cpp:94
  1730.         exit_hook_instance = <value optimized out>
  1731.         exit_hook_maybe = {instance_ = 0x0}
  1732.         exit_hook_ptr = <value optimized out>
  1733. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1734. No symbol table info available.
  1735. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1736. No symbol table info available.
  1737. #11 0x0000000000000000 in ?? ()
  1738. No symbol table info available.
  1739.  
  1740. Thread 1 (Thread 0x7ffff7fe0720 (LWP 7527)):
  1741. #0  0x00007ffff633bbe5 in pthread_join () from /lib/libpthread.so.0
  1742. No symbol table info available.
  1743. #1  0x00007ffff76f418b in thr_join (this=0x7ffff442f3c0, task=0x7fffbf2ff908)
  1744.     at ../../ace/OS_NS_Thread.inl:2788
  1745.         result = -196938816
  1746. #2  ACE_Thread::join (this=0x7ffff442f3c0, task=0x7fffbf2ff908)
  1747.     at ../../ace/Thread.inl:137
  1748. No locals.
  1749. #3  ACE_Thread_Manager::wait_task (this=0x7ffff442f3c0, task=0x7fffbf2ff908)
  1750.     at ../../ace/Thread_Manager.cpp:1793
  1751.         i = 0
  1752.         copy_count = 1
  1753.         result = <value optimized out>
  1754. #4  0x0000000000a6ec90 in ReactorRunnable::Wait (this=0x7fffbf3caa88)
  1755.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:102
  1756. No locals.
  1757. #5  WorldSocketMgr::Wait (this=0x7fffbf3caa88)
  1758.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:318
  1759.         i = 1
  1760. #6  0x000000000073d7b4 in Master::Run (this=0x7ffff4411218)
  1761.     at /home/trinity/sources/src/server/worldserver/Master.cpp:279
  1762.         seed1 = {_bn = 0x7ffff4412380, _array = 0x0}
  1763.         pidfile = {static npos = 18446744073709551615,
  1764.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  1765.             _M_p = 0x7ffff44095f8 "../logs/core.pid"}}
  1766.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1767.               _vptr.ACE_Event_Handler = 0x104c750,
  1768.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1769.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1770.               reactor_ = 0x0,
  1771.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1772.                   _vptr.Policy = 0x7ffff7946890},
  1773.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1774.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1775.               _vptr.ACE_Event_Handler = 0x104c750,
  1776.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1777.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1778.               reactor_ = 0x0,
  1779.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1780.                   _vptr.Policy = 0x7ffff7946890},
  1781.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1782.         Handler = {_vptr.ACE_Sig_Handler = 0x1548570, static sig_pending_ = 0,
  1783.           static signal_handlers_ = {0x0, 0x0, 0x7fffffffe400,
  1784.             0x0 <repeats 12 times>, 0x7fffffffe3d0, 0x0 <repeats 49 times>}}
  1785.         world_thread = {m_iThreadId = 140736389445392,
  1786.           m_hThreadHandle = 140736389445392, m_task = 0x7fffb29ef450,
  1787.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1788.             _vptr.ACE_TSS = 0x10d08b0, keylock_ = {lock_ = {__data = {
  1789.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1790.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1791.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1792.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1793.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1794.         cliThread = 0x7fffbf3ff720
  1795.         rar_thread = {m_iThreadId = 140736179730192,
  1796.           m_hThreadHandle = 140736179730192, m_task = 0x7fffbf3ff740,
  1797.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1798.             _vptr.ACE_TSS = 0x10d08b0, keylock_ = {lock_ = {__data = {
  1799.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1800.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1801.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1802.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1803.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1804.         soap_thread = <value optimized out>
  1805.         wsport = <value optimized out>
  1806.         bind_ip = {static npos = 18446744073709551615,
  1807.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffbf3ff818 "0.0.0.0"}}
  1808. #7  0x0000000000738e1f in main (argc=3, argv=<value optimized out>)
  1809.     at /home/trinity/sources/src/server/worldserver/Main.cpp:147
  1810.         cfg_file = 0x7fffffffe922 "../etc/worldserver.conf"
  1811.         c = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement