bpo-42208: Pass tstate to _PyGC_CollectNoFail() by vstinner · Pull Request #23038 · python/cpython (original) (raw)
test test_gdb failed
Verify "py-up" followed by "py-down" ... ok
======================================================================
FAIL: test_gc (test.test_gdb.PyBtTests)
Verify that "py-bt" indicates if a thread is garbage-collecting
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/test/test_gdb.py", line 861, in test_gc
self.assertIn('Garbage-collecting', gdb_output)
AssertionError: 'Garbage-collecting' not found in 'Breakpoint 1 at 0x102f5e04: file Python/bltinmodule.c, line 1173.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=, v=42) at Python/bltinmodule.c:1173\n1173\t{\nBreakpoint 2: file Modules/gcmodule.c, line 420.\n\nBreakpoint 2, update_refs (containers=) at Modules/gcmodule.c:421\n421\t PyGC_Head *gc = GC_NEXT(containers);\nTraceback (most recent call first):\n <built-in method collect of module object at remote 0x7fffea9f7d70>\n File "<string>", line 4, in foo\n File "<string>", line 6, in bar\n File "<string>", line 7, in <module>\n'
----------------------------------------------------------------------
Ran 46 tests in 64.862s
FAILED (failures=1)
1 test failed again:
test_gdb
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10