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 vstinner
Date 2020-03-18.18:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584556286.09.0.174115199683.issue39995@roundup.psfhosted.org>
In-reply-to
Content
> Same bug on AMD64 FreeBSD Non-Debug 3.x:
> https://buildbot.python.org/all/#/builders/214/builds/472

Oh, test_crash failed twice, but not on the same test case:

* ERROR: test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) [crash during func execution on worker]
* ERROR: test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) [crash during func execution on worker]

The second failure was when test_concurrent_futures was re-run sequentially.
History
Date User Action Args
2020-03-18 18:31:26vstinnersetrecipients: + vstinner
2020-03-18 18:31:26vstinnersetmessageid: <1584556286.09.0.174115199683.issue39995@roundup.psfhosted.org>
2020-03-18 18:31:26vstinnerlinkissue39995 messages
2020-03-18 18:31:26vstinnercreate