Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
signal handling bug
- X-seq: zsh-workers 825
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hacking and development)
- Subject: signal handling bug
- Date: Wed, 13 Mar 1996 23:59:38 +0100 (MET)
Try
% zsh -c 'trap exit INT ; while true ; do sleep 1 ; done'
It is not interruptible with ^C. The INT signal terminates the sleep 1
process but zsh ignores this and starts an other sleep. Without sleep
^C works. It also works without `trap exit INT' or in interractive shells.
Bye,
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author