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 pitrou, tomMoral, vstinner
Date 2020-05-04.12:38:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588595930.94.0.324889959771.issue40500@roundup.psfhosted.org>
In-reply-to
Content
PPC64LE RHEL8 LTO + PGO 3.x:
https://buildbot.python.org/all/#/builders/450/builds/313

0:01:22 load avg: 7.01 [242/423/1] test_multiprocessing_fork failed (env changed) (1 min 17 sec) -- running: test_concurrent_futures (1 min 3 sec), test_multiprocessing_forkserver (1 min 19 sec)

Warning -- multiprocessing.Manager still has [<ForkProcess name='SyncManager-140' pid=225343 parent=219302 started>, <ForkProcess name='QueueManager-141' pid=225345 parent=219302 started>] active children after 5.1161000469874125 seconds

Warning -- Dangling processes: {<ForkProcess name='QueueManager-141' pid=225345 parent=219302 started>}

Warning -- multiprocessing.Manager still has [<ForkProcess name='QueueManager-141' pid=225345 parent=219302 started>, <ForkProcess name='SyncManager-143' pid=225542 parent=219302 started>] active children after 5.116447829990648 seconds

test__all__ (test.test_multiprocessing_fork.MiscTestCase) ... ok
test_answer_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) ... ok
test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) ... ok
(...)
History
Date User Action Args
2020-05-04 12:38:50vstinnersetrecipients: + vstinner, pitrou, tomMoral
2020-05-04 12:38:50vstinnersetmessageid: <1588595930.94.0.324889959771.issue40500@roundup.psfhosted.org>
2020-05-04 12:38:50vstinnerlinkissue40500 messages
2020-05-04 12:38:50vstinnercreate