Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gdb /usr/bin/python3 core.python.1001.b836890855624c66aa6550e56fa9143f.1258.1753555841000000
- GNU gdb (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403-git
- Copyright (C) 2024 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Type "show copying" and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <https://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from /usr/bin/python3...
- (No debugging symbols found in /usr/bin/python3)
- [New LWP 1258]
- [New LWP 1303]
- [New LWP 1309]
- [New LWP 1306]
- [New LWP 1301]
- [New LWP 1300]
- [New LWP 1305]
- [New LWP 6513]
- [New LWP 7686]
- [New LWP 1310]
- [New LWP 2105]
- [New LWP 2178]
- [New LWP 1771]
- [New LWP 7687]
- [New LWP 1768]
- [New LWP 9292]
- --Type <RET> for more, q to quit, c to continue without paging--c
- [New LWP 5453]
- [New LWP 7688]
- [New LWP 6579]
- [New LWP 1770]
- [New LWP 9225]
- [New LWP 6807]
- warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libncursesw.so.6
- warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libtinfo.so.6
- warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
- warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libcap.so.2
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
- Core was generated by `/var/opt/minecraft/crafty/.venv/bin/python /var/opt/minecraft/crafty/crafty-4/m'.
- Program terminated with signal SIGSEGV, Segmentation fault. <<<<<<-------------- HERE
- #0 0x0000000000586964 in PyObject_Malloc ()
- [Current thread is 1 (Thread 0x760e0998d080 (LWP 1258))]
- (gdb) dt
- Undefined command: "dt". Try "help".
- (gdb) bt
- #0 0x0000000000586964 in PyObject_Malloc ()
- #1 0x000000000061ba12 in _PyObject_GC_New ()
- #2 0x000000000055b31b in PyCallIter_New ()
- #3 0x000000000050fb28 in ?? ()
- #4 0x0000000000551f8e in ?? ()
- #5 0x0000000000549985 in PyObject_Vectorcall ()
- #6 0x00000000005d6b2f in _PyEval_EvalFrameDefault ()
- #7 0x00000000005d500b in PyEval_EvalCode ()
- #8 0x00000000006081e2 in ?? ()
- #9 0x00000000006b5033 in ?? ()
- #10 0x00000000006b4d9a in _PyRun_SimpleFileObject ()
- #11 0x00000000006b4bcf in _PyRun_AnyFileObject ()
- #12 0x00000000006bcc35 in Py_RunMain ()
- #13 0x00000000006bc71d in Py_BytesMain ()
- #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
- #15 0x0000760e0962a28b in __libc_start_main_impl (main=0x518950, argc=2, argv=0x7fffacffe158, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
- stack_end=0x7fffacffe148) at ../csu/libc-start.c:360
- #16 0x00000000006575a5 in _start ()
Add Comment
Please, Sign In to add comment