[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ignored SIGPIPE with line bufferization (wrapped by 'stdbuf -oL')
From: |
Andrew J. Schorr |
Subject: |
Re: Ignored SIGPIPE with line bufferization (wrapped by 'stdbuf -oL') |
Date: |
Fri, 29 Jul 2022 08:50:14 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi,
On Fri, Jul 29, 2022 at 01:55:56AM -0600, arnold@skeeve.com wrote:
> Andy - thanks for the initial testing. I agree that this looks like
> a glibc bug. Fortunately, ferror() does give us some help, and I
> have fixed the bug with the patch below. I will be pushing it to
> git shortly.
Thanks for devising a solution. Should this be reported to glibc?
Regards,
Andy