This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Michael.Felt, vstinner
Date 2021-03-31.22:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617229223.62.0.791138492504.issue43665@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-03-31 22:20:23vstinnersetrecipients: + vstinner, Michael.Felt
2021-03-31 22:20:23vstinnersetmessageid: <1617229223.62.0.791138492504.issue43665@roundup.psfhosted.org>
2021-03-31 22:20:23vstinnerlinkissue43665 messages
2021-03-31 22:20:23vstinnercreate