Advertisement
Guest User

minetestserver crash

a guest
Jul 22nd, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. (gdb) set args --config ~/.minetest/worlds/local/minetest.conf --logfile ~/.minetest/worlds/local/debug.txt --port 30001 ~/.minetest/worlds/local/
  2. (gdb) run
  3. Starting program: /usr/local/bin/minetestserver --config ~/.minetest/worlds/local/minetest.conf --logfile ~/.minetest/worlds/local/debug.txt --port 30001 ~/.minetest/worlds/local/
  4. [Thread debugging using libthread_db enabled]
  5. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  6. Traceback (most recent call last):
  7. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  8. from libstdcxx.v6.printers import register_libstdcxx_printers
  9. ImportError: No module named 'libstdcxx'
  10. [New Thread 0x7ffff2111700 (LWP 14571)]
  11. [New Thread 0x7ffff1910700 (LWP 14572)]
  12. [Buckets] Loaded!
  13. [New Thread 0x7ffff110f700 (LWP 14573)]
  14. 2015-07-22 17:58:15: ACTION[main]: .__ __ __
  15. 2015-07-22 17:58:15: ACTION[main]: _____ |__| ____ _____/ |_ ____ _______/ |_
  16. 2015-07-22 17:58:15: ACTION[main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
  17. 2015-07-22 17:58:15: ACTION[main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
  18. 2015-07-22 17:58:15: ACTION[main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
  19. 2015-07-22 17:58:15: ACTION[main]: \/ \/ \/ \/ \/
  20. 2015-07-22 17:58:15: ACTION[main]: World at [/home/foz/.minetest/worlds/local/]
  21. 2015-07-22 17:58:15: ACTION[main]: Server for gameid="minetest" listening on 0.0.0.0:30001.
  22. [New Thread 0x7ffff090e700 (LWP 14574)]
  23. 2015-07-22 17:58:28: ACTION[ServerThread]: Foz [192.168.0.202] joins game.
  24. 2015-07-22 17:58:28: ACTION[ServerThread]: Foz joins game. List of players: Foz
  25.  
  26. Program received signal SIGSEGV, Segmentation fault.
  27. [Switching to Thread 0x7ffff090e700 (LWP 14574)]
  28. 0x00000000005aafd5 in DungeonGen::makeCorridor(irr::core::vector3d<short>, irr::core::vector3d<short>, irr::core::vector3d<short>&, irr::core::vector3d<short>&) ()
  29. (gdb) bt full
  30. #0 0x00000000005aafd5 in DungeonGen::makeCorridor(irr::core::vector3d<short>, irr::core::vector3d<short>, irr::core::vector3d<short>&, irr::core::vector3d<short>&) ()
  31. No symbol table info available.
  32. #1 0x00000000005ab832 in DungeonGen::makeDungeon(irr::core::vector3d<short>) ()
  33. No symbol table info available.
  34. #2 0x00000000005abfc5 in DungeonGen::generate(unsigned int, irr::core::vector3d<short>, irr::core::vector3d<short>) ()
  35. No symbol table info available.
  36. #3 0x0000000000621598 in MapgenV6::makeChunk(BlockMakeData*) ()
  37. No symbol table info available.
  38. #4 0x00000000005aea64 in EmergeThread::Thread() ()
  39. No symbol table info available.
  40. #5 0x00000000004723f3 in JThread::TheThread(void*) ()
  41. No symbol table info available.
  42. #6 0x00007ffff7276182 in start_thread (arg=0x7ffff090e700) at pthread_create.c:312
  43. __res = <optimized out>
  44. pd = 0x7ffff090e700
  45. now = <optimized out>
  46. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737229416192, -814787343921650661, 1, 0, 140737229416896, 140737229416192, 814775619766248475, 814770502459122715},
  47. mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  48. not_first_call = <optimized out>
  49. pagesize_m1 = <optimized out>
  50. sp = <optimized out>
  51. freesize = <optimized out>
  52. __PRETTY_FUNCTION__ = "start_thread"
  53. #7 0x00007ffff631d47d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement