Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion segmentation fault
- X-seq: zsh-users 22958
- From: Hadrien Lacour <hadrien.lacour@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Completion segmentation fault
- Date: Mon, 6 Nov 2017 13:18:59 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author