From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29932 invoked from network); 24 Oct 2006 22:11:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Oct 2006 22:11:33 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 67795 invoked from network); 24 Oct 2006 22:11:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Oct 2006 22:11:26 -0000 Received: (qmail 18284 invoked by alias); 24 Oct 2006 22:11:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22909 Received: (qmail 15633 invoked from network); 24 Oct 2006 21:44:41 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Oct 2006 21:44:41 -0000 Received: (qmail 45042 invoked from network); 24 Oct 2006 21:44:41 -0000 Received: from nz-out-0102.google.com (64.233.162.193) by a.mx.sunsite.dk with SMTP; 24 Oct 2006 21:44:38 -0000 Received: by nz-out-0102.google.com with SMTP id 13so763325nzp for ; Tue, 24 Oct 2006 14:44:36 -0700 (PDT) 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= Received: by 10.35.94.7 with SMTP id w7mr8983365pyl; Tue, 24 Oct 2006 07:54:59 -0700 (PDT) Received: by 10.35.30.12 with HTTP; Tue, 24 Oct 2006 07:54:59 -0700 (PDT) Message-ID: <8839f0c90610240754o24a76571ie5911d7ebfc2c950@mail.gmail.com> Date: Tue, 24 Oct 2006 17:54:59 +0300 From: Toma To: zsh-workers@sunsite.dk Subject: segmentation fault in menu selection MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 / : 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.