Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Pipeline hangs after setting monitor in interactive subshell
- X-seq: zsh-workers 45647
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Pipeline hangs after setting monitor in interactive subshell
- Date: Sun, 29 Mar 2020 11:16:31 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
This hangs:
zsh -fic '( setopt monitor; true | true )'
All of these work fine:
zsh -fc '( setopt monitor; true | true )'
zsh -fc 'setopt monitor; true | true'
zsh -fic '(true | true)'
zsh -fic '( setopt monitor; =true )'
zsh -fic '( setopt monitor; true &; wait )'
Zsh from a6610c4a17 (tip of master at the moment of writing). I
haven't checked it with other versions and haven't look at the code.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author