Skip to content

Instantly share code, notes, and snippets.

@donSchoe
Created September 23, 2012 17:19
Show Gist options
  • Save donSchoe/3772346 to your computer and use it in GitHub Desktop.
Save donSchoe/3772346 to your computer and use it in GitHub Desktop.
SIGSEGV
Program received signal SIGSEGV, Segmentation fault.
0x00000000186f5af0 in ?? ()
(gdb) bt
#0 0x00000000186f5af0 in ?? ()
#1 0x00000000006e8a13 in GameWorldGame::DestroyPlayerRests (this=0x7c85cc8, x=<optimized out>, y=<optimized out>, new_player=1 '\001', exception=0x1561d8c0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameWorldGame.cpp:878
#2 0x00000000006f2ce9 in GameWorldGame::RecalcTerritory (this=0x7c85cc8, building=<optimized out>, radius=<optimized out>, destroyed=<optimized out>, newBuilt=<optimized out>)
at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameWorldGame.cpp:653
#3 0x0000000000832858 in nobMilitary::Capture (this=0x1561d8c0, new_owner=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nobMilitary.cpp:869
#4 0x00000000008509a3 in nofAttacker::Walked (this=0x17106540) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nofAttacker.cpp:270
#5 0x00000000007da171 in noFigure::HandleEvent (this=0x17106540, id=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/noFigure.cpp:669
#6 0x0000000000672cd0 in EventManager::NextGF (this=0x7cb8fd0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/EventManager.cpp:120
#7 0x000000000067aac6 in GameClient::NextGF (this=0xc5dda0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:1439
#8 0x000000000067f568 in GameClient::ExecuteGameFrame (this=0xc5dda0, skipping=false) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:1389
#9 0x000000000067ff1a in GameClient::Run (this=0xc5dda0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:260
#10 0x00000000006ace10 in GameManager::Run (this=0xc5d0a0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameManager.cpp:163
#11 0x0000000000729a39 in main (argc=<optimized out>, argv=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/main.cpp:321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment