Guest User

Untitled

a guest
Aug 1st, 2011
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. spring-headless: /home/abma/dev/spring/master/rts/Sim/Projectiles/ProjectileHandler.cpp:219: void CProjectileHandler::UpdateProjectileContainer(ProjectileContainer&, bool): Assertion `p->pos.y <= MAX_PROJECTILE_HEIGHT' failed.
  2.  
  3. Program received signal SIGABRT, Aborted.
  4. 0x00007ffff5dced05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  5. 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: Datei oder Verzeichnis nicht gefunden.
  6. in ../nptl/sysdeps/unix/sysv/linux/raise.c
  7. (gdb) bt full
  8. #0 0x00007ffff5dced05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  9. resultvar = 0
  10. pid = <value optimized out>
  11. selftid = 7950
  12. #1 0x00007ffff5dd2ab6 in abort () at abort.c:92
  13. save_stage = 2
  14. act = {__sigaction_handler = {sa_handler = 0xdb, sa_sigaction = 0xdb}, sa_mask = {__val = {
  15. 140737319462542, 22675744, 140737319454426, 140737488343872, 140737318492258,
  16. 206158430232, 140737488343888, 140737488343664, 140737318403444, 206158430256,
  17. 140737488343912, 41920432, 140737321804224, 241, 5283922227690951248,
  18. 140737488348363}}, sa_flags = -168900902, sa_restorer = 0x159fd18}
  19. sigs = {__val = {32, 0 <repeats 15 times>}}
  20. #2 0x00007ffff5dc77c5 in __assert_fail (assertion=0x159fee8 "p->pos.y <= MAX_PROJECTILE_HEIGHT",
  21. file=<value optimized out>, line=219, function=<value optimized out>) at assert.c:81
  22. buf = 0x27fa7b0 "spring-headless: /home/abma/dev/spring/master/rts/Sim/Projectiles/ProjectileHandler.cpp:219: void CProjectileHandler::UpdateProjectileContainer(ProjectileContainer&, bool): Assertion `p->pos.y <= MAX_"...
  23. #3 0x0000000000e67ef2 in CProjectileHandler::UpdateProjectileContainer (this=0x7fffec323f60,
  24. pc=..., synced=false)
  25. at /home/abma/dev/spring/master/rts/Sim/Projectiles/ProjectileHandler.cpp:219
  26. p = 0x257f3a0
  27. pci = {_M_node = 0x4e157f0}
  28. __PRETTY_FUNCTION__ = "void CProjectileHandler::UpdateProjectileContainer(ProjectileContainer&, bool)"
  29. ---Type <return> to continue, or q <return> to quit---
  30. #4 0x0000000000e67fab in CProjectileHandler::Update (this=0x7fffec323f60)
  31. at /home/abma/dev/spring/master/rts/Sim/Projectiles/ProjectileHandler.cpp:238
  32. myScopedTimerFromMakro = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, name = {static npos = <optimized out>,
  33. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x5c84ca8 "ProjectileHandler::Update"}}, starttime = 52515},
  34. autoShowGraph = false}
  35. gfi = {_M_node = 0x0}
  36. #5 0x00000000009477d9 in CGame::SimFrame (this=0x1f5d660)
  37. at /home/abma/dev/spring/master/rts/Game/Game.cpp:1519
  38. cputimer = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>},
  39. name = {static npos = <optimized out>,
  40. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x252d6d8 "Game::SimFrame"}}, starttime = 52488},
  41. autoShowGraph = true}
  42. forced = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, name = {
  43. static npos = <optimized out>,
  44. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x5aa5008 "Game::SimFrame (Update)"}}, starttime = 52488},
  45. autoShowGraph = false}
  46. #6 0x00000000009c99b3 in CGame::ClientReadNet (this=0x1f5d660)
  47. at /home/abma/dev/spring/master/rts/Game/NetCommands.cpp:364
  48. inbuf = 0x570f640 "\002\242\022\366\377\177"
  49. dataLength = 1
  50. ---Type <return> to continue, or q <return> to quit---
  51. packetCode = 2 '\002'
  52. packet = {px = 0x5bf3cb0, pn = {pi_ = 0x4f8a380}}
  53. procstarttime = 52437
  54. __PRETTY_FUNCTION__ = "void CGame::ClientReadNet()"
  55. #7 0x0000000000944150 in CGame::Update (this=0x1f5d660)
  56. at /home/abma/dev/spring/master/rts/Game/Game.cpp:906
  57. timeNow = 52437
  58. difTime = 3
  59. dif = 0.00300000003
  60. #8 0x00000000010003c7 in SpringApp::UpdateSim (this=0x7fffffffe000, ac=0x1f5d660)
  61. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:980
  62. ret = false
  63. #9 0x000000000100043d in SpringApp::Update (this=0x7fffffffe000)
  64. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1058
  65. ret = 1
  66. #10 0x0000000001000692 in SpringApp::Run (this=0x7fffffffe000, argc=2, argv=0x7fffffffe1c8)
  67. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1162
  68. No locals.
  69. #11 0x0000000000fdcece in MainFunc (argc=2, argv=0x7fffffffe1c8, ret=0x7fffffffe0ac)
  70. at /home/abma/dev/spring/master/rts/System/Main.cpp:54
  71. app = {cmdline = 0x1d66c10, lastRequiredDraw = 9968, static ogc = 0x0}
  72. #12 0x0000000000fdd1bc in Run (argc=2, argv=0x7fffffffe1c8)
  73. at /home/abma/dev/spring/master/rts/System/Main.cpp:65
  74. ret = -1
  75. ---Type <return> to continue, or q <return> to quit---
  76. err = 0x20a
  77. #13 0x0000000000fdd25c in main (argc=2, argv=0x7fffffffe1c8)
  78. at /home/abma/dev/spring/master/rts/System/Main.cpp:95
  79. No locals.
Advertisement
Add Comment
Please, Sign In to add comment