Skip to content

Conversation

bnbarham
Copy link
Contributor

@bnbarham bnbarham commented Feb 21, 2025

https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait says that `wait` can deadlock if the process use pipes (which we do) and if it generates too much output.

Might fix rdar://140425949 but I’m entirely certain because that radar looks like a crash in LLVM, which I don’t fully understand.

(cherry picked from commit aa5313e)
@bnbarham bnbarham requested a review from ahoppen February 21, 2025 19:57
@bnbarham bnbarham merged commit 54d6672 into swiftlang:release/6.1 Feb 21, 2025
@bnbarham bnbarham deleted the 6.1-wait-for-exit branch February 21, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants