Guest User

Untitled

a guest
Jul 9th, 2011
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. (gdb) bt full
  2. #0 begin (this=0x32476f68, anim=0xfeeefeee)
  3. at /usr/lib/gcc/i586-mingw32msvc/4.4.4/include/c++/bits/stl_list.h:690
  4. No locals.
  5. #1 CUnitScript::UnblockAll (this=0x32476f68, anim=0xfeeefeee)
  6. at /slave/full-windows/build/rts/Sim/Units/Scripts/UnitScript.cpp:115
  7. No locals.
  8. #2 0x0080818c in CUnitScript::Tick (this=0x32476f68, deltaTime=33)
  9. at /slave/full-windows/build/rts/Sim/Units/Scripts/UnitScript.cpp:317
  10. animInfo = 0xfeeefeee
  11. doneAnims = {<std::_List_base<std::_List_iterator<CUnitScript::AnimInfo*
  12. >, std::allocator<std::_List_iterator<CUnitScript::AnimInfo*> > >> = {
  13. _M_impl = {<std::allocator<std::_List_node<std::_List_iterator<CUnit
  14. Script::AnimInfo*> > >> = {<__gnu_cxx::new_allocator<std::_List_node<std::_List_
  15. iterator<CUnitScript::AnimInfo*> > >> = {<No data fields>}, <No data fields>}, _
  16. M_node = {_M_next = 0x32b81a20, _M_prev = 0x329e6a68}}}, <No data fields>}
  17. #3 0x0080c9d5 in CUnitScriptEngine::Tick (this=0x1147400, deltaTime=33)
  18. at /slave/full-windows/build/rts/Sim/Units/Scripts/UnitScriptEngine.cpp:81
  19. myScopedTimerFromMakro = {<BasicTimer> = {<boost::noncopyable_::noncopya
  20. ble> = {<No data fields>}, name = {static npos = 4294967295,
  21. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator
  22. <char>> = {<No data fields>}, <No data fields>},
  23. _M_p = 0x13c7753c "UnitScriptEngine::Tick"}},
  24. starttime = 51786}, autoShowGraph = false}
  25. #4 0x0042f540 in CGame::SimFrame (this=0x13bd1340)
  26. at /slave/full-windows/build/rts/Game/Game.cpp:1522
  27. cputimer = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No da
  28. ta fields>}, name = {static npos = 4294967295,
  29. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator
  30. <char>> = {<No data fields>}, <No data fields>},
  31. _M_p = 0x13dc4ccc "Game::SimFrame"}}, starttime = 51785},
  32. autoShowGraph = true}
  33. forced = {<BasicTimer> = {<boost::noncopyable_::noncopyable> = {<No data
  34. fields>}, name = {static npos = 4294967295,
  35. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator
  36. <char>> = {<No data fields>}, <No data fields>},
  37. _M_p = 0x13c774fc "Game::SimFrame (Update)"}},
  38. starttime = 51786}, autoShowGraph = false}
  39. #5 0x00468bcf in CGame::ClientReadNet (this=0x13bd1340)
  40. at /slave/full-windows/build/rts/Game/NetCommands.cpp:371
  41. inbuf = 0x12b902e0 "\002\253\253\253\253\253\253\253\253■\356■\356■\356■
  42. \356■\356■\356■\356■"
  43. dataLength = 1
  44. packetCode = 104 'h'
  45. packet = {px = 0x325eb898, pn = {pi_ = 0x12b7efd0}}
  46. procstarttime = 51785
  47. #6 0x00439030 in CGame::Update (this=0x13bd1340)
  48. at /slave/full-windows/build/rts/Game/Game.cpp:884
  49. timeNow = <value optimized out>
  50. dif = <value optimized out>
  51. #7 0x008ff69e in SpringApp::UpdateSim (this=0x22fd58, ac=0x13bd1340)
  52. at /slave/full-windows/build/rts/System/SpringApp.cpp:980
  53. ret = <value optimized out>
  54. #8 0x008ff71d in SpringApp::Update (this=0x22fd58)
  55. at /slave/full-windows/build/rts/System/SpringApp.cpp:1058
  56. ret = <value optimized out>
  57. #9 0x00908350 in SpringApp::Run (this=0x22fd58, argc=2, argv=0x22e4820)
  58. at /slave/full-windows/build/rts/System/SpringApp.cpp:1162
  59. No locals.
  60. #10 0x008ef241 in MainFunc (argc=2, argv=0x22e4820, ret=0x22fe88)
  61. at /slave/full-windows/build/rts/System/Main.cpp:54
  62. app = {cmdline = 0x3bf9010, lastRequiredDraw = 0, static ogc = 0x0}
  63. #11 0x008ef7e4 in Run (argc=2, argv=0x22e4820)
  64. at /slave/full-windows/build/rts/System/Main.cpp:65
  65. ret = -1
  66. err = <value optimized out>
  67. #12 0x008ef901 in SDL_main (hInstanceIn=0x400000, hPrevInstance=0x0,
  68. lpCmdLine=0x251ef8 "-w", nCmdShow=10)
  69. at /slave/full-windows/build/rts/System/Main.cpp:87
  70. No locals.
  71. #13 WinMain (hInstanceIn=0x400000, hPrevInstance=0x0,
  72. lpCmdLine=0x251ef8 "-w", nCmdShow=10)
  73. at /slave/full-windows/build/rts/System/Main.cpp:95
  74. No locals.
  75. #14 0x00984c49 in main ()
  76. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment