Guest User

Untitled

a guest
Jul 31st, 2011
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. (gdb) bt full
  2. #0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  3. resultvar = 0
  4. pid = <value optimized out>
  5. selftid = 4891
  6. #1 0x00007ffff4402ab6 in abort () at abort.c:92
  7. save_stage = 2
  8. act = {__sigaction_handler = {sa_handler = 0x111, sa_sigaction = 0x111}, sa_mask = {
  9. __val = {140737292396174, 23028384, 140737292388058, 140737488345344, 140737291425890,
  10. 206158430232, 140737488345360, 140737488345136, 140737291337076, 206158430256,
  11. 140737488345384, 84814064, 140737294737856, 177, 4195722577792953446,
  12. 140737488349704}}, sa_flags = -195967270, sa_restorer = 0x15f5698}
  13. sigs = {__val = {32, 0 <repeats 15 times>}}
  14. #2 0x00007ffff43f77c5 in __assert_fail (
  15. assertion=0x15f5fd0 "unit->pos.z <= (float3::maxzpos * 16.0f)", file=<value optimized out>,
  16. line=273, function=<value optimized out>) at assert.c:81
  17. buf = 0x50e28f0 "spring: /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273: void CUnitHandler::Update(): Assertion `unit->pos.z <= (float3::maxzpos * 16.0f)' failed.\n"
  18. #3 0x0000000000f78877 in CUnitHandler::Update (this=0x5416020)
  19. at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
  20. unit = 0x5105710
  21. moveType = 0x2b010e0
  22. myScopedTimerFromMakro = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, name = {static npos = <optimized out>,
  23. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data ---Type <return> to continue, or q <return> to quit---
  24. fields>}, <No data fields>}, _M_p = 0x82614b8 "Unit::MoveType::Update"}}, starttime = 324946},
  25. autoShowGraph = false}
  26. usi = {_M_node = 0x2655bd0}
  27. __PRETTY_FUNCTION__ = "void CUnitHandler::Update()"
  28. #4 0x000000000095c077 in CGame::SimFrame (this=0x7fffe416bba0)
  29. at /home/abma/dev/spring/master/rts/Game/Game.cpp:1510
  30. cputimer = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>},
  31. name = {static npos = <optimized out>,
  32. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x31866d8 "Game::SimFrame"}}, starttime = 324945},
  33. autoShowGraph = true}
  34. forced = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, name = {
  35. static npos = <optimized out>,
  36. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x81b3418 "Game::SimFrame (Update)"}}, starttime = 324945},
  37. autoShowGraph = false}
  38. #5 0x00000000009df41b in CGame::ClientReadNet (this=0x7fffe416bba0)
  39. at /home/abma/dev/spring/master/rts/Game/NetCommands.cpp:364
  40. inbuf = 0x7fffe4385b50 "\002\227G\344\377\177"
  41. dataLength = 1
  42. packetCode = 2 '\002'
  43. packet = {px = 0x7fffe4963420, pn = {pi_ = 0x7fffe4479720}}
  44. procstarttime = 324837
  45. __PRETTY_FUNCTION__ = "void CGame::ClientReadNet()"
  46. ---Type <return> to continue, or q <return> to quit---
  47. #6 0x0000000000958a8e in CGame::Update (this=0x7fffe416bba0)
  48. at /home/abma/dev/spring/master/rts/Game/Game.cpp:906
  49. timeNow = 324837
  50. difTime = 36
  51. dif = 0.0360000022
  52. #7 0x00000000010261cd in SpringApp::UpdateSim (this=0x7fffffffe560, ac=0x7fffe416bba0)
  53. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:980
  54. ret = false
  55. #8 0x0000000001026243 in SpringApp::Update (this=0x7fffffffe560)
  56. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1058
  57. ret = 1
  58. #9 0x0000000001026504 in SpringApp::Run (this=0x7fffffffe560, argc=2, argv=0x7fffffffe728)
  59. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1162
  60. No locals.
  61. #10 0x00000000010012e6 in MainFunc (argc=2, argv=0x7fffffffe728, ret=0x7fffffffe60c)
  62. at /home/abma/dev/spring/master/rts/System/Main.cpp:54
  63. app = {cmdline = 0x1de44a0, lastRequiredDraw = 24434, static ogc = 0x0}
  64. #11 0x00000000010015d4 in Run (argc=2, argv=0x7fffffffe728)
  65. at /home/abma/dev/spring/master/rts/System/Main.cpp:65
  66. ret = -1
  67. err = 0x214
  68. #12 0x0000000001001674 in main (argc=2, argv=0x7fffffffe728)
  69. at /home/abma/dev/spring/master/rts/System/Main.cpp:95
  70. No locals.
Advertisement
Add Comment
Please, Sign In to add comment