Advertisement
Guest User

Untitled

a guest
Jul 13th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. vanessa@rainbird:~/Minetest-Textures-and-mods/mods/template$ gdb minetest
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /usr/local/bin/minetest...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/local/bin/minetest
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  16. Irrlicht Engine version 1.7.2
  17. Linux 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64
  18. Creating X window...
  19. Visual chosen: : 41
  20. Using renderer: OpenGL 4.2.11627
  21. AMD Radeon HD 6800 Series: ATI Technologies Inc.
  22. OpenGL driver version is 1.2 or better.
  23. GLSL version: 4.2
  24. Loaded texture: /home/vanessa/Minetest-Textures-and-mods/texture-packs/512px/Vanessa_512HD/menubg.png
  25. Loaded texture: /usr/local/share/minetest/textures/base/pack/menulogo.png
  26. [New Thread 0x7fffeea69700 (LWP 1983)]
  27. [Thread 0x7fffeea69700 (LWP 1983) exited]
  28. [New Thread 0x7fffeea69700 (LWP 1984)]
  29. [New Thread 0x7fffee268700 (LWP 1985)]
  30. [New Thread 0x7fffe3ffe700 (LWP 1986)]
  31. [UnifiedDyes] Loaded!
  32.  
  33. Program received signal SIGSEGV, Segmentation fault.
  34. 0x0000000000a19f49 in ?? ()
  35. (gdb) backtrace
  36. #0 0x0000000000a19f49 in ?? ()
  37. #1 0x0000000000a0ae1c in lua_next ()
  38. #2 0x000000000059ea80 in ?? ()
  39. #3 0x00000000005a0008 in ?? ()
  40. #4 0x0000000000a0e56c in ?? ()
  41. #5 0x0000000000a1da58 in ?? ()
  42. #6 0x0000000000a0e97d in ?? ()
  43. #7 0x0000000000a0dc07 in ?? ()
  44. #8 0x0000000000a0eb12 in ?? ()
  45. #9 0x0000000000a0abaf in lua_pcall ()
  46. #10 0x00000000005ad0cf in script_load(lua_State*, char const*) ()
  47. #11 0x0000000000595d95 in scriptapi_loadmod(lua_State*, std::string const&, std::string const&) ()
  48. #12 0x000000000062d353 in Server::Server(std::string const&, std::string const&, SubgameSpec const&, bool) ()
  49. #13 0x0000000000739f2d in the_game(bool&, bool, InputHandler*, irr::IrrlichtDevice*, irr::gui::IGUIFont*, std::string, std::string, std::string, std::string, unsigned short, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&, std::string, ChatBackend&, SubgameSpec const&, bool) ()
  50. #14 0x000000000053e251 in main ()
  51. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement