Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems with trap handling?
- X-seq: zsh-workers 9479
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Problems with trap handling?
- Date: Sun, 30 Jan 2000 18:47:00 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This may be related to my "infinite loop" report:
function tst() {
trap return INT
read -q xx'?Type ^C here: '
echo You should not see this.
}
Execute in 3.1.6-dev-16 and type ^C. Note that you don't leave the "read"
prompt. Type any plain character; now "read" returns, and the function
aborts as if interrupted.
This and the previous report are on Linux, RH5.2.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author