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 ned.deily, vstinner
Date 2018-05-29.11:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527593299.17.0.682650639539.issue33532@psf.upfronthosting.co.za>
In-reply-to
Content
I am unable to reproduce the issue on Fedora 28 (Linux kernel 4.16.11, glibc 2.27):

I ran 6 jobs in parallel during 10 minutes:

* 2: ./python -m test test_multiprocessing_forkserver -m test_ignore -F
* 2: ./python -m test test_multiprocessing_forkserver -F
* 2: ./python -m test -j16 -r -F

The system load was around 30 which is very high (my CPU has 8 logicial threads, 4 physical cores).
History
Date User Action Args
2018-05-29 11:28:19vstinnersetrecipients: + vstinner, ned.deily
2018-05-29 11:28:19vstinnersetmessageid: <1527593299.17.0.682650639539.issue33532@psf.upfronthosting.co.za>
2018-05-29 11:28:19vstinnerlinkissue33532 messages
2018-05-29 11:28:19vstinnercreate