Faulthandler segfaults when called from threads #131580
Labels
extension-modules
C modules in the Modules dir
type-crash
A hard crash of the interpreter, possibly with a core dump
Crash report
What happened?
In a GILfull build of main, it's rarely possible to get faulthandler to segfault when calling it from threads.
Since it's a rare crash and I'm on mobile, no reduced test case is available at the moment.Here's the traceback:
Crash happened on ARM, if that's important.
Hmm, might be a duplicate of #128421.
Edit: reduced test case:
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.0a6+ (heads/main:55815a6474c, Mar 15 2025, 14:05:03) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5.0.1)]
The text was updated successfully, but these errors were encountered: