Advertisement
robn

Untitled

Mar 6th, 2011
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.36 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x080f8072 in Render::Shader::GetProgram (this=0x1) at Render.h:69
  3. 69          GLuint GetProgram() const { return m_program; }
  4. (gdb) bt
  5. #0  0x080f8072 in Render::Shader::GetProgram (this=0x1) at Render.h:69
  6. #1  0x080f7f75 in Render::State::UseProgram (shader=0x1) at Render.cpp:647
  7. #2  0x08116c1a in UseProgram (shader=0x1, Textured=true) at LmrModel.cpp:260
  8. #3  0x08124918 in LmrGeomBuffer::Render (this=0xa6343b0, rstate=0xbfffe3b0, cameraPos=..., params=0xd444a74) at LmrModel.cpp:330
  9. #4  0x0811874a in LmrModel::Render (this=0xa6333b0, rstate=0xbfffe3b0, cameraPos=..., trans=..., params=0xd444a74) at LmrModel.cpp:967
  10. #5  0x081185df in LmrModel::Render (this=0xa6333b0, trans=..., params=0xd444a74) at LmrModel.cpp:942
  11. #6  0x080c5795 in ModelBody::RenderLmrModel (this=0xd4449b0, viewCoords=..., viewTransform=...) at ModelBody.cpp:189
  12. #7  0x08063ea8 in Ship::Render (this=0xd4449b0, viewCoords=..., viewTransform=...) at Ship.cpp:832
  13. #8  0x08067a73 in Player::Render (this=0xd4449b0, viewCoords=..., viewTransform=...) at Player.cpp:80
  14. #9  0x0805d127 in Space::Render (cam_frame=0xbfffed34) at Space.cpp:886
  15. #10 0x08083abf in WorldView::Draw3D (this=0xc460c58) at WorldView.cpp:542
  16. #11 0x080e177c in Pi::MainLoop () at Pi.cpp:988
  17. #12 0x080e1461 in Pi::Start () at Pi.cpp:905
  18. #13 0x0804ec98 in main (argc=1) at main.cpp:18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement