Guest User

Untitled

a guest
Jan 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. #0 DBCStorage<SpellEntry>::LookupEntry (this=0x7f358fb95710, recvPacket=...)
  2. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/shared/DataStores/DBCStore.h:76
  3. 76 T const* LookupEntry(uint32 id) const { return (id>=nCount)?NULL:indexTable[id]; }
  4. (gdb) bt full
  5. #0 DBCStorage<SpellEntry>::LookupEntry (this=0x7f358fb95710, recvPacket=...)
  6. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/shared/DataStores/DBCStore.h:76
  7. No locals.
  8. #1 WorldSession::HandleCastSpellOpcode (this=0x7f358fb95710, recvPacket=...)
  9. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/game/Server/Protocol/Handlers/SpellHandler.cpp:328
  10. spellId = 59752
  11. mover = 0x0
  12. castCount = <value optimized out>
  13. castFlags = <value optimized out>
  14. spellInfo = 0x7f35ba836270
  15. targets = {m_srcTransGUID = 2216696, m_srcTransOffset = {m_positionX = 1.40129846e-45, m_positionY = 0, m_positionZ = 1186.50647,
  16. m_orientation = -4437.87451}, m_srcPos = {m_positionX = 24.5813274, m_positionY = 5.432693, m_positionZ = -4.45552754e+31, m_orientation = 0},
  17. m_dstTransGUID = 0, m_dstTransOffset = {m_positionX = 0, m_positionY = 0, m_positionZ = 0, m_orientation = 0}, m_dstPos = {<Position> = {
  18. m_positionX = 2.18513102e-38, m_positionY = 0, m_positionZ = -685540, m_orientation = 4.56332845e-41}, m_mapId = 10}, m_elevation = 0,
  19. m_speed = 1.40129846e-44, m_strTarget = {static npos = 18446744073709551615,
  20. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  21. _M_p = 0xa <Address 0xa out of bounds>}}, m_targetMask = 2617240816, m_unitTarget = 0x7f358fb958f0, m_GOTarget = 0x7f35c8f7358e,
  22. m_itemTarget = 0x6129ca0, m_unitTargetGUID = 139868984794688, m_GOTargetGUID = 139868021282576, m_CorpseTargetGUID = 302,
  23. m_itemTargetGUID = 139868021240336, m_itemTargetEntry = 2617240816}
  24. #2 0x0000000000a5e2fa in WorldSession::Update (this=0x7f358fb95710, diff=<value optimized out>)
  25. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/game/Server/WorldSession.cpp:263
  26. packet = 0x7f3586fa8f80
  27. currTime = <value optimized out>
  28. #3 0x0000000000ad0f4b in World::UpdateSessions (this=0x7f35c0083168, diff=78)
  29. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/game/World/World.cpp:2629
  30. itr = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, WorldSession*>, false>> = {_M_cur_node = 0x4e947e1a,
  31. _M_cur_bucket = 0x766cd}, <No data fields>}
  32. sess = <value optimized out>
  33. #4 0x0000000000ad715a in World::Update (this=0x7f35c0083168, diff=78)
  34. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/game/World/World.cpp:1972
  35. No locals.
  36. #5 0x000000000072f8ae in WorldRunnable::run (this=<value optimized out>)
  37. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/worldserver/WorldThread/WorldRunnable.cpp:59
  38. diff = 78
  39. realCurrTime = 4094465909
  40. realPrevTime = <value optimized out>
  41. prevSleepTime = 47
  42. #6 0x0000000000ba2368 in ACE_Based::Thread::ThreadTask (param=0x7f35c9274780)
  43. at /home/trinity/compile/Cores/main/shadowhack-withoutwg/fun/src/server/shared/Threading/Threading.cpp:183
  44. No locals.
  45. #7 0x00007f35c92809ca in start_thread () from /lib/libpthread.so.0
  46. No symbol table info available.
  47. #8 0x00007f35c8fdd70d in clone () from /lib/libc.so.6
  48. No symbol table info available.
  49. #9 0x0000000000000000 in ?? ()
  50. No symbol table info available.
Add Comment
Please, Sign In to add comment