sre_constants._makecodes
segfaults in JIT builds
#126221
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-JIT
type-crash
A hard crash of the interpreter, possibly with a core dump
Crash report
What happened?
It's possible to crash a JIT build of Python (or abort, if it's a debug build) by passing an invalid parameter to
sre_constants._makecodes
:Backtrace on non-debug JIT build looks like:
Backtrace on debug JIT build looks like:
Found using fusil by @vstinner.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0a1+ (heads/main:d467d9246cb, Oct 30 2024, 23:30:10) [GCC 11.4.0]
The text was updated successfully, but these errors were encountered: