From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12281 invoked from network); 21 May 2007 20:27:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 May 2007 20:27:23 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 53886 invoked from network); 21 May 2007 20:27:16 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 May 2007 20:27:16 -0000 Received: (qmail 4844 invoked by alias); 21 May 2007 20:27:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23449 Received: (qmail 4831 invoked from network); 21 May 2007 20:27:12 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 May 2007 20:27:12 -0000 Received: (qmail 53564 invoked from network); 21 May 2007 20:27:12 -0000 Received: from luonnotar.infodrom.org (217.114.79.202) by a.mx.sunsite.dk with SMTP; 21 May 2007 20:27:07 -0000 Received: by luonnotar.infodrom.org (Postfix, from userid 10) id 1DD4E6481F4; Mon, 21 May 2007 22:27:07 +0200 (CEST) Received: by finlandia.home.infodrom.org (Postfix, from userid 2006) id 05F8A10160; Mon, 21 May 2007 22:21:31 +0200 (CEST) Date: Mon, 21 May 2007 22:21:31 +0200 From: Maddi Kopfermann To: Zsh-Workers Subject: bindkey history-beginning-search-backwards; echo $widgts = crash Message-ID: <20070521202131.GA14758@finlandia.home.infodrom.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Operating-System: Debian GNU/Linux User-Agent: Mutt/1.5.13 (2006-08-11) Hi Zsh Comrades, Yesterday i found what it seems to be a very old bug. bindkey history-beginning-search-backwards && echo $widgets crashes zsh, it does with zsh -f. On #zsh Frank Terbeck had it crash even with 3.1.7. All versions that have history-beginning-search-backwards did crash, it seems. gdb zsh core has: Program terminated with signal 11, Segmentation fault. #0 widgetstr (w=0x0) at ../../../Src/Zle/zleparameter.c:78 78 ../../../Src/Zle/zleparameter.c: No such file or directory. in ../../../Src/Zle/zleparameter.c Greetings, Matthias PS: This is a resent because I sadly posted the email not as a new thread