Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.3.4 released
- X-seq: zsh-workers 23310
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: zsh 4.3.4 released
- Date: Mon, 23 Apr 2007 18:00:33 +0200
- Cc: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LH4esPIUQRLMhhBUPH6gzekev03jzfxw+ZGVmpQlarSrTAN+I/mEQpX9kpFhuIrpLqvAM3ScLDWc9DUGcxLk5iGjqHdCLMgyrIDfsXy+1pm1nxh5w0d7sJde+/2ZngsiCDTOKjJF5NDrV8VRMMoKx1jNShluhG0+CPllIuPtekk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s5B1rVXzcPnwWzDyDOJ4CK/ANEpNAAtAqBgDA22ZaB/3bS2nNyYcKhWOzWtSWbyT/DI/rQ5bhXek8elIaGtjeKfiKue3HMiprr6efqO1WgCPzP4ZhrpRgnR2q9xPQ9a7Jvl85wka353oYL7ZZT9EV1qxWkfD4mudl5v6l5Y81zI=
- In-reply-to: <200704231506.l3NF6Njx011759@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200704161647.l3GGl2FE027950@xxxxxxxxxxxxxx> <20070419120758.e9774528.pws@xxxxxxx> <237967ef0704201440g1c072ca8l451439d2ec8578bf@xxxxxxxxxxxxxx> <20070423104151.1f5f368e.pws@xxxxxxx> <237967ef0704230550k41ddb13fy60deebd526ecc5ec@xxxxxxxxxxxxxx> <200704231318.l3NDIONr006499@xxxxxxxxxxxxxx> <237967ef0704230722u7546461ehd6b3280df79352a0@xxxxxxxxxxxxxx> <200704231506.l3NF6Njx011759@xxxxxxxxxxxxxx>
On 23/04/07, Peter Stephenson <pws@xxxxxxx> wrote:
"Mikael Magnusson" wrote:
> (gdb) print tindent
> $12 = -2
Thanks. This is the problem; tindent should never be less than zero.
I'm not sure why I'm not seeing it; it might suggest the structure with
the function in it is already corrupt at the point where you run
"which".
The following patch should stop the crash (so it's probably worth
having) and report at the point where it first becomes confused, though
it doesn't address the underlying problem.
Is it possibly you have old wordcode for the dot file that might define
svmode? (Obviously the shell should be robust even if this is the case;
since the wordcode has a version stamp this shouldn't happen with a
released version of the shell.)
Aha, this seems to have been the problem. I renamed my .zshurxvt.zwc
and it doesn't crash anymore. I always run zrecompile -p on all my .z*
files after upgrading zsh but apparently it only takes effect if the
.file is newer than the .file.zwc, maybe it should also take effect if
$SHELL is newer than the .zwc?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author