Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. #0 0x00007f56580dc165 in raise () from /lib/libc.so.6
  2. (gdb) bt full
  3. #0 0x00007f56580dc165 in raise () from /lib/libc.so.6
  4. No symbol table info available.
  5. #1 0x00007f56580def70 in abort () from /lib/libc.so.6
  6. No symbol table info available.
  7. #2 0x00007f56580d52b1 in __assert_fail () from /lib/libc.so.6
  8. No symbol table info available.
  9. #3 0x000000000078400a in WorldObject::GetMap (this=<value optimized out>)
  10. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Entities/Object/Object.h:721
  11. st = {static SYMBUFSIZ = 4096,
  12. buf_ = "/home/trinity/gameservers/wow-blizz/bin/worldserver(_ZN5Spell13AddUnitTargetEP4Unitj+0x40) [0xa8ae1e]\n/home/trinity/gameservers/wow-blizz/bin/worldserver(_ZN5Spell19SelectEffectTargetsEjj+0x5cf) [0xa99"..., buflen_ = 1946,
  13. static UNSUPPORTED = 0x7f56597cb680 "<stack traces unsupported platform>", static UNABLE_TO_GET_TRACE = 0x7f56597cb6b0 "<unable to get trace>"}
  14. __FUNCTION__ = "GetMap"
  15. __PRETTY_FUNCTION__ = "Map* WorldObject::GetMap() const"
  16. #4 0x00000000009104c9 in WorldObject::IsInMap (this=0x4372, obj=0x43a2)
  17. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Entities/Object/Object.h:652
  18. No locals.
  19. #5 Unit::IsWithinLOSInMap (this=0x4372, obj=0x43a2) at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Entities/Unit/Unit.cpp:17813
  20. No locals.
  21. #6 0x0000000000a8ae1e in Spell::AddUnitTarget (this=0x4372, pVictim=0x3b47db0, effIndex=0)
  22. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Spells/Spell.cpp:940
  23. immuned = <value optimized out>
  24. targetGUID = <value optimized out>
  25. #7 0x0000000000a9941d in Spell::SelectEffectTargets (this=0x7f5593c27b30, i=<value optimized out>, cur=<value optimized out>)
  26. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Spells/Spell.cpp:2996
  27. maxSize = 3579792832
  28. power = 2
  29. gobjectList = {<std::_List_base<GameObject*, std::allocator<GameObject*> >> = {
  30. _M_impl = {<std::allocator<std::_List_node<GameObject*> >> = {<__gnu_cxx::new_allocator<std::_List_node<GameObject*> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7f56350199f0, _M_prev = 0x7f56350199f0}}}, <No data fields>}
  31. radius = 100
  32. targetType = <value optimized out>
  33. unitList = {<std::_List_base<Unit*, std::allocator<Unit*> >> = {
  34. _M_impl = {<std::allocator<std::_List_node<Unit*> >> = {<__gnu_cxx::new_allocator<std::_List_node<Unit*> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x1076a510, _M_prev = 0x1076a510}}}, <No data fields>}
  35. pushType = PUSH_SRC_CENTER
  36. modOwner = 0x0
  37. #8 0x0000000000a9b858 in Spell::SelectSpellTargets (this=0x7f5593c27b30)
  38. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Spells/Spell.cpp:618
  39. effectTargetType = 1
  40. targetA = <value optimized out>
  41. targetB = <value optimized out>
  42. i = 0
  43. #9 0x0000000000a9bf2d in Spell::cast (this=0x7f5593c27b30, skipCheck=false)
  44. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Spells/Spell.cpp:3368
  45. No locals.
  46. #10 0x0000000000a9c9c6 in SpellEvent::Execute (this=0x7f55741248c0, e_time=2041213, p_time=6)
  47. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Spells/Spell.cpp:7048
  48. No locals.
  49. #11 0x0000000000bcfde0 in EventProcessor::Update (this=0x7f55cddc6878, p_time=140)
  50. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/shared/Utilities/EventProcessor.cpp:49
  51. Event = 0x7f55741248c0
  52. #12 0x0000000000927928 in Unit::Update (this=0x7f55cddc6680, p_time=140)
  53. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Entities/Unit/Unit.cpp:266
  54. __FUNCTION__ = "Update"
  55. __PRETTY_FUNCTION__ = "virtual void Unit::Update(uint32)"
  56. #13 0x00000000008bfe84 in Creature::Update (this=0x7f55cddc6680, diff=140)
  57. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Entities/Creature/Creature.cpp:532
  58. bInCombat = <value optimized out>
  59. ---Type <return> to continue, or q <return> to quit---q
  60. Quit
  61. (gdb) frame 3
  62. #3 0x000000000078400a in WorldObject::GetMap (this=<value optimized out>)
  63. at /home/trinity/compile/cores/blizz/icore-18052011/src/server/game/Entities/Object/Object.h:721
  64. 721 Map * GetMap() const { ASSERT(m_currMap); return m_currMap; }
  65. (gdb) list
  66. 716 // Low Level Packets
  67. 717 void SendPlaySound(uint32 Sound, bool OnlySelf);
  68. 718
  69. 719 virtual void SetMap(Map * map);
  70. 720 virtual void ResetMap();
  71. 721 Map * GetMap() const { ASSERT(m_currMap); return m_currMap; }
  72. 722 Map * FindMap() const { return m_currMap; }
  73. 723 //used to check all object's GetMap() calls when object is not in world!
  74. 724
  75. 725 //this function should be removed in nearest time...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement