On 3/28/19 8:01 AM, Tycho Kirchner wrote:
> Dear bash-maintainers,
> the *interactive* bash leaks (pipe-)file-descriptors when fast interrupts
> (SIGINT) occur. The bug occurs on all bash-versions tested (see below),
> including 5.0.2(1)-release.

I don't see any issue on Mac OS X.

What I get is you basically make the first shell unusable by sending it a
stream of SIGINTs, then when the SIGINTs stop, the shell reaps any
processes that didn't get reaped along the way and prints the prompt again.
I don't ever see the "leaking fds" message.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to