Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion segmentation fault
- X-seq: zsh-workers 41990
- From: Leah Neukirchen <leah@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Completion segmentation fault
- Date: Mon, 06 Nov 2017 13:48:42 +0100
- In-reply-to: <20171106121858.mtfmidyvibiav6qq__26538.8651089326$1509970840$gmane$org@gentoo.gentoo> (Hadrien Lacour's message of "Mon, 6 Nov 2017 13:18:59 +0100")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20171106121858.mtfmidyvibiav6qq__26538.8651089326$1509970840$gmane$org@gentoo.gentoo>
Hadrien Lacour <hadrien.lacour@xxxxxxxxxx> writes:
> Hello,
>
> I'm getting a segmentation fault when trying to complete (typing TAB)
>> sh -c '. echo;
> It seems that doing
>> export WORDCHARS=""
> before mitigates it. WORDCHARS=*?_-.[]~&;!#$%^(){}<> otherwise.
>
> Using zsh 5.3.1 on Gentoo with the following .zshrc
>> cat ~/.zshrc
> autoload -U compinit
> compinit
gdb tells infinite recursion between _source, _dispatch, and _normal,
then stack overflow. (Entry point is from _cmdstring.)
--
Leah Neukirchen <leah@xxxxxxxx> http://leah.zone
Messages sorted by:
Reverse Date,
Date,
Thread,
Author