Advertisement
robn

Untitled

Nov 3rd, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. onShipUndocked: ship JJ-5522 station Eridani Commercial Center
  2. JJ-5522 leaves frame Eridani Commercial Center
  3. JJ-5522 left Epsilon Eridani for Gliese 229
  4. cleanTSTable:total:35,active:24,removed:0
  5. onLeaveSystem: ship JJ-5522
  6.  
  7. Program received signal SIGSEGV, Segmentation fault.
  8. 0x000000000040e52d in operator* (a=..., b=...) at matrix4x4.h:226
  9. 226 m.cell[0] = a.cell[0]*b.cell[0] + a.cell[4]*b.cell[1] + a.cell[8]*b.cell[2] + a.cell[12]*b.cell[3];
  10. (gdb) bt
  11. #0 0x000000000040e52d in operator* (a=..., b=...) at matrix4x4.h:226
  12. #1 0x0000000000433752 in Frame::ApplyLeavingTransform (this=0x0, m=...) at Frame.cpp:120
  13. #2 0x0000000000433d8b in Frame::GetFrameTransform (fFrom=0x0, fTo=0x5502a10, m=...) at Frame.cpp:166
  14. #3 0x00000000004105d0 in Body::GetPositionRelTo (this=0x587a560, relTo=0x5502a10) at Body.cpp:113
  15. #4 0x0000000000410766 in Body::GetPositionRelTo (this=0x587a560, relTo=0x45b3110) at Body.cpp:131
  16. #5 0x000000000053f55c in ScannerWidget::DrawBlobs (this=0x34e3740, below=true) at ShipCpanelMultiFuncDisplays.cpp:346
  17. #6 0x000000000053e929 in ScannerWidget::Draw (this=0x34e3740) at ShipCpanelMultiFuncDisplays.cpp:137
  18. #7 0x00000000005a31eb in Gui::Container::Draw (this=0x4091ad0) at GuiContainer.cpp:201
  19. #8 0x000000000053b04f in ShipCpanel::Draw (this=0x4091ad0) at ShipCpanel.cpp:249
  20. #9 0x00000000005a31eb in Gui::Container::Draw (this=0x10c2df0) at GuiContainer.cpp:201
  21. #10 0x00000000005ae218 in Gui::Screen::Draw () at GuiScreen.cpp:146
  22. #11 0x000000000059df0c in Gui::Draw () at Gui.cpp:86
  23. #12 0x00000000004f3cba in Pi::MainLoop () at Pi.cpp:1360
  24. #13 0x00000000004f30a7 in Pi::Start () at Pi.cpp:1159
  25. #14 0x0000000000590e4c in main (argc=1) at main.cpp:18
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement