Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.07 KB | None | 0 0
  1. #0 FreezeDetectorRunnable::run (this=0x7f91485653f0) at /root/stcore_new/src/mangosd/Master.cpp:90
  2. 90 *((uint32 volatile*)NULL) = 0; // bang crash
  3. (gdb) bt
  4. #0 FreezeDetectorRunnable::run (this=0x7f91485653f0) at /root/stcore_new/src/mangosd/Master.cpp:90
  5. #1 0x00000000009b334a in ACE_Based::Thread::ThreadTask (param=0x7f9172187860) at /root/stcore_new/src/shared/Threading.cpp:187
  6. #2 0x00007f91721938ba in start_thread (arg=<value optimized out>) at pthread_create.c:300
  7. #3 0x00007f9171efa3cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  8. #4 0x0000000000000000 in ?? ()
  9. (gdb) info threads
  10. 13 Thread 14126 0x00007f9171efa9c3 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
  11. 12 Thread 14117 0x00007f917219b7dd in nanosleep () at ../sysdeps/unix/syscall-template.S:82
  12. 11 Thread 14116 0x00007f917219b7dd in nanosleep () at ../sysdeps/unix/syscall-template.S:82
  13. 10 Thread 14123 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  14. 9 Thread 14120 0x00007f917219b7dd in nanosleep () at ../sysdeps/unix/syscall-template.S:82
  15. 8 Thread 14122 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  16. 7 Thread 14118 0x00007f917219b0bd in read () at ../sysdeps/unix/syscall-template.S:82
  17. 6 Thread 14111 0x00007f9172194be5 in pthread_join (threadid=140262056306432, thread_return=0x0) at pthread_join.c:89
  18. 5 Thread 14124 0x00007f9171efa9c3 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
  19. 4 Thread 14127 0x00007f9171efa9c3 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
  20. 3 Thread 14128 0x00007f9171efa9c3 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
  21. 2 Thread 14121 0x00007f91728b4860 in std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) ()
  22. from /usr/lib/libstdc++.so.6
  23. * 1 Thread 14125 FreezeDetectorRunnable::run (this=0x7f91485653f0) at /root/stcore_new/src/mangosd/Master.cpp:90
  24. (gdb) thread apply 2 bt
  25.  
  26. Thread 2 (Thread 14121):
  27. #0 0x00007f91728b4860 in std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) () from /usr/lib/libstdc++.so.6
  28. #1 0x00000000005eccb1 in std::_Rb_tree<ObjectGuid, ObjectGuid, std::_Identity<ObjectGuid>, std::less<ObjectGuid>, std::allocator<ObjectGuid> >::erase (
  29. this=0x7f91470c9570) at /usr/include/c++/4.4/bits/stl_tree.h:1361
  30. #2 std::set<ObjectGuid, std::less<ObjectGuid>, std::allocator<ObjectGuid> >::erase (this=0x7f91470c9570) at /usr/include/c++/4.4/bits/stl_set.h:476
  31. #3 Unit::RemoveGuardians (this=0x7f91470c9570) at /root/stcore_new/src/game/Unit.cpp:6537
  32. #4 0x0000000000614db0 in Unit::SetDeathState (this=0x7f91470c9570, s=JUST_DIED) at /root/stcore_new/src/game/Unit.cpp:9179
  33. #5 0x000000000075d43b in Player::SetDeathState (this=0x7f91470c9570, s=<value optimized out>) at /root/stcore_new/src/game/Player.cpp:1585
  34. #6 0x0000000000615bec in Unit::DealDamage (this=0x16988a10, pVictim=0x7f91470c9570, damage=537, cleanDamage=<value optimized out>,
  35. damagetype=<value optimized out>, damageSchoolMask=<value optimized out>, spellProto=0x7f9167eb2f50, durabilityLoss=true)
  36. at /root/stcore_new/src/game/Unit.cpp:948
  37. #7 0x000000000061a2b4 in Unit::DealSpellDamage (this=0x16988a10, damageInfo=0x7f9165160ab0, durabilityLoss=true) at /root/stcore_new/src/game/Unit.cpp:1596
  38. #8 0x00000000008b3050 in Spell::DoAllEffectOnTarget (this=0x7f91191de000, target=<value optimized out>) at /root/stcore_new/src/game/Spell.cpp:1354
  39. #9 0x00000000008cdaac in Spell::handle_delayed (this=0x7f91191de000, t_offset=1250) at /root/stcore_new/src/game/Spell.cpp:3746
  40. #10 0x00000000008cf009 in SpellEvent::Execute (this=0x7f911800b420, e_time=16549, p_time=<value optimized out>) at /root/stcore_new/src/game/Spell.cpp:7546
  41. #11 0x00000000009c07ce in EventProcessor::Update (this=0x16988b40, p_time=85) at /root/stcore_new/src/framework/Utilities/EventProcessor.cpp:47
  42. #12 0x0000000000614f6c in Unit::Update (this=0x16988a10, update_diff=85, p_time=85) at /root/stcore_new/src/game/Unit.cpp:330
  43. #13 0x0000000000717cec in Creature::Update (this=0x16988a10, update_diff=85, diff=85) at /root/stcore_new/src/game/Creature.cpp:582
  44. #14 0x00000000008658cc in Pet::Update (this=0x16988a10, update_diff=85, diff=85) at /root/stcore_new/src/game/Pet.cpp:613
  45. #15 0x00000000007c2771 in WorldObject::UpdateHelper::Update (v=..., c=<value optimized out>) at /root/stcore_new/src/game/Object.h:431
  46. #16 MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>) at /root/stcore_new/src/game/GridNotifiersImpl.h:46
  47. #17 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:50
  48. #18 0x00000000007bfa1e in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > (this=0x7f912e4a00d0,
  49. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:57
  50. #19 VisitorHelper<MaNGOS::ObjectUpdater, Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > (this=0x7f912e4a00d0,
  51. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:58
  52. #20 VisitorHelper<MaNGOS::ObjectUpdater, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > (this=0x7f912e4a00d0,
  53. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:65
  54. #21 TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > >::Visit (this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:80
  55. #22 Visit<MaNGOS::ObjectUpdater> (this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/Grid.h:89
  56. #23 Visit<MaNGOS::ObjectUpdater, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > (this=0x7f912e4a00d0,
  57. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/NGrid.h:156
  58. #24 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > > (
  59. this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/game/Map.h:421
  60. #25 Map::Update (this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/game/Map.cpp:496
  61. #26 0x00000000007c02c9 in BattleGroundMap::Update (this=0x7f91470cb1f8, diff=@0x7f91470cb1f8) at /root/stcore_new/src/game/Map.cpp:1538
  62. #27 0x0000000000857422 in MapUpdateRequest::call (this=0x16bd8f80) at /root/stcore_new/src/game/MapUpdater.cpp:74
  63. #28 0x00000000009aec71 in DelayExecutor::svc (this=0x7f915be017d0) at /root/stcore_new/src/shared/DelayExecutor.cpp:70
  64. #29 0x00007f9173abfa97 in ACE_Task_Base::svc_run (args=<value optimized out>) at /root/stcore_new/dep/ACE_wrappers/ace/Task.cpp:271
  65. #30 0x00007f9173ac0e21 in ACE_Thread_Adapter::invoke (this=0x7f91485b3410) at /root/stcore_new/dep/ACE_wrappers/ace/Thread_Adapter.cpp:94
  66. #31 0x00007f91721938ba in start_thread (arg=<value optimized out>) at pthread_create.c:300
  67. #32 0x00007f9171efa3cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  68. #33 0x0000000000000000 in ?? ()
  69. (gdb) thread apply 2 bt full
  70.  
  71. Thread 2 (Thread 14121):
  72. #0 0x00007f91728b4860 in std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) () from /usr/lib/libstdc++.so.6
  73. No symbol table info available.
  74. #1 0x00000000005eccb1 in std::_Rb_tree<ObjectGuid, ObjectGuid, std::_Identity<ObjectGuid>, std::less<ObjectGuid>, std::allocator<ObjectGuid> >::erase (
  75. this=0x7f91470c9570) at /usr/include/c++/4.4/bits/stl_tree.h:1361
  76. No locals.
  77. #2 std::set<ObjectGuid, std::less<ObjectGuid>, std::allocator<ObjectGuid> >::erase (this=0x7f91470c9570) at /usr/include/c++/4.4/bits/stl_set.h:476
  78. No locals.
  79. #3 Unit::RemoveGuardians (this=0x7f91470c9570) at /root/stcore_new/src/game/Unit.cpp:6537
  80. No locals.
  81. #4 0x0000000000614db0 in Unit::SetDeathState (this=0x7f91470c9570, s=JUST_DIED) at /root/stcore_new/src/game/Unit.cpp:9179
  82. No locals.
  83. #5 0x000000000075d43b in Player::SetDeathState (this=0x7f91470c9570, s=<value optimized out>) at /root/stcore_new/src/game/Player.cpp:1585
  84. ressSpellId = 0
  85. cur = true
  86. #6 0x0000000000615bec in Unit::DealDamage (this=0x16988a10, pVictim=0x7f91470c9570, damage=537, cleanDamage=<value optimized out>,
  87. damagetype=<value optimized out>, damageSchoolMask=<value optimized out>, spellProto=0x7f9167eb2f50, durabilityLoss=true)
  88. at /root/stcore_new/src/game/Unit.cpp:948
  89. group_tap = 0x7f9130530f00
  90. spiritOfRedemtionTalentReady = 0x0
  91. player_tap = 0x7f9132a99010
  92. pOwner = 0x0
  93. damageFromSpiritOfRedemtionTalent = false
  94. health = <value optimized out>
  95. duel_hasEnded = false
  96. __FUNCTION__ = "DealDamage"
  97. #7 0x000000000061a2b4 in Unit::DealSpellDamage (this=0x16988a10, damageInfo=0x7f9165160ab0, durabilityLoss=true) at /root/stcore_new/src/game/Unit.cpp:1596
  98. pVictim = 0x7f91470c9570
  99. spellProto = 0x7f9167eb2f50
  100. cleanDamage = {damage = 0, absorb = 0, attackType = BASE_ATTACK, hitOutCome = MELEE_HIT_NORMAL}
  101. hasWeaponDmgEffect = <value optimized out>
  102. #8 0x00000000008b3050 in Spell::DoAllEffectOnTarget (this=0x7f91191de000, target=<value optimized out>) at /root/stcore_new/src/game/Spell.cpp:1354
  103. damageInfo = {target = 0x7f91470c9570, attacker = 0x16988a10, SpellID = 59638, damage = 537, schoolMask = SPELL_SCHOOL_MASK_FROST, absorb = 0,
  104. resist = 537, physicalLog = false, unused = false, blocked = 0, HitInfo = 0}
  105. unit = 0x7f91470c9570
  106. mask = <value optimized out>
  107. real_caster = 0x16988a10
  108. caster = 0x16988a10
  109. missInfo = 65536
  110. procVictim = 131072
  111. procAttacker = 65536
  112. procEx = <value optimized out>
  113. #9 0x00000000008cdaac in Spell::handle_delayed (this=0x7f91191de000, t_offset=1250) at /root/stcore_new/src/game/Spell.cpp:3746
  114. next_time = 0
  115. #10 0x00000000008cf009 in SpellEvent::Execute (this=0x7f911800b420, e_time=16549, p_time=<value optimized out>) at /root/stcore_new/src/game/Spell.cpp:7546
  116. n_offset = <value optimized out>
  117. #11 0x00000000009c07ce in EventProcessor::Update (this=0x16988b40, p_time=85) at /root/stcore_new/src/framework/Utilities/EventProcessor.cpp:47
  118. Event = 0x7f911800b420
  119. #12 0x0000000000614f6c in Unit::Update (this=0x16988a10, update_diff=85, p_time=85) at /root/stcore_new/src/game/Unit.cpp:330
  120. No locals.
  121. #13 0x0000000000717cec in Creature::Update (this=0x16988a10, update_diff=85, diff=85) at /root/stcore_new/src/game/Creature.cpp:582
  122. No locals.
  123. #14 0x00000000008658cc in Pet::Update (this=0x16988a10, update_diff=85, diff=85) at /root/stcore_new/src/game/Pet.cpp:613
  124. __FUNCTION__ = "Update"
  125. #15 0x00000000007c2771 in WorldObject::UpdateHelper::Update (v=..., c=<value optimized out>) at /root/stcore_new/src/game/Object.h:431
  126. No locals.
  127. ---Type <return> to continue, or q <return> to quit---59638
  128. #16 MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>) at /root/stcore_new/src/game/GridNotifiersImpl.h:46
  129. No locals.
  130. #17 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:50
  131. No locals.
  132. #18 0x00000000007bfa1e in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > (this=0x7f912e4a00d0,
  133. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:57
  134. No locals.
  135. #19 VisitorHelper<MaNGOS::ObjectUpdater, Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > (this=0x7f912e4a00d0,
  136. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:58
  137. No locals.
  138. #20 VisitorHelper<MaNGOS::ObjectUpdater, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > (this=0x7f912e4a00d0,
  139. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:65
  140. No locals.
  141. #21 TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > >::Visit (this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/TypeContainerVisitor.h:80
  142. No locals.
  143. #22 Visit<MaNGOS::ObjectUpdater> (this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/Grid.h:89
  144. No locals.
  145. #23 Visit<MaNGOS::ObjectUpdater, TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > (this=0x7f912e4a00d0,
  146. t_diff=<value optimized out>) at /root/stcore_new/src/framework/GameSystem/NGrid.h:156
  147. No locals.
  148. #24 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<Camera, TypeNull> > > > > > (
  149. this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/game/Map.h:421
  150. x = 33
  151. y = 97
  152. #25 Map::Update (this=0x7f912e4a00d0, t_diff=<value optimized out>) at /root/stcore_new/src/game/Map.cpp:496
  153. cell = {data = {Part = {grid_x = 33, grid_y = 33, cell_x = 4, cell_y = 5, nocreate = 1, reserved = 0}, All = 18106465}}
  154. y = 270
  155. x = 268
  156. plr = <value optimized out>
  157. updater = {i_timeDiff = 85}
  158. __FUNCTION__ = "Update"
  159. #26 0x00000000007c02c9 in BattleGroundMap::Update (this=0x7f91470cb1f8, diff=@0x7f91470cb1f8) at /root/stcore_new/src/game/Map.cpp:1538
  160. No locals.
  161. #27 0x0000000000857422 in MapUpdateRequest::call (this=0x16bd8f80) at /root/stcore_new/src/game/MapUpdater.cpp:74
  162. No locals.
  163. #28 0x00000000009aec71 in DelayExecutor::svc (this=0x7f915be017d0) at /root/stcore_new/src/shared/DelayExecutor.cpp:70
  164. rq = 0x16bd8f80
  165. #29 0x00007f9173abfa97 in ACE_Task_Base::svc_run (args=<value optimized out>) at /root/stcore_new/dep/ACE_wrappers/ace/Task.cpp:271
  166. t = 0x7f915be017d0
  167. svc_status = <value optimized out>
  168. #30 0x00007f9173ac0e21 in ACE_Thread_Adapter::invoke (this=0x7f91485b3410) at /root/stcore_new/dep/ACE_wrappers/ace/Thread_Adapter.cpp:94
  169. exit_hook_instance = <value optimized out>
  170. exit_hook_maybe = {instance_ = 0x0}
  171. exit_hook_ptr = <value optimized out>
  172. #31 0x00007f91721938ba in start_thread (arg=<value optimized out>) at pthread_create.c:300
  173. __res = <value optimized out>
  174. pd = 0x7f9165161700
  175. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140262442931968, 2866177406366685654, 140735754565936, 0, 140262692384832, 3, -2817987801937831466,
  176. -2818038302622574122}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  177. not_first_call = <value optimized out>
  178. freesize = <value optimized out>
  179. __PRETTY_FUNCTION__ = "start_thread"
  180. #32 0x00007f9171efa3cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  181. No locals.
  182. #33 0x0000000000000000 in ?? ()
  183. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement