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


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

SIGINT and process substitution leakage

Started byGrisha Levit <grishalevit@gmail.com>
First post2019-09-21 19:21 -0400
Last post2019-09-21 19:21 -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

  SIGINT and process substitution leakage Grisha Levit <grishalevit@gmail.com> - 2019-09-21 19:21 -0400

#15399 — SIGINT and process substitution leakage

FromGrisha Levit <grishalevit@gmail.com>
Date2019-09-21 19:21 -0400
SubjectSIGINT and process substitution leakage
Message-ID<mailman.752.1569108109.2190.bug-bash@gnu.org>
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.

[1] https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=7afeb718cb55ab9f224936a2b58cde07559eb59f

[toc] | [standalone]


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


csiph-web