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 Michael.Felt
Recipients Michael.Felt
Date 2019-01-30.16:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548865980.36.0.0354674377411.issue35828@roundup.psfhosted.org>
In-reply-to
Content
OK. being more specific about the test situation.

When I run ./python -m test test_multiprocessing_fork all is fine. However, when I run it as: ./python -m test -j2 test_multiprocessing_main_handling test_multiprocessing_fork

test_multiprocessing_main_handling PASSes and test_multiprocessing_fork crashes (and has a segmentation core dump in the process).
History
Date User Action Args
2019-01-30 16:33:01Michael.Feltsetrecipients: + Michael.Felt
2019-01-30 16:33:00Michael.Feltsetmessageid: <1548865980.36.0.0354674377411.issue35828@roundup.psfhosted.org>
2019-01-30 16:33:00Michael.Feltlinkissue35828 messages
2019-01-30 16:33:00Michael.Feltcreate