Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15399
| From | Grisha Levit <grishalevit@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | SIGINT and process substitution leakage |
| Date | 2019-09-21 19:21 -0400 |
| Message-ID | <mailman.752.1569108109.2190.bug-bash@gnu.org> (permalink) |
| References | <CAMu=BrrDacvLTR5qHAzZQK7MG7UiZGupn-2riVpK1frixvC-Gw@mail.gmail.com> |
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
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
SIGINT and process substitution leakage Grisha Levit <grishalevit@gmail.com> - 2019-09-21 19:21 -0400
csiph-web