Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. #0 Unit::Attack (this=0x7fa9ab5c2080, victim=0x41f59a55c26875c2, meleeAttack=true) at ../../../src/game/Unit.cpp:6039
  2. 6039 if(!isAlive() || !victim->IsInWorld() || !victim->isAlive())
  3. (gdb) bt
  4. #0 Unit::Attack (this=0x7fa9ab5c2080, victim=0x41f59a55c26875c2, meleeAttack=true) at ../../../src/game/Unit.cpp:6039
  5. #1 0x00007faa949ad0a7 in npc_snake_trap_serpentsAI::AttackStart (this=0x7fa9a8cd0338, pWho=0x41f59a55c26875c2)
  6. at ../../../../src/bindings/ScriptDev2/scripts/world/npcs_special.cpp:1941
  7. #2 0x0000000000567cd3 in Creature::Update (this=0x7fa9ab5c2080, diff=249) at ../../../src/game/Creature.cpp:534
  8. #3 0x00000000006701a7 in MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>) at ../../../src/game/GridNotifiersImpl.h:44
  9. #4 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  10. #5 0x000000000066b02e in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x3bd8000,
  11. t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  12. #6 VisitorHelper<MaNGOS::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x3bd8000,
  13. t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:58
  14. #7 VisitorHelper<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (
  15. this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:65
  16. #8 TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:80
  17. #9 Visit<MaNGOS::ObjectUpdater> (this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/Grid.h:81
  18. #10 Visit<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x3bd8000,
  19. t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/NGrid.h:156
  20. #11 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (
  21. this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/Map.h:386
  22. #12 Map::Update (this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/Map.cpp:506
  23. #13 0x000000000067906b in MapManager::Update (this=0x7faa4efa1c20, diff=<value optimized out>) at ../../../src/game/MapManager.cpp:267
  24. #14 0x000000000082fda9 in World::Update (this=0x7faa925a3900, diff=51) at ../../../src/game/World.cpp:1526
  25. #15 0x00000000005154bd in WorldRunnable::run (this=<value optimized out>) at ../../../src/mangosd/WorldRunnable.cpp:60
  26. #16 0x00000000008f0fea in ACE_Based::Thread::ThreadTask (param=0x7fa9ab5c2080) at ../../../src/shared/Threading.cpp:187
  27. #17 0x00007faa94397a04 in start_thread () from /lib/libpthread.so.0
  28. #18 0x00007faa93955d4d in clone () from /lib/libc.so.6
  29. #19 0x0000000000000000 in ?? ()
  30. (gdb) bt full
  31. #0 Unit::Attack (this=0x7fa9ab5c2080, victim=0x41f59a55c26875c2, meleeAttack=true) at ../../../src/game/Unit.cpp:6039
  32. No locals.
  33. #1 0x00007faa949ad0a7 in npc_snake_trap_serpentsAI::AttackStart (this=0x7fa9a8cd0338, pWho=0x41f59a55c26875c2)
  34. at ../../../../src/bindings/ScriptDev2/scripts/world/npcs_special.cpp:1941
  35. No locals.
  36. #2 0x0000000000567cd3 in Creature::Update (this=0x7fa9ab5c2080, diff=249) at ../../../src/game/Creature.cpp:534
  37. No locals.
  38. #3 0x00000000006701a7 in MaNGOS::ObjectUpdater::Visit (v=..., c=<value optimized out>) at ../../../src/game/GridNotifiersImpl.h:44
  39. No locals.
  40. #4 VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=..., c=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:50
  41. No locals.
  42. #5 0x000000000066b02e in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x3bd8000,
  43. t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:57
  44. No locals.
  45. #6 VisitorHelper<MaNGOS::ObjectUpdater, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x3bd8000,
  46. t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:58
  47. No locals.
  48. #7 VisitorHelper<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (
  49. this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:65
  50. No locals.
  51. #8 TypeContainerVisitor<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:80
  52. No locals.
  53. #9 Visit<MaNGOS::ObjectUpdater> (this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/Grid.h:81
  54. No locals.
  55. #10 Visit<MaNGOS::ObjectUpdater, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x3bd8000,
  56. t_diff=<value optimized out>) at ../../../src/game/../framework/GameSystem/NGrid.h:156
  57. No locals.
  58. #11 Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (
  59. this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/Map.h:386
  60. No locals.
  61. #12 Map::Update (this=0x3bd8000, t_diff=<value optimized out>) at ../../../src/game/Map.cpp:506
  62. cell = {data = {Part = {grid_x = 43, grid_y = 41, cell_x = 5, cell_y = 3, nocreate = 1, reserved = 0}, All = 17586795}}
  63. y = 331
  64. x = 349
  65. plr = <value optimized out>
  66. updater = {i_timeDiff = 249}
  67. __FUNCTION__ = "Update"
  68. __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
  69. #13 0x000000000067906b in MapManager::Update (this=0x7faa4efa1c20, diff=<value optimized out>) at ../../../src/game/MapManager.cpp:267
  70. No locals.
  71. #14 0x000000000082fda9 in World::Update (this=0x7faa925a3900, diff=51) at ../../../src/game/World.cpp:1526
  72. autobroadcaston = 1
  73. #15 0x00000000005154bd in WorldRunnable::run (this=<value optimized out>) at ../../../src/mangosd/WorldRunnable.cpp:60
  74. diff = 51
  75. realCurrTime = <value optimized out>
  76. realPrevTime = <value optimized out>
  77. prevSleepTime = 48
  78. #16 0x00000000008f0fea in ACE_Based::Thread::ThreadTask (param=0x7fa9ab5c2080) at ../../../src/shared/Threading.cpp:187
  79. No locals.
  80. #17 0x00007faa94397a04 in start_thread () from /lib/libpthread.so.0
  81. No symbol table info available.
  82. #18 0x00007faa93955d4d in clone () from /lib/libc.so.6
  83. No symbol table info available.
  84. #19 0x0000000000000000 in ?? ()
  85. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement