Re: bash 5.3: here-document larger than PIPE_BUF deadlocks on macOS (pipe-backed heredoc, body written before reader is forked)
Julián Mateu <[email protected]> Tue, 14 Jul 2026 09:40:47 +0100
| Newsgroups | gmane.comp.shells.bash.bugs |
|---|---|
| Message-ID | <CAC-m2iF_MKyV1J5HjTqX5H4E6BrbP3G9UEAdYeD6z7zrp8wRnA@mail.gmail.com> |
Amazing, thanks! I can confirm this patch does fix the issue (as per the python script I provided before) on macOS 26, when I apply it to the master branch in git://git.git.savannah.gnu.org/bash.git Cheers!