Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 97.60 KB | None | 0 0
  1. [New Thread 0x7fffaebfe710 (LWP 8410)]
  2. [New Thread 0x7fffad7ff710 (LWP 8411)]
  3. [New Thread 0x7fffac7ff710 (LWP 8412)]
  4. [New Thread 0x7fffab7ff710 (LWP 8413)]
  5. [New Thread 0x7fffaa7ff710 (LWP 8414)]
  6. [New Thread 0x7fffa97ff710 (LWP 8415)]
  7. [New Thread 0x7fffa87ff710 (LWP 8416)]
  8. [New Thread 0x7fffa77ff710 (LWP 8417)]
  9. [New Thread 0x7fffa67ff710 (LWP 8418)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffc73ff710 (LWP 8400)]
  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 0x0000000000814f3b in void WorldObject::VisitNearbyWorldObject<Trinity::MessageDistDeliverer>(float const&, Trinity::MessageDistDeliverer&) const ()
  47. #13 0x000000000080d738 in WorldObject::SendMessageToSetInRange (
  48.     this=0x7fff62af7e30, 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=0x7ffee1806000,
  51.     apply=<value optimized out>)
  52.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15544
  53. #15 0x0000000000b96885 in Vehicle (this=0x7ffee49edf10,
  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=0x7ffee1806000,
  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=0x7ffee1806000,
  60.     guidlow=209842, 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=0x7ffee1806000,
  63.     guidlow=209842, map=<value optimized out>, phaseMask=1, Entry=27894,
  64.     vehId=0, team=1, x=1068.69299, y=-86.9509964, z=93.8099976,
  65.     ang=0.0199999996, data=0x0)
  66.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:764
  67. #19 0x000000000077b6c7 in Battleground::AddCreature (this=0x7fff34c40d00,
  68.     entry=27894, type=2, teamval=1, x=1068.69299, y=-86.9509964, z=93.8099976,
  69.     o=0.0199999996, respawntime=600)
  70.     at /home/trinity/sources/src/server/game/Battlegrounds/Battleground.cpp:1539
  71. #20 0x000000000075c748 in BattlegroundSA::ResetObjs (this=0x7fff34c40d00)
  72.     at /home/trinity/sources/src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp:93
  73. #21 0x000000000091b404 in GameObject::Use (this=0x7fff32122800,
  74.     user=0x7fff96ba1000)
  75.     at /home/trinity/sources/src/server/game/Entities/GameObject/GameObject.cpp:1178
  76. #22 0x0000000000ae5111 in Spell::EffectOpenLock (this=0x7ffee49c1600,
  77.     effIndex=EFFECT_0)
  78.     at /home/trinity/sources/src/server/game/Spells/SpellEffects.cpp:2770
  79. #23 0x0000000000a86c78 in Spell::DoAllEffectOnTarget (this=0x7ffee49c1600,
  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=0x7ffee49c1600)
  83.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3426
  84. #25 0x0000000000a91f8d in Spell::cast (this=0x7ffee49c1600,
  85.     skipCheck=<value optimized out>)
  86.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3375
  87. #26 0x0000000000a93423 in Spell::prepare (this=0x7ffee49c1600,
  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=0x7fffa6824300, recvPacket=...)
  92.     at /home/trinity/sources/src/server/game/Server/Protocol/Handlers/SpellHandler.cpp:407
  93. #28 0x0000000000a6b087 in WorldSession::Update (this=0x7fffa6824300,
  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=0x7fff322c9000,
  97.     t_diff=@0x7ffee31b70f0)
  98.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:516
  99. #30 0x0000000000bb5f2d in MapInstanced::Update (this=0x7fff322ae000,
  100.     t=@0x7ffee31b70f0)
  101.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:67
  102. #31 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffee31b70d0)
  103.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  104. #32 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee55818)
  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=0x7fffccbba160)
  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 = 0x7fff62af6000
  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 = 33
  155.         y = 31
  156.         cell_x = 6
  157.         cell_y = 6
  158. #12 0x0000000000814f3b 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=0x7fff62af7e30, data=<value optimized out>, dist=160)
  162.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:1996
  163.         notifier = {i_source = 0x7ffee1806000, i_message = 0x7fffc73fe6d0,
  164.           i_phaseMask = 1, i_distSq = 25600, team = 0, skipped_receiver = 0x0}
  165. #14 0x00000000008ebbad in Unit::SetRooted (this=0x7ffee1806000,
  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 = 0x7ffee49e25f0 "",
  173.                   _M_finish = 0x7ffee49e25f5 "\177",
  174.                   _M_end_of_storage = 0x7ffee49e25fa ""}}, <No data fields>}},
  175.           m_opcode = 232}
  176. #15 0x0000000000b96885 in Vehicle (this=0x7ffee49edf10,
  177.     unit=<value optimized out>, vehInfo=<value optimized out>)
  178.     at /home/trinity/sources/src/server/game/Entities/Vehicle/Vehicle.cpp:48
  179. No locals.
  180. #16 0x00000000008c2ccb in Unit::CreateVehicleKit (this=0x7ffee1806000,
  181.     id=<value optimized out>)
  182.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15882
  183.         vehInfo = 0x7fffe3e40ec0
  184. #17 0x000000000081dc1c in Creature::CreateFromProto (this=0x7ffee1806000,
  185.     guidlow=209842, Entry=27894, vehId=160, team=1, data=0x0)
  186.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:1263
  187.         cinfo = 0x0
  188. #18 0x000000000081e6d2 in Creature::Create (this=0x7ffee1806000,
  189.     guidlow=209842, map=<value optimized out>, phaseMask=1, Entry=27894,
  190.     vehId=0, team=1, x=1068.69299, y=-86.9509964, z=93.8099976,
  191.     ang=0.0199999996, data=0x0)
  192.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:764
  193.         bResult = <value optimized out>
  194.         __FUNCTION__ = "Create"
  195. #19 0x000000000077b6c7 in Battleground::AddCreature (this=0x7fff34c40d00,
  196.     entry=27894, type=2, teamval=1, x=1068.69299, y=-86.9509964, z=93.8099976,
  197.     o=0.0199999996, respawntime=600)
  198.     at /home/trinity/sources/src/server/game/Battlegrounds/Battleground.cpp:1539
  199.         pCreature = 0x7ffee1806000
  200.         cinfo = <value optimized out>
  201. #20 0x000000000075c748 in BattlegroundSA::ResetObjs (this=0x7fff34c40d00)
  202.     at /home/trinity/sources/src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp:93
  203.         atF = 1732
  204.         defF = 1735
  205. #21 0x000000000091b404 in GameObject::Use (this=0x7fff32122800,
  206.     user=0x7fff96ba1000)
  207.     at /home/trinity/sources/src/server/game/Entities/GameObject/GameObject.cpp:1178
  208.         bg = 0x0
  209.         info = 0x7fffddae17c0
  210.         time_to_restore = <value optimized out>
  211.         spellCaster = <value optimized out>
  212.         spellId = <value optimized out>
  213.         spellInfo = <value optimized out>
  214. #22 0x0000000000ae5111 in Spell::EffectOpenLock (this=0x7ffee49c1600,
  215.     effIndex=EFFECT_0)
  216.     at /home/trinity/sources/src/server/game/Spells/SpellEffects.cpp:2770
  217.         lockId = 1634
  218.         guid = 17370386997985873617
  219.         skillId = SKILL_NONE
  220.         reqSkillValue = 0
  221.         skillValue = 32766
  222.         res = SPELL_FAILED_SUCCESS
  223. #23 0x0000000000a86c78 in Spell::DoAllEffectOnTarget (this=0x7ffee49c1600,
  224.     target=<value optimized out>)
  225.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:1615
  226.         effectMask = 1
  227.         go = 0x7fff32122800
  228. #24 0x0000000000a86ddc in Spell::handle_immediate (this=0x7ffee49c1600)
  229.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3426
  230. No locals.
  231. #25 0x0000000000a91f8d in Spell::cast (this=0x7ffee49c1600,
  232.     skipCheck=<value optimized out>)
  233.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3375
  234. No locals.
  235. #26 0x0000000000a93423 in Spell::prepare (this=0x7ffee49c1600,
  236.     targets=<value optimized out>, triggeredByAura=0x0)
  237.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3090
  238.         result = <value optimized out>
  239. #27 0x0000000000a3b61f in WorldSession::HandleCastSpellOpcode (
  240.     this=0x7fffa6824300, recvPacket=...)
  241.     at /home/trinity/sources/src/server/game/Server/Protocol/Handlers/SpellHandler.cpp:407
  242.         spellId = <value optimized out>
  243.         castCount = 184 '¸'
  244.         castFlags = <value optimized out>
  245.         mover = 0x7fff96ba1000
  246.         spellInfo = 0x7fffe4180b18
  247.         targets = {m_srcTransGUID = 0, m_srcTransOffset = {m_positionX = 0,
  248.             m_positionY = 0, m_positionZ = 0, m_orientation = 0}, m_srcPos = {
  249.             m_positionX = 853.852539, m_positionY = -108.470238,
  250.             m_positionZ = 111.93541, m_orientation = 3.21587849},
  251.           m_dstTransGUID = 0, m_dstTransOffset = {m_positionX = 0,
  252.             m_positionY = 0, m_positionZ = 0, m_orientation = 0},
  253.           m_dstPos = {<Position> = {m_positionX = 853.852539,
  254.               m_positionY = -108.470238, m_positionZ = 111.93541,
  255.               m_orientation = 3.21587849}, m_mapId = 4294967295},
  256.           m_elevation = 0, m_speed = 0, m_strTarget = {
  257.             static npos = 18446744073709551615,
  258.             _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x15481b8 ""}},
  259.           m_targetMask = 2048, m_unitTarget = 0x0,
  260.           m_GOTarget = 0x7fff32122800, m_itemTarget = 0x0,
  261.           m_unitTargetGUID = 0, m_GOTargetGUID = 17370386997985873617,
  262.           m_CorpseTargetGUID = 0, m_itemTargetGUID = 0, m_itemTargetEntry = 0}
  263.         spell = <value optimized out>
  264. #28 0x0000000000a6b087 in WorldSession::Update (this=0x7fffa6824300,
  265.     diff=<value optimized out>, updater=...)
  266.     at /home/trinity/sources/src/server/game/Server/WorldSession.cpp:304
  267.         packet = 0x7fffa681a580
  268. #29 0x00000000009ce1af in Map::Update (this=0x7fff322c9000,
  269.     t_diff=@0x7ffee31b70f0)
  270.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:516
  271.         pSession = 0x7fff62af7e30
  272.         updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1095810,
  273.             m_pSession = 0x7fffa6824300}, <No data fields>}
  274.         plr = 0x0
  275.         updater = {i_timeDiff = 108}
  276.         grid_object_update = {i_visitor = @0x7fffc73fedd0}
  277.         world_object_update = {i_visitor = @0x7fffc73fedd0}
  278. #30 0x0000000000bb5f2d in MapInstanced::Update (this=0x7fff322ae000,
  279.     t=@0x7ffee31b70f0)
  280.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:67
  281.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7fff320fe600,
  282.             _M_cur_bucket = 0x7fff32232220}, <No data fields>}
  283. #31 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffee31b70d0)
  284.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  285. No locals.
  286. #32 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee55818)
  287.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  288.         rq = 0x7ffee31b70d0
  289. #33 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  290.     at ../../ace/Task.cpp:271
  291.         t = 0x7fffcee55818
  292.         svc_status = <value optimized out>
  293. #34 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccbba160)
  294.     at ../../ace/Thread_Adapter.cpp:94
  295.         exit_hook_instance = <value optimized out>
  296.         exit_hook_maybe = {instance_ = 0x0}
  297.         exit_hook_ptr = <value optimized out>
  298. #35 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  299. No symbol table info available.
  300. #36 0x00007ffff60a202d in clone () from /lib/libc.so.6
  301. No symbol table info available.
  302. #37 0x0000000000000000 in ?? ()
  303. No symbol table info available.
  304.   28 Thread 0x7fffa67ff710 (LWP 8418)  0x00007ffff60a2623 in epoll_wait ()
  305.    from /lib/libc.so.6
  306.   27 Thread 0x7fffa77ff710 (LWP 8417)  0x00007ffff60a2623 in epoll_wait ()
  307.    from /lib/libc.so.6
  308.   26 Thread 0x7fffa87ff710 (LWP 8416)  0x00007ffff60a2623 in epoll_wait ()
  309.    from /lib/libc.so.6
  310.   25 Thread 0x7fffa97ff710 (LWP 8415)  0x00007ffff60a2623 in epoll_wait ()
  311.    from /lib/libc.so.6
  312.   24 Thread 0x7fffaa7ff710 (LWP 8414)  0x00007ffff60a2623 in epoll_wait ()
  313.    from /lib/libc.so.6
  314.   23 Thread 0x7fffab7ff710 (LWP 8413)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  315.   22 Thread 0x7fffac7ff710 (LWP 8412)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  316.   21 Thread 0x7fffad7ff710 (LWP 8411)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  317.   20 Thread 0x7fffaebfe710 (LWP 8410)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  318.   19 Thread 0x7fffb03ff710 (LWP 8409)  0x00007ffff63427dd in nanosleep ()
  319.    from /lib/libpthread.so.0
  320.   18 Thread 0x7fffaf3ff710 (LWP 8408)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  321.   17 Thread 0x7fffb13fe710 (LWP 8407)  0x00007ffff609b8d3 in select ()
  322.    from /lib/libc.so.6
  323.   15 Thread 0x7fffbd7fe710 (LWP 8405)  0x00007ffff609b8d3 in select ()
  324.    from /lib/libc.so.6
  325.   14 Thread 0x7fffbe7ff710 (LWP 8404)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  326.   13 Thread 0x7fffc4bff710 (LWP 8403)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  327.   12 Thread 0x7fffc5bff710 (LWP 8402)  0x00000000009c9b6f in LinkedListElement::isInList (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  328.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:40
  329.   11 Thread 0x7fffc6bfe710 (LWP 8401)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  330. * 10 Thread 0x7fffc73ff710 (LWP 8400)  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 8395)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  333.   8 Thread 0x7fffeefff710 (LWP 8394)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  334.   7 Thread 0x7fffeffff710 (LWP 8393)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  335.   6 Thread 0x7ffff13ff710 (LWP 8392)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  336.   5 Thread 0x7ffff23ff710 (LWP 8391)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  337.   4 Thread 0x7ffff33ff710 (LWP 8390)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  338.   3 Thread 0x7ffff43ff710 (LWP 8389)  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  339.   1 Thread 0x7ffff7fe0720 (LWP 8385)  0x00007ffff633bbe5 in pthread_join ()
  340.    from /lib/libpthread.so.0
  341.  
  342. Thread 28 (Thread 0x7fffa67ff710 (LWP 8418)):
  343. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  344. No symbol table info available.
  345. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  346.     this=0x7fffbf27a400, max_wait_time=<value optimized out>)
  347.     at ../../ace/Dev_Poll_Reactor.cpp:960
  348.         timer_buf = {static zero = {
  349.             static zero = <same as static member of an already seen type>,
  350.             static max_time = {
  351.               static zero = <same as static member of an already seen type>,
  352.               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}},
  353.           static max_time = <same as static member of an already seen type>,
  354.           tv_ = {tv_sec = 0, tv_usec = 5818}}
  355.         this_timeout = <value optimized out>
  356.         timeout = 5
  357.         nfds = <value optimized out>
  358. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  359.     this=0x7fffbf27a400, max_wait_time=0x7fffa67fee30, guard=...)
  360.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  361.         result = <value optimized out>
  362. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  363.     this=0x7fffbf27a400, max_wait_time=0x7fffa67fee30)
  364.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  365.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  366.           max_wait_time_ = 0x7fffa67fee30, start_time_ = {static zero = {
  367.               static zero = <same as static member of an already seen type>,
  368.               static max_time = {
  369.                 static zero = <same as static member of an already seen type>,
  370.                 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}},
  371.             static max_time = <same as static member of an already seen type>,
  372.             tv_ = {tv_sec = 1293116376, tv_usec = 649819}}, stopped_ = false}
  373.         guard = {token_ = @0x7fffbf27a478, owner_ = 1}
  374.         result = -1
  375. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  376.     this=0x7fffbedb9200, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  377.         result = 1
  378. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2dfde8)
  379.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  380.         interval = {static zero = {
  381.             static zero = <same as static member of an already seen type>,
  382.             static max_time = {
  383.               static zero = <same as static member of an already seen type>,
  384.               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}},
  385.           static max_time = <same as static member of an already seen type>,
  386.           tv_ = {tv_sec = 0, tv_usec = 5818}}
  387. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  388.     at ../../ace/Task.cpp:271
  389.         t = 0x7fffbf2dfde8
  390.         svc_status = <value optimized out>
  391. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffbee5eac0)
  392.     at ../../ace/Thread_Adapter.cpp:94
  393.         exit_hook_instance = <value optimized out>
  394.         exit_hook_maybe = {instance_ = 0x0}
  395.         exit_hook_ptr = <value optimized out>
  396. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  397. No symbol table info available.
  398. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  399. No symbol table info available.
  400. #10 0x0000000000000000 in ?? ()
  401. No symbol table info available.
  402.  
  403. Thread 27 (Thread 0x7fffa77ff710 (LWP 8417)):
  404. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  405. No symbol table info available.
  406. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  407.     this=0x7fffbf27a280, max_wait_time=<value optimized out>)
  408.     at ../../ace/Dev_Poll_Reactor.cpp:960
  409.         timer_buf = {static zero = {
  410.             static zero = <same as static member of an already seen type>,
  411.             static max_time = {
  412.               static zero = <same as static member of an already seen type>,
  413.               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}},
  414.           static max_time = <same as static member of an already seen type>,
  415.           tv_ = {tv_sec = 0, tv_usec = 2726}}
  416.         this_timeout = <value optimized out>
  417.         timeout = 2
  418.         nfds = <value optimized out>
  419. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  420.     this=0x7fffbf27a280, max_wait_time=0x7fffa77fee30, guard=...)
  421.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  422.         result = <value optimized out>
  423. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  424.     this=0x7fffbf27a280, max_wait_time=0x7fffa77fee30)
  425.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  426.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  427.           max_wait_time_ = 0x7fffa77fee30, start_time_ = {static zero = {
  428.               static zero = <same as static member of an already seen type>,
  429.               static max_time = {
  430.                 static zero = <same as static member of an already seen type>,
  431.                 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}},
  432.             static max_time = <same as static member of an already seen type>,
  433.             tv_ = {tv_sec = 1293116376, tv_usec = 650633}}, stopped_ = false}
  434.         guard = {token_ = @0x7fffbf27a2f8, owner_ = 1}
  435.         result = -1
  436. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  437.     this=0x7fffbedb9240, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  438.         result = 0
  439. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2dfcb0)
  440.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  441.         interval = {static zero = {
  442.             static zero = <same as static member of an already seen type>,
  443.             static max_time = {
  444.               static zero = <same as static member of an already seen type>,
  445.               static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}},
  446.           static max_time = <same as static member of an already seen type>,
  447.           tv_ = {tv_sec = 0, tv_usec = 2726}}
  448. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  449.     at ../../ace/Task.cpp:271
  450.         t = 0x7fffbf2dfcb0
  451.         svc_status = <value optimized out>
  452. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffbee5ea60)
  453.     at ../../ace/Thread_Adapter.cpp:94
  454.         exit_hook_instance = <value optimized out>
  455.         exit_hook_maybe = {instance_ = 0x0}
  456.         exit_hook_ptr = <value optimized out>
  457. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  458. No symbol table info available.
  459. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  460. No symbol table info available.
  461. #10 0x0000000000000000 in ?? ()
  462. No symbol table info available.
  463.  
  464. Thread 26 (Thread 0x7fffa87ff710 (LWP 8416)):
  465. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  466. No symbol table info available.
  467. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  468.     this=0x7fffbf27a100, max_wait_time=<value optimized out>)
  469.     at ../../ace/Dev_Poll_Reactor.cpp:960
  470.         timer_buf = {static zero = {
  471.             static zero = <same as static member of an already seen type>,
  472.             static max_time = {
  473.               static zero = <same as static member of an already seen type>,
  474.               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}},
  475.           static max_time = <same as static member of an already seen type>,
  476.           tv_ = {tv_sec = 0, tv_usec = 1454}}
  477.         this_timeout = <value optimized out>
  478.         timeout = 1
  479.         nfds = <value optimized out>
  480. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  481.     this=0x7fffbf27a100, max_wait_time=0x7fffa87fee30, guard=...)
  482.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  483.         result = <value optimized out>
  484. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  485.     this=0x7fffbf27a100, max_wait_time=0x7fffa87fee30)
  486.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  487.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  488.           max_wait_time_ = 0x7fffa87fee30, start_time_ = {static zero = {
  489.               static zero = <same as static member of an already seen type>,
  490.               static max_time = {
  491.                 static zero = <same as static member of an already seen type>,
  492.                 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}},
  493.             static max_time = <same as static member of an already seen type>,
  494.             tv_ = {tv_sec = 1293116376, tv_usec = 651699}}, stopped_ = false}
  495.         guard = {token_ = @0x7fffbf27a178, owner_ = 1}
  496.         result = -1
  497. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  498.     this=0x7fffbedb9280, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  499.         result = 1
  500. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2dfb78)
  501.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  502.         interval = {static zero = {
  503.             static zero = <same as static member of an already seen type>,
  504.             static max_time = {
  505.               static zero = <same as static member of an already seen type>,
  506.               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}},
  507.           static max_time = <same as static member of an already seen type>,
  508.           tv_ = {tv_sec = 0, tv_usec = 1454}}
  509. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  510.     at ../../ace/Task.cpp:271
  511.         t = 0x7fffbf2dfb78
  512.         svc_status = <value optimized out>
  513. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffbee5ea00)
  514.     at ../../ace/Thread_Adapter.cpp:94
  515.         exit_hook_instance = <value optimized out>
  516.         exit_hook_maybe = {instance_ = 0x0}
  517.         exit_hook_ptr = <value optimized out>
  518. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  519. No symbol table info available.
  520. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  521. No symbol table info available.
  522. #10 0x0000000000000000 in ?? ()
  523. No symbol table info available.
  524.  
  525. Thread 25 (Thread 0x7fffa97ff710 (LWP 8415)):
  526. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  527. No symbol table info available.
  528. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  529.     this=0x7fffbf279f80, max_wait_time=<value optimized out>)
  530.     at ../../ace/Dev_Poll_Reactor.cpp:960
  531.         timer_buf = {static zero = {
  532.             static zero = <same as static member of an already seen type>,
  533.             static max_time = {
  534.               static zero = <same as static member of an already seen type>,
  535.               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}},
  536.           static max_time = <same as static member of an already seen type>,
  537.           tv_ = {tv_sec = 0, tv_usec = 1161}}
  538.         this_timeout = <value optimized out>
  539.         timeout = 1
  540.         nfds = <value optimized out>
  541. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  542.     this=0x7fffbf279f80, max_wait_time=0x7fffa97fee30, guard=...)
  543.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  544.         result = <value optimized out>
  545. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  546.     this=0x7fffbf279f80, max_wait_time=0x7fffa97fee30)
  547.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  548.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  549.           max_wait_time_ = 0x7fffa97fee30, start_time_ = {static zero = {
  550.               static zero = <same as static member of an already seen type>,
  551.               static max_time = {
  552.                 static zero = <same as static member of an already seen type>,
  553.                 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}},
  554.             static max_time = <same as static member of an already seen type>,
  555.             tv_ = {tv_sec = 1293116376, tv_usec = 651620}}, stopped_ = false}
  556.         guard = {token_ = @0x7fffbf279ff8, owner_ = 1}
  557.         result = -1
  558. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  559.     this=0x7fffbedb92c0, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  560.         result = 1
  561. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2dfa40)
  562.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  563.         interval = {static zero = {
  564.             static zero = <same as static member of an already seen type>,
  565.             static max_time = {
  566.               static zero = <same as static member of an already seen type>,
  567.               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}},
  568.           static max_time = <same as static member of an already seen type>,
  569.           tv_ = {tv_sec = 0, tv_usec = 1161}}
  570. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  571.     at ../../ace/Task.cpp:271
  572.         t = 0x7fffbf2dfa40
  573.         svc_status = <value optimized out>
  574. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffbee5e9a0)
  575.     at ../../ace/Thread_Adapter.cpp:94
  576.         exit_hook_instance = <value optimized out>
  577.         exit_hook_maybe = {instance_ = 0x0}
  578.         exit_hook_ptr = <value optimized out>
  579. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  580. No symbol table info available.
  581. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  582. No symbol table info available.
  583. #10 0x0000000000000000 in ?? ()
  584. No symbol table info available.
  585.  
  586. Thread 24 (Thread 0x7fffaa7ff710 (LWP 8414)):
  587. #0  0x00007ffff60a2623 in epoll_wait () from /lib/libc.so.6
  588. No symbol table info available.
  589. #1  0x00007ffff7674e84 in ACE_Dev_Poll_Reactor::work_pending_i (
  590.     this=0x7fffbf279e00, max_wait_time=<value optimized out>)
  591.     at ../../ace/Dev_Poll_Reactor.cpp:960
  592.         timer_buf = {static zero = {
  593.             static zero = <same as static member of an already seen type>,
  594.             static max_time = {
  595.               static zero = <same as static member of an already seen type>,
  596.               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}},
  597.           static max_time = <same as static member of an already seen type>,
  598.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  599.         this_timeout = <value optimized out>
  600.         timeout = 9
  601.         nfds = <value optimized out>
  602. #2  0x00007ffff7674f71 in ACE_Dev_Poll_Reactor::handle_events_i (
  603.     this=0x7fffbf279e00, max_wait_time=0x7fffaa7fee30, guard=...)
  604.     at ../../ace/Dev_Poll_Reactor.cpp:1033
  605.         result = <value optimized out>
  606. #3  0x00007ffff767515e in ACE_Dev_Poll_Reactor::handle_events (
  607.     this=0x7fffbf279e00, max_wait_time=0x7fffaa7fee30)
  608.     at ../../ace/Dev_Poll_Reactor.cpp:1015
  609.         countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  610.           max_wait_time_ = 0x7fffaa7fee30, start_time_ = {static zero = {
  611.               static zero = <same as static member of an already seen type>,
  612.               static max_time = {
  613.                 static zero = <same as static member of an already seen type>,
  614.                 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}},
  615.             static max_time = <same as static member of an already seen type>,
  616.             tv_ = {tv_sec = 1293116376, tv_usec = 646660}}, stopped_ = false}
  617.         guard = {token_ = @0x7fffbf279e78, owner_ = 1}
  618.         result = -1
  619. #4  0x00007ffff76cb9bd in ACE_Reactor::run_reactor_event_loop (
  620.     this=0x7fffbedb9300, tv=..., eh=0) at ../../ace/Reactor.cpp:267
  621.         result = -1087506168
  622. #5  0x0000000000a706b0 in ReactorRunnable::svc (this=0x7fffbf2df908)
  623.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:169
  624.         interval = {static zero = {
  625.             static zero = <same as static member of an already seen type>,
  626.             static max_time = {
  627.               static zero = <same as static member of an already seen type>,
  628.               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}},
  629.           static max_time = <same as static member of an already seen type>,
  630.           tv_ = {tv_sec = 0, tv_usec = 9998}}
  631. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  632.     at ../../ace/Task.cpp:271
  633.         t = 0x7fffbf2df908
  634.         svc_status = <value optimized out>
  635. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffbee5e880)
  636.     at ../../ace/Thread_Adapter.cpp:94
  637.         exit_hook_instance = <value optimized out>
  638.         exit_hook_maybe = {instance_ = 0x0}
  639.         exit_hook_ptr = <value optimized out>
  640. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  641. No symbol table info available.
  642. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  643. No symbol table info available.
  644. #10 0x0000000000000000 in ?? ()
  645. No symbol table info available.
  646.  
  647. Thread 23 (Thread 0x7fffab7ff710 (LWP 8413)):
  648. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  649.    from /lib/libpthread.so.0
  650. No symbol table info available.
  651. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf40a184, mutex=...,
  652.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  653.         result = <value optimized out>
  654.         ts = {tv_sec = 140737299682792, tv_nsec = 64}
  655. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf40a184, mutex=...,
  656.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  657. No locals.
  658. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  659.     (this=0x7fffaf40a100, timeout=0x0)
  660.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  661.         result = <value optimized out>
  662. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  663. No symbol table info available.
  664. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  665. No symbol table info available.
  666. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  667.     at ../../ace/Task.cpp:271
  668.         t = 0x7fffb13fddc0
  669.         svc_status = <value optimized out>
  670. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf40e280)
  671.     at ../../ace/Thread_Adapter.cpp:94
  672.         exit_hook_instance = <value optimized out>
  673.         exit_hook_maybe = {instance_ = 0x0}
  674.         exit_hook_ptr = <value optimized out>
  675. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  676. No symbol table info available.
  677. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  678. No symbol table info available.
  679. #10 0x0000000000000000 in ?? ()
  680. No symbol table info available.
  681.  
  682. Thread 22 (Thread 0x7fffac7ff710 (LWP 8412)):
  683. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  684.    from /lib/libpthread.so.0
  685. No symbol table info available.
  686. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf40a184, mutex=...,
  687.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  688.         result = <value optimized out>
  689.         ts = {tv_sec = 140737299679784, tv_nsec = 64}
  690. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf40a184, mutex=...,
  691.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  692. No locals.
  693. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  694.     (this=0x7fffaf40a100, timeout=0x0)
  695.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  696.         result = <value optimized out>
  697. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  698. No symbol table info available.
  699. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  700. No symbol table info available.
  701. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  702.     at ../../ace/Task.cpp:271
  703.         t = 0x7fffb13fddc0
  704.         svc_status = <value optimized out>
  705. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf40e220)
  706.     at ../../ace/Thread_Adapter.cpp:94
  707.         exit_hook_instance = <value optimized out>
  708.         exit_hook_maybe = {instance_ = 0x0}
  709.         exit_hook_ptr = <value optimized out>
  710. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  711. No symbol table info available.
  712. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  713. No symbol table info available.
  714. #10 0x0000000000000000 in ?? ()
  715. No symbol table info available.
  716.  
  717. Thread 21 (Thread 0x7fffad7ff710 (LWP 8411)):
  718. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  719.    from /lib/libpthread.so.0
  720. No symbol table info available.
  721. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf40a184, mutex=...,
  722.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  723.         result = <value optimized out>
  724.         ts = {tv_sec = 140737299676776, tv_nsec = 64}
  725. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf40a184, mutex=...,
  726.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  727. No locals.
  728. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  729.     (this=0x7fffaf40a100, timeout=0x0)
  730.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  731.         result = <value optimized out>
  732. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  733. No symbol table info available.
  734. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  735. No symbol table info available.
  736. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  737.     at ../../ace/Task.cpp:271
  738.         t = 0x7fffb13fddc0
  739.         svc_status = <value optimized out>
  740. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf40e1c0)
  741.     at ../../ace/Thread_Adapter.cpp:94
  742.         exit_hook_instance = <value optimized out>
  743.         exit_hook_maybe = {instance_ = 0x0}
  744.         exit_hook_ptr = <value optimized out>
  745. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  746. No symbol table info available.
  747. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  748. No symbol table info available.
  749. #10 0x0000000000000000 in ?? ()
  750. No symbol table info available.
  751.  
  752. Thread 20 (Thread 0x7fffaebfe710 (LWP 8410)):
  753. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  754.    from /lib/libpthread.so.0
  755. No symbol table info available.
  756. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf40a184, mutex=...,
  757.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  758.         result = <value optimized out>
  759.         ts = {tv_sec = 140737299673768, tv_nsec = 64}
  760. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf40a184, mutex=...,
  761.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  762. No locals.
  763. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  764.     (this=0x7fffaf40a100, timeout=0x0)
  765.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  766.         result = <value optimized out>
  767. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  768. No symbol table info available.
  769. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  770. No symbol table info available.
  771. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  772.     at ../../ace/Task.cpp:271
  773.         t = 0x7fffb13fddc0
  774.         svc_status = <value optimized out>
  775. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf40e160)
  776.     at ../../ace/Thread_Adapter.cpp:94
  777.         exit_hook_instance = <value optimized out>
  778.         exit_hook_maybe = {instance_ = 0x0}
  779.         exit_hook_ptr = <value optimized out>
  780. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  781. No symbol table info available.
  782. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  783. No symbol table info available.
  784. #10 0x0000000000000000 in ?? ()
  785. No symbol table info available.
  786.  
  787. Thread 19 (Thread 0x7fffb03ff710 (LWP 8409)):
  788. #0  0x00007ffff63427dd in nanosleep () from /lib/libpthread.so.0
  789. No symbol table info available.
  790. #1  0x0000000000c3cd99 in sleep (msecs=<value optimized out>)
  791.     at /usr/local/include/ace/OS_NS_unistd.inl:951
  792.         rqtp = {tv_sec = 1, tv_nsec = 0}
  793. #2  ACE_Based::Thread::Sleep (msecs=<value optimized out>)
  794.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:231
  795. No locals.
  796. #3  0x000000000073e79e in FreezeDetectorRunnable::run (this=0x7fffbe90ddc0)
  797.     at /home/trinity/sources/src/server/worldserver/Master.cpp:92
  798.         curtime = 0
  799. #4  0x0000000000c3d04a in ACE_Based::Thread::ThreadTask (param=0x7fffb03fee00)
  800.     at /home/trinity/sources/src/server/shared/Threading/Threading.cpp:183
  801. No locals.
  802. #5  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  803. No symbol table info available.
  804. #6  0x00007ffff60a202d in clone () from /lib/libc.so.6
  805. No symbol table info available.
  806. #7  0x0000000000000000 in ?? ()
  807. No symbol table info available.
  808.  
  809. Thread 18 (Thread 0x7fffaf3ff710 (LWP 8408)):
  810. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  811.    from /lib/libpthread.so.0
  812. No symbol table info available.
  813. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffaf40a184, mutex=...,
  814.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  815.         result = <value optimized out>
  816.         ts = {tv_sec = 140737299667752, tv_nsec = 64}
  817. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffaf40a184, mutex=...,
  818.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  819. No locals.
  820. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  821.     (this=0x7fffaf40a100, timeout=0x0)
  822.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  823.         result = <value optimized out>
  824. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  825. No symbol table info available.
  826. #5  0x0000000000737b00 in SOAPWorkingThread::svc() ()
  827. No symbol table info available.
  828. #6  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  829.     at ../../ace/Task.cpp:271
  830.         t = 0x7fffb13fddc0
  831.         svc_status = <value optimized out>
  832. #7  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffaf40e0a0)
  833.     at ../../ace/Thread_Adapter.cpp:94
  834.         exit_hook_instance = <value optimized out>
  835.         exit_hook_maybe = {instance_ = 0x0}
  836.         exit_hook_ptr = <value optimized out>
  837. #8  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  838. No symbol table info available.
  839. #9  0x00007ffff60a202d in clone () from /lib/libc.so.6
  840. No symbol table info available.
  841. #10 0x0000000000000000 in ?? ()
  842. No symbol table info available.
  843.  
  844. Thread 17 (Thread 0x7fffb13fe710 (LWP 8407)):
  845. #0  0x00007ffff609b8d3 in select () from /lib/libc.so.6
  846. No symbol table info available.
  847. #1  0x0000000001015f35 in tcp_select (soap=0x7fffb13e25a0, s=39,
  848.     flags=<value optimized out>, timeout=3)
  849.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4366
  850.         r = <value optimized out>
  851.         tv = {tv_sec = 1, tv_usec = 936000}
  852.         fd = {{fds_bits = {549755813888, 0 <repeats 15 times>}}, {fds_bits = {
  853.               549755813888, 0 <repeats 15 times>}}, {fds_bits = {549755813888,
  854.               0 <repeats 15 times>}}}
  855.         rfd = 0x7fffb13e2350
  856.         sfd = 0x7fffb13e23d0
  857.         efd = 0x7fffb13e2450
  858. #2  0x00000000010254c3 in soap_accept (soap=0x7fffb13e25a0)
  859.     at /home/trinity/sources/dep/gsoap/stdsoap2.cpp:4770
  860.         r = -514
  861.         err = -514
  862.         n = 16
  863.         len = 65536
  864.         set = 1
  865. #3  0x000000000073787f in TCSoapRunnable::run (this=<value optimized out>)
  866.     at /home/trinity/sources/src/server/worldserver/TCSoap/TCSoap.cpp:49
  867.         thread_soap = 0x103f11a
  868.         mb = <value optimized out>
  869.         pool = {<ACE_Task<ACE_MT_SYNCH>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0x104b4b0,
  870.                   reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  871.                       value_ = 1}, <No data fields>}, priority_ = 0,
  872.                   reactor_ = 0x0,
  873.                   reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  874.                       _vptr.Policy = 0x7ffff7946890},
  875.                     value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {
  876.                   _vptr.ACE_Shared_Object = 0x104b5b0}, <No data fields>},
  877.               thr_count_ = 5, thr_mgr_ = 0x7ffff442f3c0, flags_ = 0,
  878.               grp_id_ = 9, lock_ = {lock_ = {__data = {__lock = 0,
  879.                     __count = 0, __owner = 0, __nusers = 0, __kind = 0,
  880.                     __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  881.                   __size = '\000' <repeats 39 times>, __align = 0},
  882.                 removed_ = false}, last_thread_id_ = 0},
  883.             msg_queue_ = 0x7fffaf40a100, delete_msg_queue_ = true, mod_ = 0x0,
  884.             next_ = 0x0}, <No data fields>}
  885.         soap = {_vptr.soap = 0x11d4530, state = 1, version = 0, mode = 0,
  886.           imode = 2097152, omode = 2097152, float_format = 0x11d0a56 "%.9G",
  887.           double_format = 0x11d0a5b "%.17lG",
  888.           dime_id_format = 0x11d0a62 "cid:id%d",
  889.           http_version = 0x11d0a6b "1.1", http_content = 0x0,
  890.           encodingStyle = 0x11d3a60 "", actor = 0x0, lang = 0x11d1639 "en",
  891.           recv_timeout = 5, send_timeout = 5, connect_timeout = 0,
  892.           accept_timeout = 3, socket_flags = 0, connect_flags = 0,
  893.           bind_flags = 0, accept_flags = 0, linger_time = 0,
  894.           namespaces = 0x1535780, local_namespaces = 0x0, nlist = 0x0,
  895.           blist = 0x0, clist = 0x7fffaf415040, alist = 0x0, iht = {
  896.             0x0 <repeats 1999 times>}, pht = {0x0 <repeats 1024 times>},
  897.           pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fffaf416060,
  898.           idnum = 0, user = 0x0, plugins = 0x0, userid = 0x0, passwd = 0x0,
  899.           fpost = 0x10377d0 <http_post>, fget = 0x1013260 <http_get>,
  900.           fput = 0x1027200 <http_put>, fdel = 0x1013270 <http_405>,
  901.           fopt = 0x1013270 <http_405>, fhead = 0x1013270 <http_405>,
  902.           fform = 0, fposthdr = 0x101d170 <http_post_header>,
  903.           fresponse = 0x1018180 <http_response>,
  904.           fparse = 0x1026bd0 <http_parse>,
  905.           fparsehdr = 0x1034aa0 <http_parse_header>, fheader = 0,
  906.           fresolve = 0x101a5c0 <tcp_gethost>, fconnect = 0, fdisconnect = 0,
  907.           fclosesocket = 0x101a5a0 <tcp_closesocket>,
  908.           fshutdownsocket = 0x101a590 <tcp_shutdownsocket>,
  909.           fopen = 0x102bac0 <tcp_connect>, faccept = 0x101a5b0 <tcp_accept>,
  910.           fclose = 0x1013150 <tcp_disconnect>, fsend = 0x101a250 <fsend>,
  911.           frecv = 0x101a000 <frecv>, fpoll = 0x101c160 <soap_poll>,
  912.           fseterror = 0, fignore = 0, fserveloop = 0,
  913.           fplugin = 0x1018120 <fplugin>, fmalloc = 0, fprepareinitsend = 0,
  914.           fprepareinitrecv = 0, fpreparesend = 0, fpreparerecv = 0,
  915.           fpreparefinalsend = 0, fpreparefinalrecv = 0, fdimereadopen = 0,
  916.           fdimewriteopen = 0, fdimereadclose = 0, fdimewriteclose = 0,
  917.           fdimeread = 0, fdimewrite = 0, fmimereadopen = 0,
  918.           fmimewriteopen = 0, fmimereadclose = 0, fmimewriteclose = 0,
  919.           fmimeread = 0, fmimewrite = 0, master = 39, socket = -1, os = 0x0,
  920.           is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0,
  921.           cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0,
  922.           lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>,
  923.           msgbuf = '\000' <repeats 1023 times>,
  924.           tmpbuf = '\000' <repeats 1023 times>,
  925.           tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>,
  926.           href = '\000' <repeats 1023 times>,
  927.           type = '\000' <repeats 1023 times>,
  928.           arrayType = '\000' <repeats 1023 times>,
  929.           arraySize = '\000' <repeats 1023 times>,
  930.           arrayOffset = '\000' <repeats 1023 times>, other = 0, position = 0,
  931.           positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0,
  932.           encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9,
  933.           alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0,
  934.           endpoint = '\000' <repeats 1023 times>,
  935.           path = '\000' <repeats 1023 times>,
  936.           host = '\000' <repeats 1023 times>, action = 0x0, authrealm = 0x0,
  937.           prolog = 0x0, ip = 0, port = 0, keep_alive = 0, tcp_keep_alive = 0,
  938.           tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0,
  939.           max_keep_alive = 100, proxy_http_version = 0x11d0a6f "1.0",
  940.           proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0,
  941.           proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0,
  942.           errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0,
  943.             chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0,
  944.             type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0},
  945.           mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0,
  946.             last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {
  947.             0x0, 0x0, 0x0}, mht = {0x0 <repeats 903 times>, 0x7fffaf400088,
  948.             0x1, 0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffaf400058, 0x1,
  949.             0x7ffff4c0cda0, 0x0, 0x0, 0x0, 0x7fffaf400028,
  950.             0x0 <repeats 106 times>}, wsuid = 0x0, c14nexclude = 0x0,
  951.           cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0,
  952.           cookie_max = 32, ipv6_multicast_if = 0, ipv4_multicast_if = 0x0,
  953.           ipv4_multicast_ttl = 0, peer = {sin_family = 0, sin_port = 0,
  954.             sin_addr = {s_addr = 0},
  955.             sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16,
  956.           fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0,
  957.           session = 0x0, dh_params = 0x0, rsa_params = 0x0, ssl_flags = 0,
  958.           keyfile = 0x0, password = 0x0, cafile = 0x0, capath = 0x0,
  959.           crlfile = 0x0,
  960.           session_host = '\000' <repeats 856 times>, \224\004\001", '\000' <repeats 12 times>, "Z\224\004\001\000\000\000\000\000\000@¯ÿ\177\000\000\000\000@¯ÿ\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@¯ÿ\177\000\000@ÍÀôÿ\177\000\000\000\200@¯ÿ\177\000\000\001\000\000\000\000\000\000\000ÀÍÀôÿ\177\000\000\000\000\000\000\000\000\000\000\020ç?±ÿ\177\000\000º/\004\001\000\000\000\000HÍÀôÿ\177\000\000@ÍÀôÿ\177\000",
  961.           session_port = -1354735616, 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 = 140736167143064,
  965.           z_level = 15294, z_ratio_in = 0, z_ratio_out = 1.14808383e-41}
  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 0x7fffbd7fe710 (LWP 8405)):
  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 = 0x7fffbc489180 "\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 8404)):
  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=0x7fffcee5591c)
  1005.     at ../../ace/OS_NS_Thread.inl:329
  1006.         result = <value optimized out>
  1007. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffcee5591c)
  1008.     at ../../ace/Condition_Thread_Mutex.cpp:90
  1009. No locals.
  1010. #3  0x00000000009c0850 in MapUpdater::wait (this=0x7fffcee55810)
  1011.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:87
  1012.         guard = {lock_ = 0x7fffcee558e8, owner_ = 0}
  1013. #4  0x00000000009be4cd in MapManager::Update (this=0x7fffcee55708,
  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=22)
  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 = 22
  1023.         realCurrTime = 543607
  1024.         realPrevTime = 543585
  1025.         prevSleepTime = 12
  1026. #7  0x0000000000c3d04a in ACE_Based::Thread::ThreadTask (param=0x7fffcee5591c)
  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 8403)):
  1037. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1038.    from /lib/libpthread.so.0
  1039. No symbol table info available.
  1040. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffcf2a2884, mutex=...,
  1041.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1042.         result = <value optimized out>
  1043.         ts = {tv_sec = 17338224, tv_nsec = 140735022788352}
  1044. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffcf2a2884, mutex=...,
  1045.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1046. No locals.
  1047. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1048.     (this=0x7fffcf2a2800, timeout=0x0)
  1049.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1050.         result = <value optimized out>
  1051. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1052. No symbol table info available.
  1053. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1054.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1055.     at ../../ace/Activation_Queue.cpp:89
  1056.         mb = 0x0
  1057. #6  0x0000000000c3e1f4 in DelayExecutor::svc (this=0x7fffcee55818)
  1058.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  1059.         rq = 0x7ffee31b71c0
  1060. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1061.     at ../../ace/Task.cpp:271
  1062.         t = 0x7fffcee55818
  1063.         svc_status = <value optimized out>
  1064. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccbba2e0)
  1065.     at ../../ace/Thread_Adapter.cpp:94
  1066.         exit_hook_instance = <value optimized out>
  1067.         exit_hook_maybe = {instance_ = 0x0}
  1068.         exit_hook_ptr = <value optimized out>
  1069. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1070. No symbol table info available.
  1071. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1072. No symbol table info available.
  1073. #11 0x0000000000000000 in ?? ()
  1074. No symbol table info available.
  1075.  
  1076. Thread 12 (Thread 0x7fffc5bff710 (LWP 8402)):
  1077. #0  0x00000000009c9b6f in LinkedListElement::isInList (this=0x7fffcf7da000,
  1078.     diff=@0x7ffee2f63f60)
  1079.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:40
  1080. No locals.
  1081. #1  LinkedListHead::isEmpty (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1082.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:95
  1083. No locals.
  1084. #2  LinkedListHead::getFirst (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1085.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedList.h:97
  1086. No locals.
  1087. #3  RefManager<GridRefManager<Creature>, Creature>::getFirst (
  1088.     this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1089.     at /home/trinity/sources/src/server/shared/Dynamic/LinkedReference/RefManager.h:33
  1090. No locals.
  1091. #4  GridRefManager<Creature>::getFirst (this=0x7fffcf7da000,
  1092.     diff=@0x7ffee2f63f60)
  1093.     at /home/trinity/sources/src/server/game/Grids/GridRefManager.h:33
  1094. No locals.
  1095. #5  GridRefManager<Creature>::begin (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1096.     at /home/trinity/sources/src/server/game/Grids/GridRefManager.h:36
  1097. No locals.
  1098. #6  resetNotify<Creature> (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1099.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:575
  1100. No locals.
  1101. #7  ResetNotifier::Visit (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1102.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:579
  1103. No locals.
  1104. #8  VisitorHelper<ResetNotifier, Creature> (this=0x7fffcf7da000,
  1105.     diff=@0x7ffee2f63f60)
  1106.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  1107. No locals.
  1108. #9  VisitorHelper<ResetNotifier, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1109.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  1110. No locals.
  1111. #10 VisitorHelper<ResetNotifier, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7fffcf7da000,
  1112.     diff=@0x7ffee2f63f60)
  1113.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:71
  1114. No locals.
  1115. #11 VisitorHelper<ResetNotifier, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffcf7da000,
  1116.     diff=@0x7ffee2f63f60)
  1117.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  1118. No locals.
  1119. #12 TypeContainerVisitor<ResetNotifier, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1120.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  1121. No locals.
  1122. #13 Visit<ResetNotifier> (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1123.     at /home/trinity/sources/src/server/game/Grids/Grid.h:89
  1124. No locals.
  1125. #14 Visit<ResetNotifier, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fffcf7da000,
  1126.     diff=@0x7ffee2f63f60)
  1127.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  1128. No locals.
  1129. #15 Visit<ResetNotifier, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (
  1130.     this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1131.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  1132.         x = <value optimized out>
  1133.         y = <value optimized out>
  1134.         cell_x = 1
  1135.         cell_y = 6
  1136. #16 Map::ProcessRelocationNotifies (this=0x7fffcf7da000, diff=@0x7ffee2f63f60)
  1137.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:653
  1138.         pair = {x_coord = 97, y_coord = 286}
  1139.         cell = {data = {Part = {grid_x = 12, grid_y = 35, cell_x = 1,
  1140.               cell_y = 6, nocreate = 1, reserved = 0}, All = 18356428}}
  1141.         y = 286
  1142.         x = 97
  1143.         grid = <value optimized out>
  1144. #17 0x00000000009ce361 in Map::Update (this=0x7fffcf7da000,
  1145.     t_diff=@0x7ffee2f63f60)
  1146.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:566
  1147.         updater = {i_timeDiff = 108}
  1148.         grid_object_update = {i_visitor = @0x7fffc5bfee00}
  1149.         world_object_update = {i_visitor = @0x7fffc5bfee00}
  1150. #18 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffee2f63f40)
  1151.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1152. No locals.
  1153. #19 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee55818)
  1154.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1155.         rq = 0x7ffee2f63f40
  1156. #20 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1157.     at ../../ace/Task.cpp:271
  1158.         t = 0x7fffcee55818
  1159.         svc_status = <value optimized out>
  1160. #21 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccbba280)
  1161.     at ../../ace/Thread_Adapter.cpp:94
  1162.         exit_hook_instance = <value optimized out>
  1163.         exit_hook_maybe = {instance_ = 0x0}
  1164.         exit_hook_ptr = <value optimized out>
  1165. #22 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1166. No symbol table info available.
  1167. #23 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1168. No symbol table info available.
  1169. #24 0x0000000000000000 in ?? ()
  1170. No symbol table info available.
  1171.  
  1172. Thread 11 (Thread 0x7fffc6bfe710 (LWP 8401)):
  1173. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1174.    from /lib/libpthread.so.0
  1175. No symbol table info available.
  1176. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7fffcf2a2884, mutex=...,
  1177.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1178.         result = <value optimized out>
  1179.         ts = {tv_sec = 140736889692160, tv_nsec = 140736889692448}
  1180. #2  ACE_Condition_Thread_Mutex::wait (this=0x7fffcf2a2884, mutex=...,
  1181.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1182. No locals.
  1183. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1184.     (this=0x7fffcf2a2800, timeout=0x0)
  1185.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1186.         result = <value optimized out>
  1187. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1188. No symbol table info available.
  1189. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1190.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1191.     at ../../ace/Activation_Queue.cpp:89
  1192.         mb = 0x0
  1193. #6  0x0000000000c3e1f4 in DelayExecutor::svc (this=0x7fffcee55818)
  1194.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:47
  1195.         rq = 0x7ffee31b7340
  1196. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1197.     at ../../ace/Task.cpp:271
  1198.         t = 0x7fffcee55818
  1199.         svc_status = <value optimized out>
  1200. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccbba220)
  1201.     at ../../ace/Thread_Adapter.cpp:94
  1202.         exit_hook_instance = <value optimized out>
  1203.         exit_hook_maybe = {instance_ = 0x0}
  1204.         exit_hook_ptr = <value optimized out>
  1205. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1206. No symbol table info available.
  1207. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1208. No symbol table info available.
  1209. #11 0x0000000000000000 in ?? ()
  1210. No symbol table info available.
  1211.  
  1212. Thread 10 (Thread 0x7fffc73ff710 (LWP 8400)):
  1213. #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
  1214. No locals.
  1215. #1  std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >::end (this=0x7fffc73fe690, m=...)
  1216.     at /usr/include/c++/4.3/bits/stl_set.h:271
  1217. No locals.
  1218. #2  Player::HaveAtClient (this=0x7fffc73fe690, m=...)
  1219.     at /home/trinity/sources/src/server/game/Entities/Player/Player.h:2252
  1220. No locals.
  1221. #3  Trinity::MessageDistDeliverer::SendPacket (this=0x7fffc73fe690, m=...)
  1222.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.h:146
  1223. No locals.
  1224. #4  Trinity::MessageDistDeliverer::Visit (this=0x7fffc73fe690, m=...)
  1225.     at /home/trinity/sources/src/server/game/Grids/Notifiers/GridNotifiers.cpp:265
  1226.         target = 0x7fff62af6000
  1227. #5  0x00000000008123c1 in VisitorHelper<Trinity::MessageDistDeliverer, Player>
  1228.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1229.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:64
  1230. No locals.
  1231. #6  VisitorHelper<Trinity::MessageDistDeliverer, Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > (
  1232.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1233.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:70
  1234. No locals.
  1235. #7  VisitorHelper<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  1236.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1237.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:94
  1238. No locals.
  1239. #8  TypeContainerVisitor<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >::Visit (this=<value optimized out>, cell=<value optimized out>,
  1240.     visitor=...)
  1241.     at /home/trinity/sources/src/server/shared/Dynamic/TypeContainerVisitor.h:105
  1242. No locals.
  1243. #9  Visit<Trinity::MessageDistDeliverer> (this=<value optimized out>,
  1244.     cell=<value optimized out>, visitor=...)
  1245.     at /home/trinity/sources/src/server/game/Grids/Grid.h:96
  1246. No locals.
  1247. #10 Visit<Trinity::MessageDistDeliverer, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > (
  1248.     this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1249.     at /home/trinity/sources/src/server/game/Grids/NGrid.h:145
  1250. No locals.
  1251. #11 Map::Visit<Trinity::MessageDistDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >
  1252.     (this=<value optimized out>, cell=<value optimized out>, visitor=...)
  1253.     at /home/trinity/sources/src/server/game/Maps/Map.h:653
  1254.         x = 33
  1255.         y = 31
  1256.         cell_x = 6
  1257.         cell_y = 6
  1258. #12 0x0000000000814f3b in void WorldObject::VisitNearbyWorldObject<Trinity::MessageDistDeliverer>(float const&, Trinity::MessageDistDeliverer&) const ()
  1259. No symbol table info available.
  1260. #13 0x000000000080d738 in WorldObject::SendMessageToSetInRange (
  1261.     this=0x7fff62af7e30, data=<value optimized out>, dist=160)
  1262.     at /home/trinity/sources/src/server/game/Entities/Object/Object.cpp:1996
  1263.         notifier = {i_source = 0x7ffee1806000, i_message = 0x7fffc73fe6d0,
  1264.           i_phaseMask = 1, i_distSq = 25600, team = 0, skipped_receiver = 0x0}
  1265. #14 0x00000000008ebbad in Unit::SetRooted (this=0x7ffee1806000,
  1266.     apply=<value optimized out>)
  1267.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15544
  1268.         data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0,
  1269.             _wpos = 5,
  1270.             _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  1271.                 _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  1272.                   _M_start = 0x7ffee49e25f0 "",
  1273.                   _M_finish = 0x7ffee49e25f5 "\177",
  1274.                   _M_end_of_storage = 0x7ffee49e25fa ""}}, <No data fields>}},
  1275.           m_opcode = 232}
  1276. #15 0x0000000000b96885 in Vehicle (this=0x7ffee49edf10,
  1277.     unit=<value optimized out>, vehInfo=<value optimized out>)
  1278.     at /home/trinity/sources/src/server/game/Entities/Vehicle/Vehicle.cpp:48
  1279. No locals.
  1280. #16 0x00000000008c2ccb in Unit::CreateVehicleKit (this=0x7ffee1806000,
  1281.     id=<value optimized out>)
  1282.     at /home/trinity/sources/src/server/game/Entities/Unit/Unit.cpp:15882
  1283.         vehInfo = 0x7fffe3e40ec0
  1284. #17 0x000000000081dc1c in Creature::CreateFromProto (this=0x7ffee1806000,
  1285.     guidlow=209842, Entry=27894, vehId=160, team=1, data=0x0)
  1286.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:1263
  1287.         cinfo = 0x0
  1288. #18 0x000000000081e6d2 in Creature::Create (this=0x7ffee1806000,
  1289.     guidlow=209842, map=<value optimized out>, phaseMask=1, Entry=27894,
  1290.     vehId=0, team=1, x=1068.69299, y=-86.9509964, z=93.8099976,
  1291.     ang=0.0199999996, data=0x0)
  1292.     at /home/trinity/sources/src/server/game/Entities/Creature/Creature.cpp:764
  1293.         bResult = <value optimized out>
  1294.         __FUNCTION__ = "Create"
  1295. #19 0x000000000077b6c7 in Battleground::AddCreature (this=0x7fff34c40d00,
  1296.     entry=27894, type=2, teamval=1, x=1068.69299, y=-86.9509964, z=93.8099976,
  1297.     o=0.0199999996, respawntime=600)
  1298.     at /home/trinity/sources/src/server/game/Battlegrounds/Battleground.cpp:1539
  1299.         pCreature = 0x7ffee1806000
  1300.         cinfo = <value optimized out>
  1301. #20 0x000000000075c748 in BattlegroundSA::ResetObjs (this=0x7fff34c40d00)
  1302.     at /home/trinity/sources/src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp:93
  1303.         atF = 1732
  1304.         defF = 1735
  1305. #21 0x000000000091b404 in GameObject::Use (this=0x7fff32122800,
  1306.     user=0x7fff96ba1000)
  1307.     at /home/trinity/sources/src/server/game/Entities/GameObject/GameObject.cpp:1178
  1308.         bg = 0x0
  1309.         info = 0x7fffddae17c0
  1310.         time_to_restore = <value optimized out>
  1311.         spellCaster = <value optimized out>
  1312.         spellId = <value optimized out>
  1313.         spellInfo = <value optimized out>
  1314. #22 0x0000000000ae5111 in Spell::EffectOpenLock (this=0x7ffee49c1600,
  1315.     effIndex=EFFECT_0)
  1316.     at /home/trinity/sources/src/server/game/Spells/SpellEffects.cpp:2770
  1317.         lockId = 1634
  1318.         guid = 17370386997985873617
  1319.         skillId = SKILL_NONE
  1320.         reqSkillValue = 0
  1321.         skillValue = 32766
  1322.         res = SPELL_FAILED_SUCCESS
  1323. #23 0x0000000000a86c78 in Spell::DoAllEffectOnTarget (this=0x7ffee49c1600,
  1324.     target=<value optimized out>)
  1325.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:1615
  1326.         effectMask = 1
  1327.         go = 0x7fff32122800
  1328. #24 0x0000000000a86ddc in Spell::handle_immediate (this=0x7ffee49c1600)
  1329.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3426
  1330. No locals.
  1331. #25 0x0000000000a91f8d in Spell::cast (this=0x7ffee49c1600,
  1332.     skipCheck=<value optimized out>)
  1333.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3375
  1334. No locals.
  1335. #26 0x0000000000a93423 in Spell::prepare (this=0x7ffee49c1600,
  1336.     targets=<value optimized out>, triggeredByAura=0x0)
  1337.     at /home/trinity/sources/src/server/game/Spells/Spell.cpp:3090
  1338.         result = <value optimized out>
  1339. #27 0x0000000000a3b61f in WorldSession::HandleCastSpellOpcode (
  1340.     this=0x7fffa6824300, recvPacket=...)
  1341.     at /home/trinity/sources/src/server/game/Server/Protocol/Handlers/SpellHandler.cpp:407
  1342.         spellId = <value optimized out>
  1343.         castCount = 184 '¸'
  1344.         castFlags = <value optimized out>
  1345.         mover = 0x7fff96ba1000
  1346.         spellInfo = 0x7fffe4180b18
  1347.         targets = {m_srcTransGUID = 0, m_srcTransOffset = {m_positionX = 0,
  1348.             m_positionY = 0, m_positionZ = 0, m_orientation = 0}, m_srcPos = {
  1349.             m_positionX = 853.852539, m_positionY = -108.470238,
  1350.             m_positionZ = 111.93541, m_orientation = 3.21587849},
  1351.           m_dstTransGUID = 0, m_dstTransOffset = {m_positionX = 0,
  1352.             m_positionY = 0, m_positionZ = 0, m_orientation = 0},
  1353.           m_dstPos = {<Position> = {m_positionX = 853.852539,
  1354.               m_positionY = -108.470238, m_positionZ = 111.93541,
  1355.               m_orientation = 3.21587849}, m_mapId = 4294967295},
  1356.           m_elevation = 0, m_speed = 0, m_strTarget = {
  1357.             static npos = 18446744073709551615,
  1358.             _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x15481b8 ""}},
  1359.           m_targetMask = 2048, m_unitTarget = 0x0,
  1360.           m_GOTarget = 0x7fff32122800, m_itemTarget = 0x0,
  1361.           m_unitTargetGUID = 0, m_GOTargetGUID = 17370386997985873617,
  1362.           m_CorpseTargetGUID = 0, m_itemTargetGUID = 0, m_itemTargetEntry = 0}
  1363.         spell = <value optimized out>
  1364. #28 0x0000000000a6b087 in WorldSession::Update (this=0x7fffa6824300,
  1365.     diff=<value optimized out>, updater=...)
  1366.     at /home/trinity/sources/src/server/game/Server/WorldSession.cpp:304
  1367.         packet = 0x7fffa681a580
  1368. #29 0x00000000009ce1af in Map::Update (this=0x7fff322c9000,
  1369.     t_diff=@0x7ffee31b70f0)
  1370.     at /home/trinity/sources/src/server/game/Maps/Map.cpp:516
  1371.         pSession = 0x7fff62af7e30
  1372.         updater = {<PacketFilter> = {_vptr.PacketFilter = 0x1095810,
  1373.             m_pSession = 0x7fffa6824300}, <No data fields>}
  1374.         plr = 0x0
  1375.         updater = {i_timeDiff = 108}
  1376.         grid_object_update = {i_visitor = @0x7fffc73fedd0}
  1377.         world_object_update = {i_visitor = @0x7fffc73fedd0}
  1378. #30 0x0000000000bb5f2d in MapInstanced::Update (this=0x7fff322ae000,
  1379.     t=@0x7ffee31b70f0)
  1380.     at /home/trinity/sources/src/server/game/Maps/MapInstanced.cpp:67
  1381.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, Map*>, false>> = {_M_cur_node = 0x7fff320fe600,
  1382.             _M_cur_bucket = 0x7fff32232220}, <No data fields>}
  1383. #31 0x00000000009c0f12 in MapUpdateRequest::call (this=0x7ffee31b70d0)
  1384.     at /home/trinity/sources/src/server/game/Maps/MapUpdater.cpp:54
  1385. No locals.
  1386. #32 0x0000000000c3e1e1 in DelayExecutor::svc (this=0x7fffcee55818)
  1387.     at /home/trinity/sources/src/server/shared/Threading/DelayExecutor.cpp:52
  1388.         rq = 0x7ffee31b70d0
  1389. #33 0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1390.     at ../../ace/Task.cpp:271
  1391.         t = 0x7fffcee55818
  1392.         svc_status = <value optimized out>
  1393. #34 0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffccbba160)
  1394.     at ../../ace/Thread_Adapter.cpp:94
  1395.         exit_hook_instance = <value optimized out>
  1396.         exit_hook_maybe = {instance_ = 0x0}
  1397.         exit_hook_ptr = <value optimized out>
  1398. #35 0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1399. No symbol table info available.
  1400. #36 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1401. No symbol table info available.
  1402. #37 0x0000000000000000 in ?? ()
  1403. No symbol table info available.
  1404.  
  1405. Thread 9 (Thread 0x7fffedbff710 (LWP 8395)):
  1406. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1407.    from /lib/libpthread.so.0
  1408. No symbol table info available.
  1409. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d484, mutex=...,
  1410.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1411.         result = <value optimized out>
  1412.         ts = {tv_sec = 140737299656256, tv_nsec = 140732702654464}
  1413. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d484, mutex=...,
  1414.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1415. No locals.
  1416. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1417.     (this=0x7ffff440d400, timeout=0x0)
  1418.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1419.         result = <value optimized out>
  1420. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1421. No symbol table info available.
  1422. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1423.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1424.     at ../../ace/Activation_Queue.cpp:89
  1425.         mb = 0x0
  1426. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff44149c0)
  1427.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1428. No locals.
  1429. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1430.     at ../../ace/Task.cpp:271
  1431.         t = 0x7ffff44149c0
  1432.         svc_status = <value optimized out>
  1433. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7fffedd4f220)
  1434.     at ../../ace/Thread_Adapter.cpp:94
  1435.         exit_hook_instance = <value optimized out>
  1436.         exit_hook_maybe = {instance_ = 0x0}
  1437.         exit_hook_ptr = <value optimized out>
  1438. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1439. No symbol table info available.
  1440. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1441. No symbol table info available.
  1442. #11 0x0000000000000000 in ?? ()
  1443. No symbol table info available.
  1444.  
  1445. Thread 8 (Thread 0x7fffeefff710 (LWP 8394)):
  1446. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1447.    from /lib/libpthread.so.0
  1448. No symbol table info available.
  1449. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1450.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1451.         result = <value optimized out>
  1452.         ts = {tv_sec = 140732706040576, tv_nsec = 140733109374368}
  1453. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1454.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1455. No locals.
  1456. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1457.     (this=0x7ffff440d300, timeout=0x0)
  1458.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1459.         result = <value optimized out>
  1460. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1461. No symbol table info available.
  1462. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1463.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1464.     at ../../ace/Activation_Queue.cpp:89
  1465.         mb = 0x0
  1466. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414900)
  1467.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1468. No locals.
  1469. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1470.     at ../../ace/Task.cpp:271
  1471.         t = 0x7ffff4414900
  1472.         svc_status = <value optimized out>
  1473. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413fa0)
  1474.     at ../../ace/Thread_Adapter.cpp:94
  1475.         exit_hook_instance = <value optimized out>
  1476.         exit_hook_maybe = {instance_ = 0x0}
  1477.         exit_hook_ptr = <value optimized out>
  1478. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1479. No symbol table info available.
  1480. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1481. No symbol table info available.
  1482. #11 0x0000000000000000 in ?? ()
  1483. No symbol table info available.
  1484.  
  1485. Thread 7 (Thread 0x7fffeffff710 (LWP 8393)):
  1486. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1487.    from /lib/libpthread.so.0
  1488. No symbol table info available.
  1489. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1490.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1491.         result = <value optimized out>
  1492.         ts = {tv_sec = 140732706040320, tv_nsec = 140733109374416}
  1493. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1494.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1495. No locals.
  1496. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1497.     (this=0x7ffff440d300, timeout=0x0)
  1498.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1499.         result = <value optimized out>
  1500. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1501. No symbol table info available.
  1502. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1503.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1504.     at ../../ace/Activation_Queue.cpp:89
  1505.         mb = 0x0
  1506. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414840)
  1507.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1508. No locals.
  1509. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1510.     at ../../ace/Task.cpp:271
  1511.         t = 0x7ffff4414840
  1512.         svc_status = <value optimized out>
  1513. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413ee0)
  1514.     at ../../ace/Thread_Adapter.cpp:94
  1515.         exit_hook_instance = <value optimized out>
  1516.         exit_hook_maybe = {instance_ = 0x0}
  1517.         exit_hook_ptr = <value optimized out>
  1518. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1519. No symbol table info available.
  1520. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1521. No symbol table info available.
  1522. #11 0x0000000000000000 in ?? ()
  1523. No symbol table info available.
  1524.  
  1525. Thread 6 (Thread 0x7ffff13ff710 (LWP 8392)):
  1526. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1527.    from /lib/libpthread.so.0
  1528. No symbol table info available.
  1529. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1530.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1531.         result = <value optimized out>
  1532.         ts = {tv_sec = 140732706040832, tv_nsec = 140733109374320}
  1533. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1534.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1535. No locals.
  1536. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1537.     (this=0x7ffff440d300, timeout=0x0)
  1538.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1539.         result = <value optimized out>
  1540. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1541. No symbol table info available.
  1542. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1543.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1544.     at ../../ace/Activation_Queue.cpp:89
  1545.         mb = 0x0
  1546. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414780)
  1547.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1548. No locals.
  1549. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1550.     at ../../ace/Task.cpp:271
  1551.         t = 0x7ffff4414780
  1552.         svc_status = <value optimized out>
  1553. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413e20)
  1554.     at ../../ace/Thread_Adapter.cpp:94
  1555.         exit_hook_instance = <value optimized out>
  1556.         exit_hook_maybe = {instance_ = 0x0}
  1557.         exit_hook_ptr = <value optimized out>
  1558. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1559. No symbol table info available.
  1560. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1561. No symbol table info available.
  1562. #11 0x0000000000000000 in ?? ()
  1563. No symbol table info available.
  1564.  
  1565. Thread 5 (Thread 0x7ffff23ff710 (LWP 8391)):
  1566. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1567.    from /lib/libpthread.so.0
  1568. No symbol table info available.
  1569. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d384, mutex=...,
  1570.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1571.         result = <value optimized out>
  1572.         ts = {tv_sec = 140737293696304, tv_nsec = 17051163}
  1573. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d384, mutex=...,
  1574.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1575. No locals.
  1576. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1577.     (this=0x7ffff440d300, timeout=0x0)
  1578.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1579.         result = <value optimized out>
  1580. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1581. No symbol table info available.
  1582. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1583.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1584.     at ../../ace/Activation_Queue.cpp:89
  1585.         mb = 0x0
  1586. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff44146c0)
  1587.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1588. No locals.
  1589. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1590.     at ../../ace/Task.cpp:271
  1591.         t = 0x7ffff44146c0
  1592.         svc_status = <value optimized out>
  1593. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413d60)
  1594.     at ../../ace/Thread_Adapter.cpp:94
  1595.         exit_hook_instance = <value optimized out>
  1596.         exit_hook_maybe = {instance_ = 0x0}
  1597.         exit_hook_ptr = <value optimized out>
  1598. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1599. No symbol table info available.
  1600. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1601. No symbol table info available.
  1602. #11 0x0000000000000000 in ?? ()
  1603. No symbol table info available.
  1604.  
  1605. Thread 4 (Thread 0x7ffff33ff710 (LWP 8390)):
  1606. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1607.    from /lib/libpthread.so.0
  1608. No symbol table info available.
  1609. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1610.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1611.         result = <value optimized out>
  1612.         ts = {tv_sec = 140733193388037, tv_nsec = 0}
  1613. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1614.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1615. No locals.
  1616. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1617.     (this=0x7ffff440d200, timeout=0x0)
  1618.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1619.         result = <value optimized out>
  1620. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1621. No symbol table info available.
  1622. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1623.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1624.     at ../../ace/Activation_Queue.cpp:89
  1625.         mb = 0x0
  1626. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414600)
  1627.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1628. No locals.
  1629. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1630.     at ../../ace/Task.cpp:271
  1631.         t = 0x7ffff4414600
  1632.         svc_status = <value optimized out>
  1633. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413be0)
  1634.     at ../../ace/Thread_Adapter.cpp:94
  1635.         exit_hook_instance = <value optimized out>
  1636.         exit_hook_maybe = {instance_ = 0x0}
  1637.         exit_hook_ptr = <value optimized out>
  1638. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1639. No symbol table info available.
  1640. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1641. No symbol table info available.
  1642. #11 0x0000000000000000 in ?? ()
  1643. No symbol table info available.
  1644.  
  1645. Thread 3 (Thread 0x7ffff43ff710 (LWP 8389)):
  1646. #0  0x00007ffff633f16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  1647.    from /lib/libpthread.so.0
  1648. No symbol table info available.
  1649. #1  0x00007ffff7661b75 in cond_timedwait (this=0x7ffff440d284, mutex=...,
  1650.     abstime=<value optimized out>) at ../../ace/OS_NS_Thread.inl:362
  1651.         result = <value optimized out>
  1652.         ts = {tv_sec = 140737291276928, tv_nsec = 140737291276880}
  1653. #2  ACE_Condition_Thread_Mutex::wait (this=0x7ffff440d284, mutex=...,
  1654.     abstime=<value optimized out>) at ../../ace/Condition_Thread_Mutex.cpp:100
  1655. No locals.
  1656. #3  0x00000000007352ac in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  1657.     (this=0x7ffff440d200, timeout=0x0)
  1658.     at /usr/local/include/ace/Message_Queue_T.cpp:1742
  1659.         result = <value optimized out>
  1660. #4  0x0000000000736416 in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head(ACE_Message_Block*&, ACE_Time_Value*) ()
  1661. No symbol table info available.
  1662. #5  0x00007ffff76485b5 in ACE_Activation_Queue::dequeue (
  1663.     this=<value optimized out>, tv=0xfffffffffffffe00)
  1664.     at ../../ace/Activation_Queue.cpp:89
  1665.         mb = 0x0
  1666. #6  0x0000000000c2fc90 in DatabaseWorker::svc (this=0x7ffff4414540)
  1667.     at /home/trinity/sources/src/server/shared/Database/DatabaseWorker.cpp:40
  1668. No locals.
  1669. #7  0x00007ffff76f0187 in ACE_Task_Base::svc_run (args=<value optimized out>)
  1670.     at ../../ace/Task.cpp:271
  1671.         t = 0x7ffff4414540
  1672.         svc_status = <value optimized out>
  1673. #8  0x00007ffff76f1835 in ACE_Thread_Adapter::invoke (this=0x7ffff4413b20)
  1674.     at ../../ace/Thread_Adapter.cpp:94
  1675.         exit_hook_instance = <value optimized out>
  1676.         exit_hook_maybe = {instance_ = 0x0}
  1677.         exit_hook_ptr = <value optimized out>
  1678. #9  0x00007ffff633a8ba in start_thread () from /lib/libpthread.so.0
  1679. No symbol table info available.
  1680. #10 0x00007ffff60a202d in clone () from /lib/libc.so.6
  1681. No symbol table info available.
  1682. #11 0x0000000000000000 in ?? ()
  1683. No symbol table info available.
  1684.  
  1685. Thread 1 (Thread 0x7ffff7fe0720 (LWP 8385)):
  1686. #0  0x00007ffff633bbe5 in pthread_join () from /lib/libpthread.so.0
  1687. No symbol table info available.
  1688. #1  0x00007ffff76f418b in thr_join (this=0x7ffff442f3c0, task=0x7fffbf2df908)
  1689.     at ../../ace/OS_NS_Thread.inl:2788
  1690.         result = -196938816
  1691. #2  ACE_Thread::join (this=0x7ffff442f3c0, task=0x7fffbf2df908)
  1692.     at ../../ace/Thread.inl:137
  1693. No locals.
  1694. #3  ACE_Thread_Manager::wait_task (this=0x7ffff442f3c0, task=0x7fffbf2df908)
  1695.     at ../../ace/Thread_Manager.cpp:1793
  1696.         i = 0
  1697.         copy_count = 1
  1698.         result = <value optimized out>
  1699. #4  0x0000000000a6ec90 in ReactorRunnable::Wait (this=0x7fffbf38b8c8)
  1700.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:102
  1701. No locals.
  1702. #5  WorldSocketMgr::Wait (this=0x7fffbf38b8c8)
  1703.     at /home/trinity/sources/src/server/game/Server/WorldSocketMgr.cpp:318
  1704.         i = 1
  1705. #6  0x000000000073d7b4 in Master::Run (this=0x7ffff4411218)
  1706.     at /home/trinity/sources/src/server/worldserver/Master.cpp:279
  1707.         seed1 = {_bn = 0x7ffff4412380, _array = 0x0}
  1708.         pidfile = {static npos = 18446744073709551615,
  1709.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  1710.             _M_p = 0x7ffff44095f8 "../logs/core.pid"}}
  1711.         SignalINT = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1712.               _vptr.ACE_Event_Handler = 0x104c750,
  1713.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1714.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1715.               reactor_ = 0x0,
  1716.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1717.                   _vptr.Policy = 0x7ffff7946890},
  1718.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1719.         SignalTERM = {<Trinity::SignalHandler> = {<ACE_Event_Handler> = {
  1720.               _vptr.ACE_Event_Handler = 0x104c750,
  1721.               reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {
  1722.                   value_ = 1}, <No data fields>}, priority_ = 0,
  1723.               reactor_ = 0x0,
  1724.               reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {
  1725.                   _vptr.Policy = 0x7ffff7946890},
  1726.                 value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <No data fields>}, <No data fields>}
  1727.         Handler = {_vptr.ACE_Sig_Handler = 0x1548570, static sig_pending_ = 0,
  1728.           static signal_handlers_ = {0x0, 0x0, 0x7fffffffe400,
  1729.             0x0 <repeats 12 times>, 0x7fffffffe3d0, 0x0 <repeats 49 times>}}
  1730.         world_thread = {m_iThreadId = 140736389445392,
  1731.           m_hThreadHandle = 140736389445392, m_task = 0x7fffbc489160,
  1732.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1733.             _vptr.ACE_TSS = 0x10d08b0, keylock_ = {lock_ = {__data = {
  1734.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1735.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1736.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1737.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1738.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1739.         cliThread = 0x7fffbedb9440
  1740.         rar_thread = {m_iThreadId = 140736179730192,
  1741.           m_hThreadHandle = 140736179730192, m_task = 0x7fffbedb9420,
  1742.           static m_ThreadStorage = {<ACE_Copy_Disabled> = {<No data fields>},
  1743.             _vptr.ACE_TSS = 0x10d08b0, keylock_ = {lock_ = {__data = {
  1744.                   __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  1745.                   __kind = 0, __spins = 0, __list = {__prev = 0x0,
  1746.                     __next = 0x0}}, __size = '\000' <repeats 39 times>,
  1747.                 __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  1748.           static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  1749.         soap_thread = <value optimized out>
  1750.         wsport = <value optimized out>
  1751.         bind_ip = {static npos = 18446744073709551615,
  1752.           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffbedb9378 "0.0.0.0"}}
  1753. #7  0x0000000000738e1f in main (argc=3, argv=<value optimized out>)
  1754.     at /home/trinity/sources/src/server/worldserver/Main.cpp:147
  1755.         cfg_file = 0x7fffffffe922 "../etc/worldserver.conf"
  1756.         c = <value optimized out>
  1757.         ret = <value optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement