Advertisement
Guest User

Untitled

a guest
Jun 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 4.04 KB | None | 0 0
  1. Program terminated with signal SIGSEGV, Segmentation fault.
  2. #0  0x0000000000574718 in ProtocolGame::canSee (this=this@entry=0x7f57f71b9290, c=c@entry=0x7f580c787d50) at /home/blue/src/protocolgame.cpp:1000
  3. 1000        return player->canSeeCreature(c) && canSee(c->getPosition());
  4. (gdb) bt full
  5. #0  0x0000000000574718 in ProtocolGame::canSee (this=this@entry=0x7f57f71b9290, c=c@entry=0x7f580c787d50) at /home/blue/src/protocolgame.cpp:1000
  6. No locals.
  7. #1  0x000000000057bea0 in sendPlayerBattleIcon (creature=0x7f580c787d50, this=0x7f57f71b9290) at /home/blue/src/protocolgame.cpp:2651
  8. No locals.
  9. #2  sendPlayerBattleIcon (this=0x7f580c787d50, creature=0x7f580c787d50) at /home/blue/src/player.h:603
  10.         this = 0x7f580c787d50
  11.         creature = 0x7f580c787d50
  12. #3  Duel::disband (this=this@entry=0x7f57f7267eb0) at /home/blue/src/duel.cpp:29
  13. No locals.
  14. #4  0x000000000057c520 in Duel::leave (this=0x7f57f7267eb0, player=player@entry=0x7f58c5f70fc0) at /home/blue/src/duel.cpp:168
  15. No locals.
  16. #5  0x000000000063d6f6 in Player::onCreatureDisappear (this=0x7f58c5f70fc0, creature=0x7f58c5f70fc0, isLogout=<optimized out>) at /home/blue/src/player.cpp:1732
  17.         saved = <optimized out>
  18. #6  0x00000000005617b3 in Game::removeCreature(Creature*, bool) (this=0x920540 <g_game>, creature=creature@entry=0x7f58c5f70fc0, isLogout=isLogout@entry=true)
  19.     at /home/blue/src/game.cpp:1002
  20.         tile = <optimized out>
  21.         list = {<> = {_M_impl = {<> = {<> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x7f58162a05a0, _M_prev = 0x7f580fe9dc70}}}, <No data fields>}
  22.         i = 30
  23.         it = {_M_node = 0x7f58059de3b0}
  24.         player = <optimized out>
  25.         oldStackPosVector = {<> = {_M_impl = {<> = {<> = {<No data fields>}, <No data fields>}, _M_start = 0x7f58cf041300, _M_finish = 0x7f58cf041378,
  26.               _M_end_of_storage = 0x7f58cf041380}}, <No data fields>}
  27.         oldIndex = 1
  28. #7  0x000000000059a9ee in sendPing (this=0x7f58c5f70fc0) at /home/blue/src/player.cpp:1458
  29.         timeNow = <optimized out>
  30. #8  Player::onThink (this=0x7f58c5f70fc0, interval=500) at /home/blue/src/player.cpp:1999
  31. No locals.
  32. #9  0x00000000005c46c3 in Game::checkCreatures() (this=0x920540 <g_game>) at /home/blue/src/game.cpp:4476
  33.         it = {_M_current = 0x7f58bab1b4d8}
  34.         checkCreatureVector = @0x9206d8: {<> = {_M_impl = {<> = {<> = {<No data fields>}, <No data fields>}, _M_start = 0x7f58bab1b320, _M_finish = 0x7f58bab1b6e0,
  35.               _M_end_of_storage = 0x7f58bab1bb20}}, <No data fields>}
  36. #10 0x000000000060dcb0 in operator() (this=0x7f58bfdc6fe0) at /usr/include/boost/function/function_template.hpp:767
  37. No locals.
  38. #11 operator() (this=0x7f58bfdc6fd0) at /home/blue/src/tasks.h:34
  39.         this = 0x7f58bfdc6fd0
  40. #12 Dispatcher::dispatcherThread (p=0x91bc60 <Dispatcher::getInstance()::dispatcher>) at /home/blue/src/tasks.cpp:72
  41.         task = 0x7f58bfdc6fd0
  42.         dispatcher = 0x91bc60 <Dispatcher::getInstance()::dispatcher>
  43.         outputPool = 0x91ba60 <OutputMessagePool::getInstance()::instance>
  44.         taskLockUnique = {m = 0x91bc68 <Dispatcher::getInstance()::dispatcher+8>, is_locked = false}
  45. #13 0x00007f58ee248a4a in ?? () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0
  46. No symbol table info available.
  47. #14 0x00007f58edb0a184 in start_thread (arg=0x7f58e9f9e700) at pthread_create.c:312
  48.         __res = <optimized out>
  49.         pd = 0x7f58e9f9e700
  50.         now = <optimized out>
  51.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140019859318528, 1568474941997244424, 0, 0, 140019859319232, 140019859318528, -1480131397860925432,
  52.                 -1480122115955695608}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  53.         not_first_call = <optimized out>
  54.         pagesize_m1 = <optimized out>
  55. ---Type <return> to continue, or q <return> to quit---
  56.         sp = <optimized out>
  57.         freesize = <optimized out>
  58.         __PRETTY_FUNCTION__ = "start_thread"
  59. #15 0x00007f58ee75503d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  60. No locals.
  61. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement