Advertisement
Guest User

spring 96 bt full end game

a guest
Aug 9th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. (gdb) bt full
  2. #0 0x00000030ed70274c in __lll_lock_wait_private () from /lib64/libc.so.6
  3. No symbol table info available.
  4. #1 0x00000030ed6829d6 in _L_lock_12177 () from /lib64/libc.so.6
  5. No symbol table info available.
  6. #2 0x00000030ed67ff61 in malloc () from /lib64/libc.so.6
  7. No symbol table info available.
  8. #3 0x000000322fa5f64d in operator new(unsigned long) () from /lib64/libstdc++.so.6
  9. No symbol table info available.
  10. #4 0x000000322fabe1d9 in std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) () from /lib64/libstdc++.so.6
  11. No symbol table info available.
  12. #5 0x00000000009726c1 in std::string::_S_construct<char const*> (__beg=0x30ed779a24 "Segmentation fault", __end=<optimized out>, __a=...)
  13. at /usr/include/c++/4.8.2/bits/basic_string.tcc:138
  14. __dnew = 18
  15. __r = <optimized out>
  16. #6 0x000000322fabfec8 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) ()
  17. from /lib64/libstdc++.so.6
  18. No symbol table info available.
  19. #7 0x00000000009b0c81 in CrashHandler::HandleSignal (signal=11) at /home/revenant/projects/spring96/spring/rts/System/Platform/Linux/CrashHandler.cpp:510
  20. aiCrash = false
  21. error = <error reading variable: Cannot access memory at address 0x3000000000>
  22. nonFatalSignal = <optimized out>
  23. fatalSignal = <optimized out>
  24. keepRunning = <optimized out>
  25. #8 <signal handler called>
  26. No symbol table info available.
  27. #9 0x00000030ed67cae6 in _int_free () from /lib64/libc.so.6
  28. No symbol table info available.
  29. #10 0x00000000006de659 in CVertexArray::~CVertexArray (this=0x3699e90, __in_chrg=<optimized out>)
  30. at /home/revenant/projects/spring96/spring/rts/Rendering/GL/VertexArray.cpp:22
  31. No locals.
  32. #11 0x00000000006de689 in CVertexArray::~CVertexArray (this=0x3699e90, __in_chrg=<optimized out>)
  33. at /home/revenant/projects/spring96/spring/rts/Rendering/GL/VertexArray.cpp:24
  34. No locals.
  35. #12 0x00000000006c96f0 in SafeDelete<CVertexArray*> (a=@0x6a58e98: 0x0) at /home/revenant/projects/spring96/spring/rts/System/Util.h:176
  36. tmp = <optimized out>
  37. #13 ~Scar (this=0x6a58e50, __in_chrg=<optimized out>) at /home/revenant/projects/spring96/spring/rts/Rendering/Env/Decals/GroundDecalHandler.cpp:1309
  38. No locals.
  39. #14 CGroundDecalHandler::~CGroundDecalHandler (this=0x3d97020, __in_chrg=<optimized out>)
  40. at /home/revenant/projects/spring96/spring/rts/Rendering/Env/Decals/GroundDecalHandler.cpp:124
  41. ---Type <return> to continue, or q <return> to quit---
  42. si =
  43. #15 0x00000000006c9969 in CGroundDecalHandler::~CGroundDecalHandler (this=0x3d97020, __in_chrg=<optimized out>)
  44. at /home/revenant/projects/spring96/spring/rts/Rendering/Env/Decals/GroundDecalHandler.cpp:137
  45. No locals.
  46. #16 0x00000000006a2bb6 in IGroundDecalDrawer::FreeInstance () at /home/revenant/projects/spring96/spring/rts/Rendering/Env/IGroundDecalDrawer.cpp:50
  47. No locals.
  48. #17 0x000000000046bc09 in SafeDelete<CWorldDrawer*> (a=@0x3a710b0: 0x0) at /home/revenant/projects/spring96/spring/rts/System/Util.h:176
  49. tmp = 0x7f3ab870f4b0
  50. #18 CGame::~CGame (this=0x3a70f70, __in_chrg=<optimized out>) at /home/revenant/projects/spring96/spring/rts/Game/Game.cpp:448
  51. No locals.
  52. #19 0x000000000046c509 in CGame::~CGame (this=0x3a70f70, __in_chrg=<optimized out>) at /home/revenant/projects/spring96/spring/rts/Game/Game.cpp:523
  53. No locals.
  54. #20 0x000000000095f978 in SpringApp::ShutDown () at /home/revenant/projects/spring96/spring/rts/System/SpringApp.cpp:1070
  55. numCalls = 1
  56. __FUNCTION__ = "ShutDown"
  57. #21 0x000000000095fd7a in SpringApp::Run (this=this@entry=0x7fff824dc400) at /home/revenant/projects/spring96/spring/rts/System/SpringApp.cpp:1039
  58. __FUNCTION__ = "Run"
  59. #22 0x00000000009393a5 in Run (argc=argc@entry=2, argv=argv@entry=0x7fff824dc6b8) at /home/revenant/projects/spring96/spring/rts/System/Main.cpp:65
  60. app = {cmdline = 0x2dc7b20}
  61. ret = -1
  62. err = <optimized out>
  63. __FUNCTION__ = "Run"
  64. #23 0x0000000000939c5c in main (argc=2, argv=0x7fff824dc6b8) at /home/revenant/projects/spring96/spring/rts/System/Main.cpp:125
  65. No locals.
  66. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement