zsh-workers
 help / color / mirror / code / Atom feed
* core dump on parameter completion
@ 1999-07-24  9:11 Naoki Wakamatsu
  1999-07-24 13:12 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Naoki Wakamatsu @ 1999-07-24  9:11 UTC (permalink / raw)
  To: zsh-workers

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@ht-net21.ne.jp


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-07-27 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-24  9:11 core dump on parameter completion Naoki Wakamatsu
1999-07-24 13:12 ` Peter Stephenson
1999-07-27 14:55   ` PATCH: 3.1.6-test-3: " Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).