Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
segmentation fault in menu selection
- X-seq: zsh-workers 22909
- From: Toma <tomushkin@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: segmentation fault in menu selection
- Date: Tue, 24 Oct 2006 17:54:59 +0300
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rJkkwU4whcIQ2qPmih7dwovF98pjvoIE0sz2W57Xc9wbG3TuZKTfR0ef48LINdMc7SpPHZDDo1O24zk382olfg2SzQm++ByWl4E34wfT5IOPRBehW45BTh+6dH8jWzoLV22W8DJfTkjKZNmn2mDOBbeuFL1NKdZzm1PlVp0Mni4=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi!,
(please be aware of my rough english)
I have some examples which causes zsh to receive a SIGSEGV, all
related to the menu-select widget. I can reproduce them on zsh 4.3.1
or newer, including the latest CVS (zsh 4.2.6 works fine).
Note that lines that begin with : are commands run from the
mini-buffer, but i can bound them to keys and get the same result.
$ zsh -f
$ zmodload zsh/complist
$ bindkey -e
: menu-select
: reverse-menu-complete
or
$ zsh -f
$ zmodload zsh/complist
$ bindkey -e
: menu-select
Now repeat
: accept-and-infer-next-history
When configured with --enable-zsh-debug, zsh states:
zle_tricky.c:947: line metafied
or
$ zsh -f
$ zmodload zsh/complist
$ bindkey -e
$ autoload compinit; compinit
Put some completion prefix
$ cd /<Esc-x>
: menu-select
Now repeat
: accept-and-infer-next-history
until `no matches' is shown
: undo
I can provide further information like backtraces or libc version if necessary.
PS: I'm posting after seeing
http://www.zsh.org/mla/workers/2006/msg00452.html, which had a very(?)
similar problem that actually got fixed. Though I'm sorry to bug you.
Toma.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author