Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. void7$ gdb ./minetest
  2. GNU gdb (GDB) 7.4.1-debian
  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://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/void7/source/minetest/minetest/bin/minetest...done.
  12. (gdb) run
  13. Starting program: /home/void7/source/minetest/minetest/bin/minetest
  14. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
  15. warning: Could not load shared library symbols for linux-vdso.so.1.
  16. Do you need "set solib-search-path" or "set sysroot"?
  17. [Thread debugging using libthread_db enabled]
  18. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  19. 2016-07-31 19:35:44: WARNING[Main]: system-wide share not found at "/usr/local/share/minetest"
  20. 2016-07-31 19:35:44: WARNING[Main]: system-wide share not found at "/home/void7/source/minetest/minetest/bin/../share/minetest"
  21. 2016-07-31 19:35:44: WARNING[Main]: system-wide share found at "/home/void7/source/minetest/minetest/bin/.."
  22. 2016-07-31 19:35:44: WARNING[Main]: Couldn't find a locale directory!
  23. 2016-07-31 19:35:44: WARNING[Main]: Could not find x11 display for setting its icon.
  24. [New Thread 0x7fffec538700 (LWP 5807)]
  25. [Thread 0x7fffec538700 (LWP 5807) exited]
  26. [New Thread 0x7fffec538700 (LWP 5808)]
  27. [New Thread 0x7fffe7d36700 (LWP 5809)]
  28. [New Thread 0x7fffe7535700 (LWP 5810)]
  29. [New Thread 0x7fffe6d34700 (LWP 5811)]
  30. [New Thread 0x7fffe6533700 (LWP 5812)]
  31. [New Thread 0x7fffe5d32700 (LWP 5813)]
  32. Loaded texture: /home/void7/.minetest/games/minetest_game/menu/header.png
  33. Loaded texture: /home/void7/.minetest/games/Minetest_TNG/menu/icon.png
  34. Loaded texture: /home/void7/.minetest/games/adventuretest/menu/icon.png
  35. Loaded texture: /home/void7/.minetest/games/minetest_game/menu/icon.png
  36. Loaded texture: /home/void7/source/minetest/minetest/games/minimal/menu/icon.png
  37. Loaded texture: /home/void7/.minetest/games/nuclear-voxel/menu/icon.png
  38. Loaded texture: /home/void7/.minetest/games/pixture/menu/icon.png
  39. [Thread 0x7fffe7d36700 (LWP 5809) exited]
  40. [Thread 0x7fffec538700 (LWP 5808) exited]
  41. [Thread 0x7fffe5d32700 (LWP 5813) exited]
  42. [Thread 0x7fffe6d34700 (LWP 5811) exited]
  43. [Thread 0x7fffe6533700 (LWP 5812) exited]
  44. [Thread 0x7fffe7535700 (LWP 5810) exited]
  45. [New Thread 0x7fffe5d32700 (LWP 5814)]
  46. [New Thread 0x7fffe6533700 (LWP 5815)]
  47. [New Thread 0x7fffe6d34700 (LWP 5816)]
  48. [New Thread 0x7fffe7535700 (LWP 5817)]
  49. 2016-07-31 19:35:54: WARNING[Main]: BanManager: creating /home/void7/.minetest/worlds/wirestest/ipban.txt
  50. 2016-07-31 19:35:54: WARNING[Main]: NodeDefManager: Ignoring CONTENT_IGNORE redefinition
  51. [New Thread 0x7fffe5531700 (LWP 5818)]
  52. 2016-07-31 19:35:54: ACTION[Main]: .__ __ __
  53. 2016-07-31 19:35:54: ACTION[Main]: _____ |__| ____ _____/ |_ ____ _______/ |_
  54. 2016-07-31 19:35:54: ACTION[Main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
  55. 2016-07-31 19:35:54: ACTION[Main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
  56. 2016-07-31 19:35:54: ACTION[Main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
  57. 2016-07-31 19:35:54: ACTION[Main]: \/ \/ \/ \/ \/
  58. 2016-07-31 19:35:54: ACTION[Main]: World at [/home/void7/.minetest/worlds/wirestest]
  59. 2016-07-31 19:35:54: ACTION[Main]: Server for gameid="minetest" listening on 0.0.0.0:63284.
  60. [New Thread 0x7fffe4d30700 (LWP 5819)]
  61. [New Thread 0x7fffcffff700 (LWP 5820)]
  62. [New Thread 0x7fffcf7fe700 (LWP 5821)]
  63.  
  64. Program received signal SIGSEGV, Segmentation fault.
  65. 0x00007ffff77af983 in ?? () from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.7a
  66. (gdb) bt
  67. #0 0x00007ffff77af983 in ?? () from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.7a
  68. #1 0x00007ffff77b0a4b in irr::video::CImage::drawRectangle(irr::core::rect<int> const&, irr::video::SColor const&) () from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.7a
  69. #2 0x00007ffff77bc216 in irr::video::CSoftwareDriver::draw2DRectangle(irr::video::SColor, irr::core::rect<int> const&, irr::core::rect<int> const*) ()
  70. from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.7a
  71. #3 0x000000000071b755 in draw_load_screen(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, irr::IrrlichtDevice*, irr::gui::IGUIEnvironment*, float, int, bool) ()
  72. #4 0x0000000000666678 in Client::afterContentReceived(irr::IrrlichtDevice*) ()
  73. #5 0x000000000075ebb8 in Game::createClient(std::string const&, std::string const&, std::string*, unsigned short) ()
  74. #6 0x000000000076f8b2 in the_game(bool*, bool, InputHandler*, irr::IrrlichtDevice*, std::string const&, std::string const&, std::string const&, std::string const&, unsigned short, std::string&, ChatBackend&, bool*, SubgameSpec const&, bool) ()
  75. #7 0x00000000004baed6 in ClientLauncher::run(GameParams&, Settings const&) ()
  76. #8 0x00000000004b2326 in main ()
  77. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement