Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Cygwin ZSH crashes on reverse-menu-complete
- X-seq: zsh-workers 22923
- From: "Matt Wozniski" <godlygeek@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Cygwin ZSH crashes on reverse-menu-complete
- Date: Mon, 30 Oct 2006 09:02:57 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jJcsLbX3Hv46NDVpnwt3JsWPPB7+u3I20FFNzA3opfXlC1nNieRTkrZuh7rnotZnk/Z4Ke/bfldlhP9MweLBR4DqLlr8tK+kUpXuxyv+8oK8maYwtsoWmVaSFnpkM+uOMPbUm/eccBuLyE6LhpmQ+duhswVt6rjcozRF2NQcMe8=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: mjw@xxxxxxxxxx
Sorry if I should have directed this towards the cygwin lists instead;
I'm not really sure which list it's more appropriate for. I have
found a very easily repeatable bug with zsh on both the cygwin native
console and rxvt/xterm that causes zsh 4.3.2 to segfault when asked to
reverse-menu-complete while in a menu-completion.
Steps to repeat:
Make sure that it's not a problem with my dotfiles
1. zsh -f
Make sure that we can use <ESC>x
2. bindkey -e
Load new-style completion
3. autoload compinit; compinit
Tell completion to use menu completion
4. zstyle ':completion:*' menu select=2
Enter a menu completion
5. ls <TAB><TAB><ESC>x
and then, at the 'execute: ' prompt, try to reverse by typing
6. reverse-menu-complete
And, suddenly, segfault.
This is the simplest test case I've found so far. Can anyone offer
any suggestions?
Thanks in advance,
~Matt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author