Guest User

Untitled

a guest
Jul 31st, 2011
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. (gdb) bt full
  2. #0 0x0000000001176d54 in streflop_libm::__ieee754_asinf (x=0)
  3. at /home/abma/dev/spring/master/rts/lib/streflop/libm/flt-32/e_asinf.cpp:83
  4. w = <value optimized out>
  5. s = <value optimized out>
  6. hx = -1082130431
  7. t = <value optimized out>
  8. p = <value optimized out>
  9. ix = 1065353217
  10. #1 0x0000000000951eb8 in streflop::asin (x=-1.00000012)
  11. at /home/abma/dev/spring/master/rts/lib/streflop/SMath.h:232
  12. No locals.
  13. #2 0x0000000000fad62f in CWeapon::Update (this=0xb725e70)
  14. at /home/abma/dev/spring/master/rts/Sim/Weapons/Weapon.cpp:291
  15. heading = -1.57079637
  16. pitch = 0
  17. #3 0x0000000000f997ec in CBeamLaser::Update (this=0xb725e70)
  18. at /home/abma/dev/spring/master/rts/Sim/Weapons/BeamLaser.cpp:71
  19. No locals.
  20. #4 0x0000000000f41793 in CUnit::Update (this=0xb6ec7e0)
  21. at /home/abma/dev/spring/master/rts/Sim/Units/Unit.cpp:729
  22. wi = {_M_current = 0xb725e50}
  23. oldInAir = false
  24. oldInWater = false
  25.  
  26. #5 0x0000000000f7928c in CUnitHandler::Update (this=0x5d0bb90)
  27. ---Type <return> to continue, or q <return> to quit---
  28. at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:295
  29. unit = 0xb6ec7e0
  30. myScopedTimerFromMakro = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, name = {static npos = <optimized out>,
  31. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffe4028658 "Unit::Update"}}, starttime = 26788},
  32. autoShowGraph = false}
  33. usi = {_M_node = 0xb6eb1a0}
  34. __PRETTY_FUNCTION__ = "void CUnitHandler::Update()"
  35. #6 0x000000000095c077 in CGame::SimFrame (this=0x7fffe4197d70)
  36. at /home/abma/dev/spring/master/rts/Game/Game.cpp:1510
  37. cputimer = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>},
  38. name = {static npos = <optimized out>,
  39. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffd42503f8 "Game::SimFrame"}}, starttime = 26768},
  40. autoShowGraph = true}
  41. forced = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, name = {
  42. static npos = <optimized out>,
  43. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7fffd44d4408 "Game::SimFrame (Update)"}},
  44. starttime = 26768}, autoShowGraph = false}
  45. #7 0x00000000009df41b in CGame::ClientReadNet (this=0x7fffe4197d70)
  46. at /home/abma/dev/spring/master/rts/Game/NetCommands.cpp:364
  47. inbuf = 0x7fffe418c8c0 "\002B6\344\377\177"
  48. ---Type <return> to continue, or q <return> to quit---
  49. dataLength = 1
  50. packetCode = 2 '\002'
  51. packet = {px = 0x7fffe43159a0, pn = {pi_ = 0x7fffe4364240}}
  52. procstarttime = 26285
  53. __PRETTY_FUNCTION__ = "void CGame::ClientReadNet()"
  54. #8 0x0000000000958a8e in CGame::Update (this=0x7fffe4197d70)
  55. at /home/abma/dev/spring/master/rts/Game/Game.cpp:906
  56. timeNow = 26285
  57. difTime = 699
  58. dif = 0.699000061
  59. #9 0x00000000010261cd in SpringApp::UpdateSim (this=0x7fffffffe5b0, ac=0x7fffe4197d70)
  60. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:980
  61. ret = false
  62. #10 0x0000000001026243 in SpringApp::Update (this=0x7fffffffe5b0)
  63. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1058
  64. ret = 1
  65. #11 0x0000000001026504 in SpringApp::Run (this=0x7fffffffe5b0, argc=1, argv=0x7fffffffe778)
  66. at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1162
  67. No locals.
  68. #12 0x00000000010012e6 in MainFunc (argc=1, argv=0x7fffffffe778, ret=0x7fffffffe65c)
  69. at /home/abma/dev/spring/master/rts/System/Main.cpp:54
  70. app = {cmdline = 0x1de44a0, lastRequiredDraw = 340, static ogc = 0x0}
  71. #13 0x00000000010015d4 in Run (argc=1, argv=0x7fffffffe778)
  72. at /home/abma/dev/spring/master/rts/System/Main.cpp:65
  73. ---Type <return> to continue, or q <return> to quit---
  74. ret = -1
  75. err = 0x214
  76. #14 0x0000000001001674 in main (argc=1, argv=0x7fffffffe778)
  77. at /home/abma/dev/spring/master/rts/System/Main.cpp:95
  78. No locals.
Advertisement
Add Comment
Please, Sign In to add comment