[Python-buildbots] Re: Stuck process after test failure - looks like test_profiling's code

2025-12-19 Thread Chris Angelico via Python-Buildbots
On Sat, 20 Dec 2025 at 10:18, David Bolen wrote: > > While unlikely to be the issue, there was a problem with test_profiling > aborting on my buildbot back from Dec 8-11, due to an interaction with an > earlier commit and auditing (fixed by Victor in > https://github.com/python/cpython/issues/1

[Python-buildbots] Re: Stuck process after test failure - looks like test_profiling's code

2025-12-19 Thread David Bolen via Python-Buildbots
While unlikely to be the issue, there was a problem with test_profiling aborting on my buildbot back from Dec 8-11, due to an interaction with an earlier commit and auditing (fixed by Victor in https://github.com/python/cpython/issues/142627). What was happening is that when test_profiling aborted

[Python-buildbots] Stuck process after test failure - looks like test_profiling's code

2025-12-19 Thread Chris Angelico via Python-Buildbots
A couple of times now, I've seen my buildbot consuming a constant 100% CPU, despite not having an active build. It was a Python process running inline code, and the code itself looked like it came from Lib/test/test_profiling/test_sampling_profiler/test_integration.py (specifically, I think it's th