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 eric.snow, nanjekyejoannah, ncoghlan, pablogsal, vstinner
Date 2020-03-11.23:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583968289.22.0.287884856684.issue39877@roundup.psfhosted.org>
In-reply-to
Content
I created bpo-39941 "multiprocessing: Process.join() should emit a warning if the process is killed by a signal" which may help to detect the issue earlier on any platform, not only on FreeBSD.
History
Date User Action Args
2020-03-11 23:11:29vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, pablogsal, nanjekyejoannah
2020-03-11 23:11:29vstinnersetmessageid: <1583968289.22.0.287884856684.issue39877@roundup.psfhosted.org>
2020-03-11 23:11:29vstinnerlinkissue39877 messages
2020-03-11 23:11:29vstinnercreate