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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-07-03.09:10:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530609033.52.0.56676864532.issue33735@psf.upfronthosting.co.za>
In-reply-to
Content
I reproduced the issue on the Gentoo Refleak buildbot and I succeeded to bisect up to a single test: test_imap_unordered().

pydev@stormageddon ~/cpython $ ./python -m test test_multiprocessing_spawn -m test.test_multiprocessing_spawn.WithProcessesTestPool.test_imap_unordered -R 3:3
Run tests sequentially
0:00:00 load avg: 1.45 [1/1] test_multiprocessing_spawn
beginning 6 repetitions
123456
......
test_multiprocessing_spawn leaked [3, 2, 1] memory blocks, sum=6
test_multiprocessing_spawn failed

== Tests result: FAILURE ==

1 test failed:
    test_multiprocessing_spawn

Total duration: 6 sec 548 ms
Tests result: FAILURE
History
Date User Action Args
2018-07-03 09:10:33vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2018-07-03 09:10:33vstinnersetmessageid: <1530609033.52.0.56676864532.issue33735@psf.upfronthosting.co.za>
2018-07-03 09:10:33vstinnerlinkissue33735 messages
2018-07-03 09:10:33vstinnercreate