Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. #0 Map::loaded (this=0x7f4b04f95830, obj=0x240b9ea0, msg=0x7f4b75dfeb70) at ../../../src/game/Map.cpp:514
  2. 514 return ( getNGrid(p.x_coord, p.y_coord) && isGridObjectDataLoaded(p.x_coord, p.y_coord) );
  3. (gdb) bt
  4. #0 Map::loaded (this=0x7f4b04f95830, obj=0x240b9ea0, msg=0x7f4b75dfeb70) at ../../../src/game/Map.cpp:514
  5. #1 Map::MessageBroadcast (this=0x7f4b04f95830, obj=0x240b9ea0, msg=0x7f4b75dfeb70) at ../../../src/game/Map.cpp:458
  6. #2 0x0000000000859a47 in Unit::SendThreatRemove (this=0x240b9ea0, pHostileReference=0x244b6da0) at ../../../src/game/Unit.cpp:11635
  7. #3 0x0000000000842ac1 in ThreatManager::processThreatEvent (this=0x240bb8d0, threatRefStatusChangeEvent=<value optimized out>)
  8. at ../../../src/game/ThreatManager.cpp:536
  9. #4 0x0000000000842d67 in HostileReference::fireStatusChanged (this=0x244b6da0, pIsOnline=<value optimized out>) at ../../../src/game/ThreatManager.cpp:94
  10. #5 HostileReference::setOnlineOfflineState (this=0x244b6da0, pIsOnline=<value optimized out>) at ../../../src/game/ThreatManager.cpp:169
  11. #6 0x000000000061c365 in HostileRefManager::setOnlineOfflineState (this=<value optimized out>, pIsOnline=<value optimized out>)
  12. at ../../../src/game/HostileRefManager.cpp:99
  13. #7 0x0000000000892a6a in FlightPathMovementGenerator::Reset (this=0x7f4b2eb7d240, player=<value optimized out>)
  14. at ../../../src/game/WaypointMovementGenerator.cpp:366
  15. #8 0x000000000069c45d in MotionMaster::Mutate (this=0x7f4b4084c148, m=0x7f4b2eb7d240) at ../../../src/game/MotionMaster.cpp:435
  16. #9 0x000000000069d904 in MotionMaster::MoveTaxiFlight (this=0x7f4b4084c148, path=687, pathnode=0) at ../../../src/game/MotionMaster.cpp:394
  17. #10 0x0000000000789b57 in Player::ActivateTaxiPathTo (this=0x7f4b4084a7f0, nodes=<value optimized out>, npc=<value optimized out>,
  18. spellid=<value optimized out>) at ../../../src/game/Player.cpp:18841
  19. #11 0x00000000008390ed in WorldSession::HandleActivateTaxiOpcode (this=0x30f6730, recv_data=...) at ../../../src/game/TaxiHandler.cpp:275
  20. #12 0x00000000008a4b02 in WorldSession::ExecuteOpcode (this=0x30f6730, opHandle=<value optimized out>, packet=0x1819d3b0)
  21. at ../../../src/game/WorldSession.cpp:873
  22. #13 0x00000000008a7e9b in WorldSession::Update (this=0x30f6730) at ../../../src/game/WorldSession.cpp:221
  23. #14 0x000000000089902a in World::UpdateSessions (this=0x7f4b8400fb20, diff=133) at ../../../src/game/World.cpp:1932
  24. #15 0x000000000089c1e6 in World::Update (this=0x7f4b8400fb20, diff=133) at ../../../src/game/World.cpp:1469
  25. #16 0x000000000050e00c in WorldRunnable::run (this=<value optimized out>) at ../../../src/mangosd/WorldRunnable.cpp:60
  26. #17 0x000000000097a6fa in ACE_Based::Thread::ThreadTask (param=0x7f4b04f95830) at ../../../src/shared/Threading.cpp:187
  27. #18 0x00007f4b8b5cea04 in start_thread () from /lib/libpthread.so.0
  28. #19 0x00007f4b8ab8cd4d in clone () from /lib/libc.so.6
  29. #20 0x0000000000000000 in ?? ()
  30. (gdb) bt full
  31. #0 Map::loaded (this=0x7f4b04f95830, obj=0x240b9ea0, msg=0x7f4b75dfeb70) at ../../../src/game/Map.cpp:514
  32. No locals.
  33. #1 Map::MessageBroadcast (this=0x7f4b04f95830, obj=0x240b9ea0, msg=0x7f4b75dfeb70) at ../../../src/game/Map.cpp:458
  34. p = {x_coord = 243, y_coord = 255}
  35. cell = {data = {Part = {grid_x = 30, grid_y = 31, cell_x = 3, cell_y = 7, nocreate = 1, reserved = 31}, All = 1058813918}}
  36. post_man = {i_phaseMask = 0, i_message = 0x100000000}
  37. message = {i_visitor = @0x0}
  38. #2 0x0000000000859a47 in Unit::SendThreatRemove (this=0x240b9ea0, pHostileReference=0x244b6da0) at ../../../src/game/Unit.cpp:11635
  39. data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, _wpos = 12,
  40. _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  41. _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  42. _M_start = 0x7f4ade3f00b0 "\371\rx\257R@\361\017j\237z\024J\177", _M_finish = 0x7f4ade3f00bc "J\177",
  43. _M_end_of_storage = 0x7f4ade3f00c0 "0\246\065\337J\177"}}, <No data fields>}}, m_opcode = 1156}
  44. #3 0x0000000000842ac1 in ThreatManager::processThreatEvent (this=0x240bb8d0, threatRefStatusChangeEvent=<value optimized out>)
  45. at ../../../src/game/ThreatManager.cpp:536
  46. hostileReference = 0x244b6da0
  47. #4 0x0000000000842d67 in HostileReference::fireStatusChanged (this=0x244b6da0, pIsOnline=<value optimized out>) at ../../../src/game/ThreatManager.cpp:94
  48. No locals.
  49. #5 HostileReference::setOnlineOfflineState (this=0x244b6da0, pIsOnline=<value optimized out>) at ../../../src/game/ThreatManager.cpp:169
  50. event = {<UnitBaseEvent> = {iType = 1}, iHostileReference = 0x244b6da0, {iFValue = 4.15087509, iIValue = 1082446840, iBValue = 248},
  51. iThreatManager = 0x240bb8d0}
  52. #6 0x000000000061c365 in HostileRefManager::setOnlineOfflineState (this=<value optimized out>, pIsOnline=<value optimized out>)
  53. at ../../../src/game/HostileRefManager.cpp:99
  54. ref = 0x244b6da0
  55. #7 0x0000000000892a6a in FlightPathMovementGenerator::Reset (this=0x7f4b2eb7d240, player=<value optimized out>)
  56. at ../../../src/game/WaypointMovementGenerator.cpp:366
  57. traveller = {i_traveller = @0x2af}
  58. #8 0x000000000069c45d in MotionMaster::Mutate (this=0x7f4b4084c148, m=0x7f4b2eb7d240) at ../../../src/game/MotionMaster.cpp:435
  59. No locals.
  60. #9 0x000000000069d904 in MotionMaster::MoveTaxiFlight (this=0x7f4b4084c148, path=687, pathnode=0) at ../../../src/game/MotionMaster.cpp:394
  61. No locals.
  62. #10 0x0000000000789b57 in Player::ActivateTaxiPathTo (this=0x7f4b4084a7f0, nodes=<value optimized out>, npc=<value optimized out>,
  63. spellid=<value optimized out>) at ../../../src/game/Player.cpp:18841
  64. node = <value optimized out>
  65. sourcepath = 687
  66. totalcost = 1020
  67. lastnode = <value optimized out>
  68. mount_display_id = 6852
  69. data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, _wpos = 4,
  70. _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
  71. _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>},
  72. _M_start = 0x7f4ae4bf3c40 "", _M_finish = 0x7f4ae4bf3c44 "K\177", _M_end_of_storage = 0x7f4ae4bf3c44 "K\177"}}, <No data fields>}},
  73. m_opcode = 430}
  74. sourcenode = <value optimized out>
  75. prevnode = <value optimized out>
  76. money = <value optimized out>
  77. #11 0x00000000008390ed in WorldSession::HandleActivateTaxiOpcode (this=0x30f6730, recv_data=...) at ../../../src/game/TaxiHandler.cpp:275
  78. guid = 17379391279783281066
  79. nodes = {<std::_Vector_base<unsigned int, std::allocator<unsigned int> >> = {
  80. _M_impl = {<std::allocator<unsigned int>> = {<__gnu_cxx::new_allocator<unsigned int>> = {<No data fields>}, <No data fields>},
  81. _M_start = 0x7f4ad515cf70, _M_finish = 0x7f4ad515cf78, _M_end_of_storage = 0x7f4ad515cf78}}, <No data fields>}
  82. npc = 0x7041712070a46f3f
  83. #12 0x00000000008a4b02 in WorldSession::ExecuteOpcode (this=0x30f6730, opHandle=<value optimized out>, packet=0x1819d3b0)
  84. at ../../../src/game/WorldSession.cpp:873
  85. No locals.
  86. #13 0x00000000008a7e9b in WorldSession::Update (this=0x30f6730) at ../../../src/game/WorldSession.cpp:221
  87. opHandle = @0x780
  88. packet = 0x1819d3b0
  89. currTime = <value optimized out>
  90. ---Type <return> to continue, or q <return> to quit---
  91. #14 0x000000000089902a in World::UpdateSessions (this=0x7f4b8400fb20, diff=133) at ../../../src/game/World.cpp:1932
  92. sess = <value optimized out>
  93. #15 0x000000000089c1e6 in World::Update (this=0x7f4b8400fb20, diff=133) at ../../../src/game/World.cpp:1469
  94. autobroadcaston = 1
  95. #16 0x000000000050e00c in WorldRunnable::run (this=<value optimized out>) at ../../../src/mangosd/WorldRunnable.cpp:60
  96. diff = 133
  97. realCurrTime = 3639699678
  98. realPrevTime = <value optimized out>
  99. prevSleepTime = 47
  100. #17 0x000000000097a6fa in ACE_Based::Thread::ThreadTask (param=0x7f4b04f95830) at ../../../src/shared/Threading.cpp:187
  101. No locals.
  102. #18 0x00007f4b8b5cea04 in start_thread () from /lib/libpthread.so.0
  103. No symbol table info available.
  104. #19 0x00007f4b8ab8cd4d in clone () from /lib/libc.so.6
  105. No symbol table info available.
  106. #20 0x0000000000000000 in ?? ()
  107. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement