Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[zsh 4.2.0] coprocess not terminated when quitting zsh with option nohup
- X-seq: zsh-workers 20124
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [zsh 4.2.0] coprocess not terminated when quitting zsh with option nohup
- Date: Fri, 2 Jul 2004 15:54:42 +0200
- Mail-followup-to: Vincent Lefevre <vincent@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: Vincent Lefevre <vincent@xxxxxxxxxx>
Hi,
With zsh 4.2.0:
greux:~> zsh -f
greux% setopt nohup
greux% coproc while true; do :; done
[1] 21580
greux% [Ctrl-d]
zsh: you have running jobs.
greux% [Ctrl-d]
greux:~>
but the coprocess hasn't be killed. IMHO, this is a bug, as the
coprocess is a special background process, which has no reasons
to run without its parent.
(I'm not subscribed to zsh-workers, but the Mail-Followup-To should
be correctly set.)
Regards,
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% validated (X)HTML - Acorn / RISC OS / ARM, free software, YP17,
Championnat International des Jeux Mathématiques et Logiques, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author