Advertisement
Guest User

DF GDB BT

a guest
Mar 10th, 2012
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. (gdb) bt
  2. #0 0xf7fdb430 in __kernel_vsyscall ()
  3. #1 0xf786b3ef in raise () from /usr/lib32/libc.so.6
  4. #2 0xf786cd75 in abort () from /usr/lib32/libc.so.6
  5. #3 0xf7ad3c95 in __gnu_cxx::__verbose_terminate_handler() ()
  6. from /opt/df_linux/libs/libstdc++.so.6
  7. #4 0xf7ad1b95 in ?? () from /opt/df_linux/libs/libstdc++.so.6
  8. #5 0xf7ad1bd2 in std::terminate() ()
  9. from /opt/df_linux/libs/libstdc++.so.6
  10. #6 0xf7ad1d41 in __cxa_throw () from /opt/df_linux/libs/libstdc++.so.6
  11. #7 0xf7a79f97 in std::__throw_length_error(char const*) ()
  12. from /opt/df_linux/libs/libstdc++.so.6
  13. #8 0x08054b27 in ?? ()
  14. #9 0x08a18a15 in ?? ()
  15. #10 0x083a0424 in ?? ()
  16. #11 0x08a8a56a in ?? ()
  17. #12 0x08b0f9a4 in ?? ()
  18. #13 0x085172e3 in ?? ()
  19. #14 0xf7b5ff11 in interfacest::loop() ()
  20. from /opt/df_linux/libs/libgraphics.so
  21. #15 0x0848d87f in mainloop() ()
  22. #16 0xf7b3d204 in enablerst::async_loop() ()
  23. from /opt/df_linux/libs/libgraphics.so
  24. #17 0xf7b3d5ed in call_loop(void*) ()
  25. from /opt/df_linux/libs/libgraphics.so
  26. #18 0xf7f29bc1 in ?? () from /usr/lib32/libSDL-1.2.so.0
  27. #19 0xf7f7468b in ?? () from /usr/lib32/libSDL-1.2.so.0
  28. #20 0xf7828cac in start_thread () from /usr/lib32/libpthread.so.0
  29. #21 0xf7928f0e in clone () from /usr/lib32/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement