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 liuxu1005
Recipients liuxu1005, vstinner
Date 2020-01-10.17:13:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578676392.27.0.275206701932.issue39241@roundup.psfhosted.org>
In-reply-to
Content
Thanks Stinner.

Do you have some clues about this issue ?
In my case, our test system use Popen to start a few infrastructure processes for tests going. After tests done we will kill all processes and start again for new round.

Most of time it works fine.  However we have some chances where one Popen hangs on "os.read(errpipe_read, 50000) forever.

The close_fd is always true.

I guess there is some subtle issue here.
History
Date User Action Args
2020-01-10 17:13:12liuxu1005setrecipients: + liuxu1005, vstinner
2020-01-10 17:13:12liuxu1005setmessageid: <1578676392.27.0.275206701932.issue39241@roundup.psfhosted.org>
2020-01-10 17:13:12liuxu1005linkissue39241 messages
2020-01-10 17:13:11liuxu1005create