Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Segfaulting script
- X-seq: zsh-workers 22493
- From: Frank Terbeck <frank.terbeck@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Segfaulting script
- Date: Fri, 16 Jun 2006 13:03:19 +0200
- In-reply-to: <20060613231505.GA23239@xxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Operating-system: Linux 2.6.16.16 i686
- References: <20060613231505.GA23239@xxxxxxxxxxxx>
Andrew Ruder <andy@xxxxxxxxxxx>:
> I was writing a script today and was getting a segfault (on what turned
> out to be a very incorrect line), but nonetheless... The attached script
> when sourced into a running shell causes future tab completion to die. I
> have verified this against 4.2.6 and 4.3.2. Looking at a backtrace
> seems to show that it is hitting infinite recursion.
I think, that's the segfault you talked about on IRC.
I don't know if this is the same bug, but it might be closely related:
[snip]
% zsh -f
% testfunc() { local foo=() ; local bar }
% testfunc
% autoload compinit
% compinit
[1] 12388 segmentation fault (core dumped) zsh -f
[snap]
Regards, Frank
Messages sorted by:
Reverse Date,
Date,
Thread,
Author