Skip to content

Instantly share code, notes, and snippets.

@donSchoe
Created March 24, 2013 15:43
Show Gist options
  • Save donSchoe/5232378 to your computer and use it in GitHub Desktop.
Save donSchoe/5232378 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x00000000007b5233 in SerializedGameData::PushObject (this=0x7fffffffd130, go=0x14c12d00, known=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.cpp:267
267 /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.cpp: No such file or directory.
(gdb) bt
#0 0x00000000007b5233 in SerializedGameData::PushObject (this=0x7fffffffd130, go=0x14c12d00, known=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.cpp:267
#1 0x00000000008606d3 in Serialize_nofAggressiveDefender (sgd=0x7fffffffd130, this=0x14893e00) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nofAggressiveDefender.cpp:83
#2 nofAggressiveDefender::Serialize (this=0x14893e00, sgd=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nofAggressiveDefender.h:73
#3 0x00000000007b5236 in SerializedGameData::PushObject (this=0x7fffffffd130, go=0x14893e00, known=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.cpp:267
#4 0x000000000083b0f6 in PushObjectList<nofActiveSoldier> (known=false, gos=..., this=0x7fffffffd130) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.h:88
#5 nobBaseMilitary::Serialize_nobBaseMilitary (this=0x13d7ae10, sgd=0x7fffffffd130) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nobBaseMilitary.cpp:136
#6 0x0000000000850513 in nobMilitary::Serialize_nobMilitary (this=0x13d7ae10, sgd=0x7fffffffd130) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/nobMilitary.cpp:137
#7 0x00000000007b5236 in SerializedGameData::PushObject (this=0x7fffffffd130, go=0x13d7ae10, known=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.cpp:267
#8 0x00000000007b5236 in SerializedGameData::PushObject (this=0x7fffffffd130, go=0x1294de30, known=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.cpp:267
#9 0x0000000000752bbb in GameWorld::Serialize (this=0x7ae8f20, sgd=0x7fffffffd130) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameWorld.cpp:565
#10 0x00000000007b5075 in SerializedGameData::MakeSnapshot (this=0x7fffffffd130, gw=0x7ae8f20, em=0x7ae8e40) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/SerializedGameData.cpp:208
#11 0x00000000007183e3 in GameClient::WriteSaveHeader (this=0xc6dda0, filename="/home/afri/.s25rttr/SAVE/Hochebene (Auto-Save).sav") at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:1803
#12 0x000000000071a353 in GameClient::ExecuteGameFrame (this=0xc6dda0, skipping=false) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:1425
#13 0x000000000071acca in GameClient::Run (this=0xc6dda0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:260
#14 0x0000000000739ae0 in GameManager::Run (this=0xc6d0a0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameManager.cpp:163
#15 0x0000000000531d19 in main (argc=<optimized out>, argv=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/main.cpp:344
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment