Re: Leaking file descriptors on fast SIGINT's in PROMPT_COMMAND, PS1

2019-04-14 Thread Chet Ramey
On 4/13/19 11:33 PM, Al Payne wrote: > On Sat, Apr 13, 2019 at 03:19:17PM -0400, Chet Ramey wrote: >> On 3/28/19 8:01 AM, Tycho Kirchner wrote: >>> the *interactive* bash leaks (pipe-)file-descriptors when fast interrupts >>> (SIGINT) occur. The bug occurs on all bash-versions tested (see below), >

Re: Leaking file descriptors on fast SIGINT's in PROMPT_COMMAND, PS1

2019-04-13 Thread Al Payne
On Sat, Apr 13, 2019 at 03:19:17PM -0400, Chet Ramey wrote: > On 3/28/19 8:01 AM, Tycho Kirchner wrote: > > 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 do

Re: Leaking file descriptors on fast SIGINT's in PROMPT_COMMAND, PS1

2019-04-13 Thread Tycho Kirchner
Am 13.04.19 um 21:19 schrieb Chet Ramey: 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 an

Re: Leaking file descriptors on fast SIGINT's in PROMPT_COMMAND, PS1

2019-04-13 Thread Chet Ramey
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 y

Leaking file descriptors on fast SIGINT's in PROMPT_COMMAND, PS1

2019-03-28 Thread Tycho Kirchner
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. The bug is most easily reproduced using two terminals. # Terminal one: # Setup a PROMPT_COMMAND