-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Interpreter crashes with --with-trace-refs on #103621
Copy link
Copy link
Closed
Labels
buildThe build process and cross-buildThe build process and cross-buildinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)release-blockertype-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)release-blockertype-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Projects
Status
Done
Crash report
Interpreter crashes with
--with-trace-refson../_bootstrap_pythonhas a segment fault.The compiler warns when initializing some PyObjects. I think it's due to an incorrect fill of fields with trace ref API.
Your environment
Releated ideas
https://discuss.python.org/t/enhance-ref-trace-facilities/25990