Advertisement
krzys_h

Untitled

Sep 6th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.23 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00000000008afa4e in CObjectManager::TeamExists (this=0x4b6f390, team=1)
  3.     at /home/krzys_h/Pulpit/colobot/src/object/object_manager.cpp:192
  4. 192         if (!object->GetActive())
  5. (gdb) bt
  6. #0  0x00000000008afa4e in CObjectManager::TeamExists (this=0x4b6f390, team=1)
  7.     at /home/krzys_h/Pulpit/colobot/src/object/object_manager.cpp:192
  8. #1  0x0000000000868aee in CRobotMain::CheckEndMission (this=0x4b6c050,
  9.     frame=true) at /home/krzys_h/Pulpit/colobot/src/level/robotmain.cpp:5008
  10. #2  0x000000000084d6f5 in CRobotMain::EventFrame (this=0x4b6c050, event=...)
  11.     at /home/krzys_h/Pulpit/colobot/src/level/robotmain.cpp:2572
  12. #3  0x0000000000845ef0 in CRobotMain::ProcessEvent (this=0x4b6c050, event=...)
  13.     at /home/krzys_h/Pulpit/colobot/src/level/robotmain.cpp:672
  14. #4  0x0000000000776442 in CController::ProcessEvent (this=0x4b74640, event=...)
  15.     at /home/krzys_h/Pulpit/colobot/src/app/controller.cpp:66
  16. #5  0x000000000076802e in CApplication::Run (this=0x7fffffffdfd0)
  17.     at /home/krzys_h/Pulpit/colobot/src/app/app.cpp:1000
  18. #6  0x0000000000763436 in main (argc=3, argv=0x7fffffffe3b8)
  19.     at /home/krzys_h/Pulpit/colobot/src/app/main.cpp:162
  20. (gdb) p object
  21. $1 = (CObject *) 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement