Advertisement
krzys_h

Untitled

Aug 5th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. [INFO]: Reseting world on phase change...
  2.  
  3. Program received signal SIGSEGV, Segmentation fault.
  4. 0x00007fffe860eed9 in drm_intel_bo_unreference ()
  5. from /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1
  6. (gdb) bt
  7. #0 0x00007fffe860eed9 in drm_intel_bo_unreference ()
  8. from /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1
  9. #1 0x00007fffe8bf37a5 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  10. #2 0x00007fffe8888f7d in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  11. #3 0x00007fffe89abe4f in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  12. #4 0x00007fffe889ae7d in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  13. #5 0x00007fffe889b017 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  14. #6 0x00007fffe88aba82 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  15. #7 0x00000000008813c5 in Gfx::CGLDevice::DestroyStaticBuffer (this=0x32ab450,
  16. bufferId=216367)
  17. at /home/krzys_h/Pulpit/colobot/src/graphics/opengl/gldevice.cpp:1624
  18. #8 0x00000000006c849a in Gfx::CEngine::DeleteBaseObject (this=0x44ad440,
  19. baseObjRank=350)
  20. at /home/krzys_h/Pulpit/colobot/src/graphics/engine/engine.cpp:657
  21. #9 0x0000000000727b69 in Gfx::CTerrain::FlushRelief (this=0x4a174b0)
  22. at /home/krzys_h/Pulpit/colobot/src/graphics/engine/terrain.cpp:276
  23. #10 0x000000000078624e in CRobotMain::ChangePhase (this=0x4a0c750,
  24. phase=PHASE_LEVEL_LIST)
  25. at /home/krzys_h/Pulpit/colobot/src/object/robotmain.cpp:467
  26. #11 0x00000000008130f4 in Ui::CMainDialog::EventProcess (this=0x4a16a70,
  27. event=...) at /home/krzys_h/Pulpit/colobot/src/ui/maindialog.cpp:315
  28. #12 0x0000000000698952 in CController::ProcessEvent (this=0x4a14d40, event=...)
  29. at /home/krzys_h/Pulpit/colobot/src/app/controller.cpp:74
  30. ---Type <return> to continue, or q <return> to quit---
  31. #13 0x000000000068e319 in CApplication::Run (this=0xcae7a0)
  32. at /home/krzys_h/Pulpit/colobot/src/app/app.cpp:986
  33. #14 0x0000000000689953 in main (argc=1, argv=0x7fffffffe3d8)
  34. at /home/krzys_h/Pulpit/colobot/src/app/main.cpp:151
  35. (gdb) q
  36. A debugging session is active.
  37.  
  38. Inferior 1 [process 4208] will be killed.
  39.  
  40. Quit anyway? (y or n) y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement