Yeh I noticed ~20 stopped test processes today, first time I’ve seen them like that.
I’ll checkout main tomorrow and see if it reproduces. Was it only the 14-CURRENT builder or 12.x too?
On 11 Aug 2022, at 10:29 am, Victor Stinner <vstinner@python.org> wrote:
I'm not sure why test_gdb fails with a timeout error on FreeBSD. It seems like a real bug.
https://buildbot.python.org/all/#builders/661/builds/1019
0:52:34 load avg: 0.58 Re-running test_gdb in verbose mode test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Timeout (0:35:00)! Thread 0x00000008282fc000 (most recent call first): Ensure that a PyObject* with NULL ob_type is handled gracefully ... *** Error code 1
Stop. make: stopped in /usr/home/buildbot/python/3.10.koobs-freebsd-564d/build File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/selectors.py", line 416 in select File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/subprocess.py", line 2003 in _communicate File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/subprocess.py", line 1152 in communicate File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/test/test_gdb.py", line 112 in run_gdb File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/test/test_gdb.py", line 226 in get_stack_trace File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/test/test_gdb.py", line 270 in get_gdb_repr File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/test/test_gdb.py", line 511 in assertSane File "/usr/home/buildbot/python/3.10.koobs-freebsd-564d/build/Lib/test/test_gdb.py", line 540 in test_NULL_ob_type