zsh-workers
 help / color / mirror / code / Atom feed
* segmentation fault in menu selection
@ 2006-10-24 14:54 Toma
  2006-10-27 13:06 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Toma @ 2006-10-24 14:54 UTC (permalink / raw)
  To: zsh-workers

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-30 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-24 14:54 segmentation fault in menu selection Toma
2006-10-27 13:06 ` Peter Stephenson

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