Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Pipeline hangs after setting monitor in interactive subshell



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