test_free_threading.test_monitoring.SetProfileMultiThreaded.test_instrumentation
crashes intermittently
#128806
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
topic-free-threading
type-crash
A hard crash of the interpreter, possibly with a core dump
Crash report
What happened?
test_free_threading.test_monitoring.SetProfileMultiThreaded.test_instrumentation
crashes intermittently. I am able to reproduce the crash if I runtest_free_threading
forever, but haven't been able to further minimize the reproducer. It typically takes around 50 iterations before crashing.This assertion is failing:
cpython/Python/instrumentation.c
Line 1249 in b70a567
This also happens intermittently on buildbots (ex).
Reproducer
Python stack trace:
Native stack trace:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0a3+ experimental free-threading build (heads/main:5e65a1acc0b, Jan 12 2025, 08:39:41) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)]
The text was updated successfully, but these errors were encountered: