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 koobs, lukasz.langa, pablogsal, pitrou, vstinner
Date 2019-06-04.00:42:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559608964.41.0.352513501499.issue37135@roundup.psfhosted.org>
In-reply-to
Content
If you apply attached sleep_at_exit.patch and run attach stress.py, you should quickly get a crash:

$ git apply sleep_at_exit.patch
$ make && ./python stress.py 
Segmentation fault (core dumped)

That's a simplified example of the multiprocessing crash.
History
Date User Action Args
2019-06-04 00:42:44vstinnersetrecipients: + vstinner, pitrou, lukasz.langa, koobs, pablogsal
2019-06-04 00:42:44vstinnersetmessageid: <1559608964.41.0.352513501499.issue37135@roundup.psfhosted.org>
2019-06-04 00:42:44vstinnerlinkissue37135 messages
2019-06-04 00:42:44vstinnercreate