-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Closed as not planned
Copy link
Labels
type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Description
Crash report
What happened?
^@(gdb)
#0 _PyObject_IS_GC (obj=0x80000000) at ../Python-3.10.13/Include/internal/pycore_object.h:165
#1 visit_decref (op=0x80000000, parent=parent@entry=0xb78a5b18) at ../Python-3.10.13/Modules/gcmodule.c:456
#2 0x0fe3297c in abc_data_traverse (self=0xb78a5b18, visit=0xfdee5e0 <visit_decref>, arg=0xb78a5b18) at ../Python-3.10.13/Modules/_abc.c:52
#3 0x0fdef3cc in subtract_refs (containers=<optimized out>) at ../Python-3.10.13/Modules/gcmodule.c:482
#4 deduce_unreachable (unreachable=0xbfedad4c, base=<optimized out>) at ../Python-3.10.13/Modules/gcmodule.c:1105
#5 gc_collect_main (tstate=tstate@entry=0x10030030, generation=generation@entry=2, n_collected=n_collected@entry=0xbfedadcc,
n_uncollectable=n_uncollectable@entry=0xbfedadc8, nofail=nofail@entry=0) at ../Python-3.10.13/Modules/gcmodule.c:1239
#6 0x0fdf00e0 in gc_collect_with_callback (tstate=tstate@entry=0x10030030, generation=generation@entry=2)
at ../Python-3.10.13/Modules/gcmodule.c:1413
#7 0x0fdf08f8 in PyGC_Collect () at ../Python-3.10.13/Modules/gcmodule.c:2099
#8 0x0fdc0430 in Py_FinalizeEx () at ../Python-3.10.13/Python/pylifecycle.c:1781
#9 Py_FinalizeEx () at ../Python-3.10.13/Python/pylifecycle.c:1703
#10 0x0fdc146c in Py_Exit (sts=0) at ../Python-3.10.13/Python/pylifecycle.c:2858
#11 0x0fdc791c in handle_system_exit () at ../Python-3.10.13/Python/pythonrun.c:775
#12 _PyErr_PrintEx (tstate=0x10030030, set_sys_last_vars=set_sys_last_vars@entry=1) at ../Python-3.10.13/Python/pythonrun.c:785
#13 0x0fdc7980 in PyErr_PrintEx (set_sys_last_vars=set_sys_last_vars@entry=1) at ../Python-3.10.13/Python/pythonrun.c:880
#14 0x0fdc79a8 in PyErr_Print () at ../Python-3.10.13/Python/pythonrun.c:886
#15 0x0fdc8170 in _PyRun_SimpleFileObject (fp=fp@entry=0x10021430, filename=filename@entry=0xb78105a0, closeit=closeit@entry=1,
flags=flags@entry=0xbfedafb0) at ../Python-3.10.13/Python/pythonrun.c:462
#16 0x0fdc84f4 in _PyRun_AnyFileObject (fp=fp@entry=0x10021430, filename=filename@entry=0xb78105a0, closeit=closeit@entry=1,
flags=flags@entry=0xbfedafb0) at ../Python-3.10.13/Python/pythonrun.c:90
#17 0x0fded70c in pymain_run_file_obj (skip_source_first_line=0, filename=0xb78105a0, program_name=0xb78fbee0)
at ../Python-3.10.13/Modules/main.c:353
#18 pymain_run_file (config=0x10021ff4) at ../Python-3.10.13/Modules/main.c:372
#19 pymain_run_python (exitcode=0xbfedafb8) at ../Python-3.10.13/Modules/main.c:587
#20 Py_RunMain () at ../Python-3.10.13/Modules/main.c:666
#21 0x0fdedbcc in pymain_main (args=args@entry=0xbfedb048) at ../Python-3.10.13/Modules/main.c:696
#22 0x0fdedcb0 in Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at ../Python-3.10.13/Modules/main.c:720
#23 0x10000474 in main (argc=<optimized out>, argv=<optimized out>) at ../Python-3.10.13/Programs/python.c:15
CPython versions tested on:
3.10
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.10.13 (main, Aug 24 2023, 12:59:26) [GCC 11.4.0]
Metadata
Metadata
Assignees
Labels
type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump