Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. #0 FreezeDetectorRunnable::run (this=0xe6e2040) 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=0xe6e2040) at /root/stcore_new/src/mangosd/Master.cpp:90
  5. #1 0x00000000009b334a in ACE_Based::Thread::ThreadTask (param=0x7f6f7dec5860) at /root/stcore_new/src/shared/Threading.cpp:187
  6. #2 0x00007f6f7ded18ba in start_thread (arg=<value optimized out>) at pthread_create.c:300
  7. #3 0x00007f6f7dc383cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  8. #4 0x0000000000000000 in ?? ()
  9. (gdb) thread apply 2 bt full
  10.  
  11. Thread 2 (Thread 14330):
  12. #0 0x00007f6f7e5f2868 in std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) () from /usr/lib/libstdc++.so.6
  13. No symbol table info available.
  14. #1 0x00000000005eccb1 in std::_Rb_tree<ObjectGuid, ObjectGuid, std::_Identity<ObjectGuid>, std::less<ObjectGuid>, std::allocator<ObjectGuid> >::erase (
  15. this=0x7f6f64b609f0) at /usr/include/c++/4.4/bits/stl_tree.h:1361
  16. No locals.
  17. #2 std::set<ObjectGuid, std::less<ObjectGuid>, std::allocator<ObjectGuid> >::erase (this=0x7f6f64b609f0) at /usr/include/c++/4.4/bits/stl_set.h:476
  18. No locals.
  19. #3 Unit::RemoveGuardians (this=0x7f6f64b609f0) at /root/stcore_new/src/game/Unit.cpp:6537
  20. No locals.
  21. #4 0x0000000000614db0 in Unit::SetDeathState (this=0x7f6f64b609f0, s=JUST_DIED) at /root/stcore_new/src/game/Unit.cpp:9179
  22. No locals.
  23. #5 0x0000000000717a16 in Creature::SetDeathState (this=0x7f6f64b609f0, s=JUST_DIED) at /root/stcore_new/src/game/Creature.cpp:1481
  24. No locals.
  25. #6 0x0000000000615bec in Unit::DealDamage (this=0x1ee4d600, pVictim=0x7f6f64b609f0, damage=141, cleanDamage=<value optimized out>,
  26. damagetype=<value optimized out>, damageSchoolMask=<value optimized out>, spellProto=0x7f6f76b12e50, durabilityLoss=true)
  27. at /root/stcore_new/src/game/Unit.cpp:948
  28. group_tap = 0x4b03100
  29. spiritOfRedemtionTalentReady = 0x0
  30. player_tap = 0x1ee4d600
  31. pOwner = 0x0
  32. damageFromSpiritOfRedemtionTalent = false
  33. health = <value optimized out>
  34. duel_hasEnded = false
  35. __FUNCTION__ = "DealDamage"
  36. #7 0x000000000061a2b4 in Unit::DealSpellDamage (this=0x1ee4d600, damageInfo=0x7f6f7400aa80, durabilityLoss=true) at /root/stcore_new/src/game/Unit.cpp:1596
  37. pVictim = 0x7f6f64b609f0
  38. spellProto = 0x7f6f76b12e50
  39. cleanDamage = {damage = 0, absorb = 0, attackType = BASE_ATTACK, hitOutCome = MELEE_HIT_NORMAL}
  40. hasWeaponDmgEffect = <value optimized out>
  41. #8 0x00000000008b3050 in Spell::DoAllEffectOnTarget (this=0x7f6f55b31960, target=<value optimized out>) at /root/stcore_new/src/game/Spell.cpp:1354
  42. damageInfo = {target = 0x7f6f64b609f0, attacker = 0x1ee4d600, SpellID = 27799, damage = 141, schoolMask = SPELL_SCHOOL_MASK_HOLY, absorb = 0,
  43. resist = 0, physicalLog = false, unused = false, blocked = 0, HitInfo = 0}
  44. unit = 0x7f6f64b609f0
  45. mask = <value optimized out>
  46. real_caster = 0x1ee4d600
  47. caster = 0x1ee4d600
  48. missInfo = 65536
  49. procVictim = 131072
  50. procAttacker = 65536
  51. procEx = <value optimized out>
  52. #9 0x00000000008cdbcc in Spell::handle_immediate (this=0x7f6f55b31960) at /root/stcore_new/src/game/Spell.cpp:3711
  53. buffer = {targetGUID = {m_guid = 17379391053576033401}, timeDelay = 0, HitInfo = 0, damage = 0, missCondition = SPELL_MISS_NONE,
  54. reflectResult = SPELL_MISS_NONE, effectMask = 1 '\001', processed = true}
  55. #10 0x00000000008cce98 in Spell::cast (this=0x7f6f55b31960, skipCheck=false) at /root/stcore_new/src/game/Spell.cpp:3689
  56. castResult = <value optimized out>
  57. #11 0x00000000008cef50 in SpellEvent::Execute (this=0x7f6f4c1dd080, e_time=110226, p_time=1689659000) at /root/stcore_new/src/game/Spell.cpp:7497
  58. No locals.
  59. #12 0x00000000009c07ce in EventProcessor::Update (this=0x1ee4d730, p_time=200) at /root/stcore_new/src/framework/Utilities/EventProcessor.cpp:47
  60. Event = 0x7f6f4c1dd080
  61. #13 0x0000000000614f6c in Unit::Update (this=0x1ee4d600, update_diff=200, p_time=200) at /root/stcore_new/src/game/Unit.cpp:330
  62. No locals.
  63. #14 0x000000000078c5e8 in Player::Update (this=0x1ee4d600, update_diff=200, p_time=200) at /root/stcore_new/src/game/Player.cpp:1246
  64. now = <value optimized out>
  65. pet = <value optimized out>
  66. #15 0x00000000007bf4fe in WorldObject::UpdateHelper::Update (this=0xe692980, t_diff=<value optimized out>) at /root/stcore_new/src/game/Object.h:431
  67. ---Type <return> to continue, or q <return> to quit---27799
  68. No locals.
  69. #16 Map::Update (this=0xe692980, t_diff=<value optimized out>) at /root/stcore_new/src/game/Map.cpp:457
  70. plr = 0x1ee4d600
  71. updater = {i_timeDiff = 3}
  72. __FUNCTION__ = "Update"
  73. #17 0x0000000000857422 in MapUpdateRequest::call (this=0x2604bc50) at /root/stcore_new/src/game/MapUpdater.cpp:74
  74. No locals.
  75. #18 0x00000000009aec71 in DelayExecutor::svc (this=0xe5c0870) at /root/stcore_new/src/shared/DelayExecutor.cpp:70
  76. rq = 0x2604bc50
  77. #19 0x00007f6f7f7fda97 in ACE_Task_Base::svc_run (args=<value optimized out>) at /root/stcore_new/dep/ACE_wrappers/ace/Task.cpp:271
  78. t = 0xe5c0870
  79. svc_status = <value optimized out>
  80. #20 0x00007f6f7f7fee21 in ACE_Thread_Adapter::invoke (this=0xe5c0f90) at /root/stcore_new/dep/ACE_wrappers/ace/Thread_Adapter.cpp:94
  81. exit_hook_instance = <value optimized out>
  82. exit_hook_maybe = {instance_ = 0x0}
  83. exit_hook_ptr = <value optimized out>
  84. #21 0x00007f6f7ded18ba in start_thread (arg=<value optimized out>) at pthread_create.c:300
  85. __res = <value optimized out>
  86. pd = 0x7f6f7400b700
  87. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140116664301312, 8503155570808785796, 140733263099280, 0, 140116861931584, 3, -8583950010367800444,
  88. -8583934374193329276}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  89. not_first_call = <value optimized out>
  90. freesize = <value optimized out>
  91. __PRETTY_FUNCTION__ = "start_thread"
  92. #22 0x00007f6f7dc383cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  93. No locals.
  94. #23 0x0000000000000000 in ?? ()
  95. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement