Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15496 > unrolled thread

Re: SIGINT and process substitution leakage

Started byChet Ramey <chet.ramey@case.edu>
First post2019-10-11 09:57 -0400
Last post2019-10-11 09:57 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: SIGINT and process substitution leakage Chet Ramey <chet.ramey@case.edu> - 2019-10-11 09:57 -0400

#15496 — Re: SIGINT and process substitution leakage

FromChet Ramey <chet.ramey@case.edu>
Date2019-10-11 09:57 -0400
SubjectRe: SIGINT and process substitution leakage
Message-ID<mailman.324.1570802241.9715.bug-bash@gnu.org>
On 9/21/19 7:21 PM, Grisha Levit wrote:
> Running the below a few times results in a stray child bash process
> (and a borked terminal, as the child will still read from the same
> tty):
> 
>     kill -INT -$$ & while :; do : <(:); done
> 
> This seems to have started with bash-20150724 [1] and is present in
> the current devel branch.

I think I have a fix for this -- at least, it seems to work for me -- and
it will be in the next devel branch push.

Chet


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

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web