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

core dump on parameter completion



3.1.6-test-2 generates core file on parameter completion,

% zsh -f
% autoload -U compinit
% compinit
% compconf completer=_approximate 
% echo $ZSH_v[TAB]zsh: 15442 segmentation fault (core dumped)  zsh -f

but, don't generetes it after complete file name once.

% zsh -f
% autoload -U compinit
% compinit
% compconf completer=_approximate 
% ls
GNUstep      ZSH_VERSION  core         lab          tmp
Mail         bin          dic          lib          typescript
% ls ZSH_v[TAB]
% ls ZSH_VERSION 
ZSH_VERSION
% echo $ZSH_v[TAB]
% echo $ZSH_NAME 
correct to:
ZSH_NAME      ZSH_VERSION   


OS: Linux 2.0.36 (Debian GNU/Linux 2.1 slink)

---
Naoki Wakamatsu
naoki-w@xxxxxxxxxxxxxx



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