-
- Notifications
You must be signed in to change notification settings - Fork 33.6k
Closed
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-subinterpreterstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
AMD64 Arch Linux TraceRefs 3.x: https://buildbot.python.org/all/#/builders/484/builds/3721
Assertion error: Objects/object.c:2235: _Py_ForgetReference: Assertion failed: invalid object chain.
$ ./python -m test -j2 test__xxsubinterpreters test__xxsubinterpreters -m test_already_running -v (...) == Python build: debug TraceRefs (...) == CPU count: 12 (...) 0:00:00 load avg: 1.19 Run tests in parallel using 2 child processes 0:00:00 load avg: 1.19 [1/2] test__xxsubinterpreters passed test_already_running (test.test__xxsubinterpreters.RunStringTests.test_already_running) ... ok (...) 0:00:00 load avg: 1.19 [2/2/1] test__xxsubinterpreters crashed (Exit code -6) test_already_running (test.test__xxsubinterpreters.RunStringTests.test_already_running) ... Objects/object.c:2235: _Py_ForgetReference: Assertion failed: invalid object chain Enable tracemalloc to get the memory block allocation traceback object address : 0x7f01d0be95a0 object refcount : 0 object type : 0xa1dc00 object type name: str object repr : <refcnt 0 at 0x7f01d0be95a0> Fatal Python error: _PyObject_AssertFailed: _PyObject_AssertFailed Python runtime state: initialized Current thread 0x00007f01df4a1740 (most recent call first): <no Python frame> (...) Python built with:
git clean -fdx ./configure --with-pydebug --with-trace-refs CFLAGS="-O0" make -j14 Linked PRs
- gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters #107567
- [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) #107599
- [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599)" #107648
- [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters #107737
- [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters #107751
ericsnowcurrently
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-subinterpreterstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done