STINNER Victor <vstin...@python.org> added the comment:
Interesting part of the traceback: pthread_cond_signal@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 <rep...@bugs.python.org> <https://bugs.python.org/issue43665> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com