Advertisement
Guest User

Minetest segfault at 9029a34cc6a3b19c1a431fe3ba069c30a13321f

a guest
Oct 21st, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Crash just after connecting:
  2.  
  3. Program received signal SIGSEGV, Segmentation fault.
  4. [Switching to Thread 0x7fffe72eb700 (LWP 357)]
  5. 0x00007ffff5345ab8 in main_arena () from /lib/x86_64-linux-gnu/libc.so.6
  6. (gdb) bt
  7. #0 0x00007ffff5345ab8 in main_arena () from /lib/x86_64-linux-gnu/libc.so.6
  8. #1 0x0000000000659126 in mapblock_mesh_generate_special(MeshMakeData*, MeshCollector&) ()
  9. #2 0x000000000079733d in MapBlockMesh::MapBlockMesh(MeshMakeData*, irr::core::vector3d<short>) ()
  10. #3 0x0000000000604859 in MeshUpdateThread::Thread() ()
  11. #4 0x0000000000566fbb in JThread::TheThread(void*) ()
  12. #5 0x00007ffff63d0e9a in start_thread (arg=0x7fffe72eb700) at pthread_create.c:308
  13. #6 0x00007ffff508131d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  14. #7 0x0000000000000000 in ?? ()
  15.  
  16. Crash when opening a door a second or two after connecting:
  17.  
  18. Program received signal SIGSEGV, Segmentation fault.
  19. [Switching to Thread 0x7fffe72eb700 (LWP 381)]
  20. 0x0000000000659124 in mapblock_mesh_generate_special(MeshMakeData*, MeshCollector&) ()
  21. (gdb) bt
  22. #0 0x0000000000659124 in mapblock_mesh_generate_special(MeshMakeData*, MeshCollector&) ()
  23. #1 0x000000000079733d in MapBlockMesh::MapBlockMesh(MeshMakeData*, irr::core::vector3d<short>) ()
  24. #2 0x0000000000604859 in MeshUpdateThread::Thread() ()
  25. #3 0x0000000000566fbb in JThread::TheThread(void*) ()
  26. #4 0x00007ffff63d0e9a in start_thread (arg=0x7fffe72eb700) at pthread_create.c:308
  27. #5 0x00007ffff508131d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  28. #6 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement