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 rudolphf
Recipients izbyshev, rudolphf, vstinner
Date 2018-02-19.07:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519026563.59.0.467229070634.issue32849@psf.upfronthosting.co.za>
In-reply-to
Content
I've tried your quick tests a few times but couldn't reproduce it immediately. The problem is a bit hard to reproduce anyway because launching Python processes can go well for a long time (many days; launching many processes every minute) until suddenly all NEW processes get aborted. It seems as if somehow something in the relation to the parent process goes wrong somehow. I've seen it happening with Python as the parent process but also with a plain shell process as the parent.
Just starting Python (python -c "x = 1") can be enough to trigger this so it's not something which can be blamed on some library.
History
Date User Action Args
2018-02-19 07:49:23rudolphfsetrecipients: + rudolphf, vstinner, izbyshev
2018-02-19 07:49:23rudolphfsetmessageid: <1519026563.59.0.467229070634.issue32849@psf.upfronthosting.co.za>
2018-02-19 07:49:23rudolphflinkissue32849 messages
2018-02-19 07:49:23rudolphfcreate