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.

classification
Title: test_multiprocessing_fork hangs on an IPv6-only host
Type: behavior Stage: needs patch
Components: Tests Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: gregory.p.smith, vstinner
Priority: normal Keywords:

Created on 2019-08-20 18:30 by gregory.p.smith, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg350032 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2019-08-20 18:30
It winds up stuck on a leftover process:

test_import (test.test_multiprocessing_fork._TestImportStar) ... ok
Warning -- Dangling processes: {<Process name='Process-199' pid=5220 parent=2709 started daemon>}

Which is likely related to one of the other numerous failure ERRORs further up in the log.

I'm preparing an IPv6-only buildbot
History
Date User Action Args
2022-04-11 14:59:19adminsetgithub: 82077
2019-09-24 12:03:19vstinnersetnosy: + vstinner
2019-08-20 18:30:31gregory.p.smithcreate