Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

r in completion function causes zsh abort



After accidentally leaving a spurious `r' in a completion function, zsh
crashes with:

*** glibc detected *** zsh: double free or corruption (fasttop): 0x00000000022bc640 ***

It doesn't seem to occur directly from zsh -f but attempting to bisect
my options makes me suspect that there isn't a specific set that are
needed. Anyway, the following appears to reliably reproduce the problem:

zsh -f
autoload -U compinit;compinit
compdef r ty
setopt -09hwE
ty <tab>

Oliver



Messages sorted by: Reverse Date, Date, Thread, Author