zsh-users
 help / color / mirror / code / Atom feed
From: Christian Taylor <cht@chello.at>
To: zsh-users@sunsite.dk
Subject: segfault on repeated tab completion after menu selection
Date: Sun, 30 Jul 2006 20:56:10 +0200	[thread overview]
Message-ID: <200607302056.10331.cht@chello.at> (raw)

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


                 reply	other threads:[~2006-07-30 18:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607302056.10331.cht@chello.at \
    --to=cht@chello.at \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).