Skip to content

Instantly share code, notes, and snippets.

@donSchoe
Created July 14, 2013 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donSchoe/5994258 to your computer and use it in GitHub Desktop.
Save donSchoe/5994258 to your computer and use it in GitHub Desktop.
Ware.cpp:171
Program received signal SIGSEGV, Segmentation fault.
Ware::GoalDestroyed (this=0x7e20460) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/Ware.cpp:171
171 /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/Ware.cpp: No such file or directory.
(gdb) bt
#0 Ware::GoalDestroyed (this=0x7e20460) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/Ware.cpp:171
#1 0x000000000085e81c in nobUsual::Destroy_nobUsual (this=0x8847a60) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nobUsual.cpp:140
#2 0x00000000007706ac in GameWorldGame::DestroyPlayerRests (this=0x7b40018, x=216, y=119, new_player=1 '\001', exception=0x8854780) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameWorldGame.cpp:881
#3 0x00000000007741a7 in GameWorldGame::RecalcTerritory (this=0x7b40018, building=0x8854780, radius=<optimized out>, destroyed=false, newBuilt=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameWorldGame.cpp:656
#4 0x00000000008583da in nobMilitary::Capture (this=0x8854780, new_owner=0 '\000') at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nobMilitary.cpp:897
#5 0x0000000000868983 in nofAttacker::Walked (this=0xabea600) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nofAttacker.cpp:270
#6 0x000000000081cf42 in noFigure::HandleEvent (this=0xabea600, id=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/noFigure.cpp:670
#7 0x0000000000718a52 in EventManager::NextGF (this=0x873cea0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/EventManager.cpp:120
#8 0x000000000071d636 in GameClient::NextGF (this=0xc71ec0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:1447
#9 0x000000000071d7d9 in GameClient::ExecuteGameFrame (this=0xc71ec0, skipping=false) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:1397
#10 0x000000000071e28a in GameClient::Run (this=0xc71ec0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:260
#11 0x000000000073d0a0 in GameManager::Run (this=0xc711c0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameManager.cpp:163
#12 0x00000000005327e9 in main (argc=<optimized out>, argv=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/main.cpp:345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment