Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault when overriding complete-word then trying to use tab completion
- X-seq: zsh-users 4734
- From: Sven Wischnowsky <wischnow@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: segfault when overriding complete-word then trying to use tab completion
- Date: Wed, 6 Mar 2002 09:37:41 +0100
- In-reply-to: <20020301172505.GA11135@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020301001623.GA3551@xxxxxxxxxxxxxxxxxxxxx> <1020301092621.ZM18214@xxxxxxxxxxxxxxxxxxxxxxx> <20020301123241.GA9242@xxxxxxxxxxxxxxxxxxxxx> <1020301163650.ZM18718@xxxxxxxxxxxxxxxxxxxxxxx> <20020301172505.GA11135@xxxxxxxxxxxxxxxxxxxxx>
Ian Lynagh wrote:
> ...
>
> Can you reproduce it if you also have this in your .zshrc?
> Just running it later doesn't seem sufficient - _main_complete only
> seems to execute if it's in there.
I still can't reproduce it. What we really need is a recipe to get it
starting with `zsh -f' (I know that you said it doesn't happen with
that, but...).
All in all it's almost certainly a memory allocation problem, which
means that the problem may be anywhere and just surfaces in the
completion code (of course the allocation bug may actually be in the
completion code -- and my fault).
You could try the reporter script from the distribution to dump the
state of your shell and then see if you reproduce it with `zsh -f' and
sources that. If not, there are still several places where the bug
may be, history, for example.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author