zsh-users
 help / color / mirror / code / Atom feed
* segfault on repeated tab completion after menu selection
@ 2006-07-30 18:56 Christian Taylor
  0 siblings, 0 replies; only message in thread
From: Christian Taylor @ 2006-07-30 18:56 UTC (permalink / raw)
  To: zsh-users

Hi,

I use zsh 4.2.6 on Linux (vanilla 2.6.17.7 kernel). Under the following 
circumstances I can reliably produce a segfault:

% zsh -f
% autoload -U compinit; compinit
% bindkey '+' accept-and-infer-next-history
% zstyle ':completion:*' menu select yes=long
% zstyle ':completion:*:warnings' format 'No matches for: %d'

% cd <some directory with files/subdirectories in it>
% mkdir xyz
% ls <TAB><TAB>
From the menu, select the empty xyz directory, hit "+". zsh accepts the 
selection and says that there are no further matches in that directory.
At this point, pressing either "+<TAB>" or "<TAB><TAB>" will result in:
zsh: segmentation fault  zsh -f
as the second instance of zsh terminates with exit code 139.
I guess this won't occur too often, especially since a custom "warnings" 
format string seems to be necessary to reproduce it.

If any further information is required, please let me know!

Best regards,
Christian


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-30 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-30 18:56 segfault on repeated tab completion after menu selection Christian Taylor

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).