Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: coredump with menu-select and LIST_PACKED
- X-seq: zsh-workers 8416
- From: Alexandre Duret-Lutz <alexandre.duret@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: BUG: coredump with menu-select and LIST_PACKED
- Date: 25 Oct 1999 20:06:55 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Sender: aduret@xxxxxxxxx
I made zsh-3.1.6-bart-7 coredump with the following :
~ % zsh -f 19:47 #3
venus% mkdir empty
venus% cd empty
venus% zmodload complist
venus% touch {1..15} xxxxxxxxxxxxxxx
venus% bindkey "^[m" menu-select
venus% setopt listpacked
venus% foo <TAB>
1 11 13 15 3 5 7 9
10 12 14 2 4 6 8 xxxxxxxxxxxxxxx
venus% foo <M-m>
zsh: segmentation fault (core dumped) zsh -f
(<M-m> should be typed right after <TAB>)
I could reproduce this on Linux and Solaris.
--
Alexandre Duret-Lutz
Messages sorted by:
Reverse Date,
Date,
Thread,
Author