Guest User

Untitled

a guest
Jun 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. (gdb) bt
  2. #0 Unit::CastCustomSpell (this=0x88d4e9000, Victim=0x840f69000,
  3. spellInfo=0x8096c7ea8, bp0=0x7fffff3f6a7c, bp1=0x0, bp2=0x0,
  4. triggered=true, castItem=0x0, triggeredByAura=0x89f1b7600, originalCaster=
  5. {m_guid = 0}, triggeredBy=0x0) at SpellAuras.h:384
  6. #1 0x00000000008a40a0 in Unit::CastCustomSpell (this=0x88d4e9000, Victim=Variable "Victim" is not available.
  7. )
  8. at ../../../src/game/Unit.cpp:1321
  9. #2 0x00000000008bda5f in Unit::CalculateDamageAbsorbAndResist (
  10. this=0x88d4e9000, pCaster=0x840f69000,
  11. schoolMask=SPELL_SCHOOL_MASK_NORMAL, damagetype=DIRECT_DAMAGE,
  12. damage=1027, absorb=0x7fffff3f8bb8, resist=0x7fffff3f8bbc, canReflect=true)
  13. at ../../../src/game/Unit.cpp:2480
  14. #3 0x00000000008bebd8 in Unit::CalculateMeleeDamage (this=0x840f69000,
  15. pVictim=Variable "pVictim" is not available.
  16. ) at ../../../src/game/Unit.cpp:1830
  17. #4 0x00000000008bff59 in Unit::AttackerStateUpdate (this=0x840f69000,
  18. pVictim=0x88d4e9000, attType=BASE_ATTACK, extra=false)
  19. at ../../../src/game/Unit.cpp:2802
  20. #5 0x00000000007cf7dc in Player::Update (this=0x840f69000, p_time=143)
  21. at ../../../src/game/Player.cpp:1296
  22. #6 0x00000000006cea5d in Map::Update (this=0x85f592000,
  23. t_diff=@0x7fffff3faeac) at ../../../src/game/Map.cpp:524
  24. #7 0x00000000006cec09 in BattleGroundMap::Update (this=0x85f592000,
  25. diff=@0x7fffff3faeac) at ../../../src/game/Map.cpp:1869
  26. #8 0x000000000096920d in MapInstanced::Update (this=0x85f531000,
  27. ---Type <return> to continue, or q <return> to quit---
  28. t=@0x7fffff3faeac) at ../../../src/game/MapInstanced.cpp:63
  29. #9 0x00000000006e205c in MapManager::Update (this=0x80d984540, diff=Variable "diff" is not available.
  30. )
  31. at ../../../src/game/MapManager.cpp:249
  32. #10 0x00000000008e64ae in World::Update (this=0x80254d000, diff=47)
  33. at ../../../src/game/World.cpp:1507
  34. #11 0x000000000052b852 in WorldRunnable::run (this=Variable "this" is not available.
  35. )
  36. at ../../../src/mangosd/WorldRunnable.cpp:60
  37. #12 0x00000000009dda3c in ACE_Based::Thread::ThreadTask (param=Variable "param" is not available.
  38. )
  39. at ../../../src/shared/Threading.cpp:187
  40. #13 0x0000000801cac4d1 in pthread_getprio () from /lib/libthr.so.3
  41. #14 0x0000000000000000 in ?? ()
  42. Cannot access memory at address 0x7fffff3fb000
  43. (gdb) bt full
  44. #0 Unit::CastCustomSpell (this=0x88d4e9000, Victim=0x840f69000,
  45. spellInfo=0x8096c7ea8, bp0=0x7fffff3f6a7c, bp1=0x0, bp2=0x0,
  46. triggered=true, castItem=0x0, triggeredByAura=0x89f1b7600, originalCaster=
  47. {m_guid = 0}, triggeredBy=0x0) at SpellAuras.h:384
  48. spell = Variable "spell" is not available.
  49. (gdb)
Add Comment
Please, Sign In to add comment