Guest User

Untitled

a guest
Oct 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Program received signal SIGINT, Interrupt.
  2. [Switching to Thread 0x46bd8950 (LWP 31370)]
  3. 0x00007f473026e93b in raise () from /lib/libpthread.so.0
  4. (gdb) bt
  5. #0 0x00007f473026e93b in raise () from /lib/libpthread.so.0
  6. #1 0x00000000005f50b8 in Creature::GetRespawnCoord (this=0x1234b2c0, x=@0x46bd69f8, y=@0x46bd69f4, z=@0x46bd69f0, ori=0x46bd69ec, dist=0x0) at ../../../src/game/Creature.cpp:2616
  7. #2 0x00000000005f5202 in Creature::RemoveCorpse (this=0x1234b2c0) at ../../../src/game/Creature.cpp:286
  8. #3 0x00000000005fa02f in Creature::Update (this=0x1234b2c0, diff=500) at ../../../src/game/Creature.cpp:593
  9. #4 0x000000000078987e in Map::Update (this=0x13d2440, t_diff=@0x7f47119feb48) at ../../../src/game/GridNotifiersImpl.h:52
  10. #5 0x000000000078b164 in ContinentalMap::Update (this=0x13d2440, diff=@0x7f47119feb48) at ../../../src/game/Map.cpp:2047
  11. #6 0x00000000007aa4c5 in MapThreadWorker::Update (this=0x7f47119feb00, diff=@0x7f47119feb48) at ../../../src/game/MapThreadMgr.cpp:395
  12. #7 0x00000000007aae05 in MapThreadWorker::run (this=0x7f47119feb00) at ../../../src/game/MapThreadMgr.cpp:331
  13. #8 0x0000000000ba4386 in ACE_Based::Thread::ThreadTask (param=<value optimized out>) at ../../../src/shared/Threading.cpp:367
  14. #9 0x00007f4730266fc7 in start_thread () from /lib/libpthread.so.0
  15. #10 0x00007f472f83664d in clone () from /lib/libc.so.6
  16. #11 0x0000000000000000 in ?? ()
  17. (gdb) f 1
  18. #1 0x00000000005f50b8 in Creature::GetRespawnCoord (this=0x1234b2c0, x=@0x46bd69f8, y=@0x46bd69f4, z=@0x46bd69f0, ori=0x46bd69ec, dist=0x0) at ../../../src/game/Creature.cpp:2616
  19. 2616 assert(!isSummon());
  20. (gdb)
Add Comment
Please, Sign In to add comment