[issue43665] AIX: test_importlib regression (ENV change)

STINNER Victor report at bugs.python.org
Wed Mar 31 18:20:23 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

Interesting part of the traceback:

pthread_cond_signal at AF29_12(??, ??) at 0xd11b1568
...
release_sentinel
...
_PyThreadState_DeleteExcept
...
PyOS_AfterFork_Child(), line 600 in "posixmodule.c"

It sounds like a variant of bpo-40092: "Crash in _PyThreadState_DeleteExcept() at fork in the process child".

See also the parent issue: https://bugs.python.org/issue40068#msg365031

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43665>
_______________________________________


More information about the Python-bugs-list mailing list