Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Timed out
- X-seq: zsh-users 2181
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx (Zsh users list), Mark Koenen <markko@xxxxxxxxxx>
- Subject: Re: Timed out
- Date: Tue, 23 Feb 1999 16:44:36 +0100
- In-reply-to: "Mark Koenen"'s message of "Tue, 23 Feb 1999 16:41:13 NFT." <199902231541.QAA03997@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Mark Koenen wrote:
> Yes, I checked, but he doesn't know of anything. When I use bash I don't
> have the problem... The problem occurs on each different network (work,
> university, provider) I can logon to. I use almost identical .zshrc's
> in the different environments.
Try setting
TRAPALRM() { print "Someone sent me an alarm signal"; }
which should at least tell you if the the shell thinks it's getting a
timeout (and stop it). This is the mechanism that TMOUT uses: if it goes
on merrily as before, it must be something else.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author