Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

test__xxsubinterpreters: test_already_running() crash randomly on Python built with TraceRefs: invalid object chain #107080

Closed
Assignees
ericsnowcurrently
Labels
3.12only security fixes3.13bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)topic-subinterpreterstype-bugAn unexpected behavior, bug, or error
@vstinner

Description

@vstinner

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 processes0:00:00 load avg: 1.19 [1/2] test__xxsubinterpreters passedtest_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 chainEnable tracemalloc to get the memory block allocation tracebackobject address  : 0x7f01d0be95a0object refcount : 0object type     : 0xa1dc00object type name: strobject repr     : <refcnt 0 at 0x7f01d0be95a0>Fatal Python error: _PyObject_AssertFailed: _PyObject_AssertFailedPython runtime state: initializedCurrent 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

Metadata

Metadata

Labels

3.12only security fixes3.13bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)topic-subinterpreterstype-bugAn unexpected behavior, bug, or error

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp