Guest User

Untitled

a guest
Jul 26th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. gdb /usr/bin/python3 core.python.1001.b836890855624c66aa6550e56fa9143f.1258.1753555841000000
  2. GNU gdb (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403-git
  3. Copyright (C) 2024 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.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. Reading symbols from /usr/bin/python3...
  18. (No debugging symbols found in /usr/bin/python3)
  19. [New LWP 1258]
  20. [New LWP 1303]
  21. [New LWP 1309]
  22. [New LWP 1306]
  23. [New LWP 1301]
  24. [New LWP 1300]
  25. [New LWP 1305]
  26. [New LWP 6513]
  27. [New LWP 7686]
  28. [New LWP 1310]
  29. [New LWP 2105]
  30. [New LWP 2178]
  31. [New LWP 1771]
  32. [New LWP 7687]
  33. [New LWP 1768]
  34. [New LWP 9292]
  35. --Type <RET> for more, q to quit, c to continue without paging--c
  36. [New LWP 5453]
  37. [New LWP 7688]
  38. [New LWP 6579]
  39. [New LWP 1770]
  40. [New LWP 9225]
  41. [New LWP 6807]
  42.  
  43. warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libncursesw.so.6
  44.  
  45. warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libtinfo.so.6
  46.  
  47. warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  48.  
  49. warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libcap.so.2
  50. [Thread debugging using libthread_db enabled]
  51. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  52. Core was generated by `/var/opt/minecraft/crafty/.venv/bin/python /var/opt/minecraft/crafty/crafty-4/m'.
  53. Program terminated with signal SIGSEGV, Segmentation fault. <<<<<<-------------- HERE
  54. #0 0x0000000000586964 in PyObject_Malloc ()
  55. [Current thread is 1 (Thread 0x760e0998d080 (LWP 1258))]
  56. (gdb) dt
  57. Undefined command: "dt". Try "help".
  58. (gdb) bt
  59. #0 0x0000000000586964 in PyObject_Malloc ()
  60. #1 0x000000000061ba12 in _PyObject_GC_New ()
  61. #2 0x000000000055b31b in PyCallIter_New ()
  62. #3 0x000000000050fb28 in ?? ()
  63. #4 0x0000000000551f8e in ?? ()
  64. #5 0x0000000000549985 in PyObject_Vectorcall ()
  65. #6 0x00000000005d6b2f in _PyEval_EvalFrameDefault ()
  66. #7 0x00000000005d500b in PyEval_EvalCode ()
  67. #8 0x00000000006081e2 in ?? ()
  68. #9 0x00000000006b5033 in ?? ()
  69. #10 0x00000000006b4d9a in _PyRun_SimpleFileObject ()
  70. #11 0x00000000006b4bcf in _PyRun_AnyFileObject ()
  71. #12 0x00000000006bcc35 in Py_RunMain ()
  72. #13 0x00000000006bc71d in Py_BytesMain ()
  73. #14 0x0000760e0962a1ca in __libc_start_call_main (main=main@entry=0x518950, argc=argc@entry=2, argv=argv@entry=0x7fffacffe158) at ../sysdeps/nptl/libc_start_call_main.h:58
  74. #15 0x0000760e0962a28b in __libc_start_main_impl (main=0x518950, argc=2, argv=0x7fffacffe158, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
  75. stack_end=0x7fffacffe148) at ../csu/libc-start.c:360
  76. #16 0x00000000006575a5 in _start ()
Add Comment
Please, Sign In to add comment