Advertisement
Guest User

gdb output

a guest
Mar 15th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. (gdb) bt full
  2. #0 0xb7721424 in __kernel_vsyscall ()
  3. No symbol table info available.
  4. #1 0xb7660a2b in waitpid () from /lib/i386-linux-gnu/libpthread.so.0
  5. No symbol table info available.
  6. #2 0x0864f4d8 in Platform::MsgBox (message=..., caption=..., flags=@0xbf856dbc)
  7. at /build/buildd/spring-87.0~11.10~ppa1/rts/System/Platform/Linux/MessageBox.cpp:104
  8. caption2 = "Spring: Fatal Error\n", '\000' <repeats 79 times>, "\b"
  9. pid = <optimized out>
  10. status = <optimized out>
  11. len = <optimized out>
  12. msg2 = "std::bad_alloc\n", '\000' <repeats 984 times>, "\t"
  13. #3 0x085e58a9 in ExitMessage (msg=..., caption=..., flags=9, forced=false)
  14. at /build/buildd/spring-87.0~11.10~ppa1/rts/System/Platform/errorhandler.cpp:41
  15. No locals.
  16. #4 0x085e5fee in ErrorMessageBox (msg=..., caption=..., flags=9)
  17. at /build/buildd/spring-87.0~11.10~ppa1/rts/System/Platform/errorhandler.cpp:98
  18. forcedExitThread = 0xa0c831c8
  19. #5 0x085cf403 in MainFunc (argc=-512, argv=0xfffffe00, ret=0x0) at /build/buildd/spring-87.0~11.10~ppa1/rts/System/Main.cpp:52
  20. No locals.
  21. #6 0x085cf858 in Run (argc=2, argv=0xbf857064) at /build/buildd/spring-87.0~11.10~ppa1/rts/System/Main.cpp:62
  22. ret = -1
  23. err = <optimized out>
  24. #7 0x080cfe3b in main (argc=2, argv=0xbf857064) at /build/buildd/spring-87.0~11.10~ppa1/rts/System/Main.cpp:92
  25. No locals.
  26. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement