Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00000000004cf7bc in Kart::updatePhysics (this=0x7fffbc124fd0,
  3. dt=<value optimized out>) at karts/kart.cpp:1400
  4. 1400 if (isOnGround() && getMaterial()->getFriction()<10000.0f)
  5. (gdb) bt
  6. #0 0x00000000004cf7bc in Kart::updatePhysics (this=0x7fffbc124fd0,
  7. dt=<value optimized out>) at karts/kart.cpp:1400
  8. #1 0x00000000004d0604 in Kart::update (this=0x7fffbc124fd0,
  9. dt=<value optimized out>) at karts/kart.cpp:742
  10. #2 0x00000000004ea347 in World::update (this=0x7fffc7087ab0,
  11. dt=<value optimized out>) at modes/world.cpp:514
  12. #3 0x00000000004e548e in LinearWorld::update (this=0x7fffbc1287b0, delta=1)
  13. at modes/linear_world.cpp:174
  14. #4 0x00000000004e9f47 in World::updateWorld (this=0x7fffc7087ab0, dt=1)
  15. at modes/world.cpp:472
  16. #5 0x00000000004121c1 in MainLoop::run (this=0x7fffe002c3e0)
  17. at main_loop.cpp:134
  18. #6 0x0000000000410ba8 in main (argc=<value optimized out>,
  19. argv=0x7fffffffe2c8) at main.cpp:776
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement