Advertisement
Guest User

Untitled

a guest
Jul 6th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
  2. Copyright (C) 2013 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /home/arsdragonfly/minetest/bin/minetest...done.
  11. (gdb) r
  12. Starting program: /home/arsdragonfly/minetest/bin/minetest
  13. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  16.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. 0x00007ffff505a544 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
  19. (gdb) bt
  20. #0 0x00007ffff505a544 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
  21. #1 0x0000000000852298 in irr::CIrrDeviceStub::checkVersion(char const*) ()
  22. #2 0x0000000000853073 in irr::CIrrDeviceStub::CIrrDeviceStub(irr::SIrrlichtCreationParameters const&) ()
  23. #3 0x000000000084ce6c in irr::CIrrDeviceLinux::CIrrDeviceLinux(irr::SIrrlichtCreationParameters const&) ()
  24. #4 0x0000000000844d58 in createDeviceEx ()
  25. #5 0x0000000000585eae in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement