zsh-workers
 help / color / mirror / code / Atom feed
* Pipeline hangs after setting monitor in interactive subshell
@ 2020-03-29  9:16 Roman Perepelitsa
  0 siblings, 0 replies; only message in thread
From: Roman Perepelitsa @ 2020-03-29  9:16 UTC (permalink / raw)
  To: Zsh hackers list

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-29  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29  9:16 Pipeline hangs after setting monitor in interactive subshell Roman Perepelitsa

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).