Advertisement
robn

Untitled

May 18th, 2011
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Program received signal SIGFPE, Arithmetic exception.
  2. 0x08062497 in matrix4x4<double>::RotateMatrix (ang=1.8433626844732557e-315, x=inf, y=-inf, z=inf) at matrix4x4.h:79
  3. 79 m[0] = x*x*(1-c)+c;
  4. (gdb) bt
  5. #0 0x08062497 in matrix4x4<double>::RotateMatrix (ang=1.8433626844732557e-315, x=inf, y=-inf, z=inf) at matrix4x4.h:79
  6. #1 0x08061fb9 in DynamicBody::TimeStepUpdate (this=0xe314508, timeStep=1.66666675) at DynamicBody.cpp:177
  7. #2 0x080ef488 in Ship::TimeStepUpdate (this=0xe314508, timeStep=1.66666675) at Ship.cpp:598
  8. #3 0x0810421a in Space::TimeStep (step=1.66666675) at Space.cpp:563
  9. #4 0x080ca313 in Pi::MainLoop () at Pi.cpp:1138
  10. #5 0x080cb115 in Pi::Start () at Pi.cpp:1085
  11. #6 0x0804f025 in main (argc=1) at main.cpp:18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement