From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28424 invoked from network); 9 Dec 2007 19:45:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 Dec 2007 19:45:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 35304 invoked from network); 9 Dec 2007 19:44:58 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Dec 2007 19:44:58 -0000 Received: (qmail 20154 invoked by alias); 9 Dec 2007 19:44:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24200 Received: (qmail 20135 invoked from network); 9 Dec 2007 19:44:54 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 9 Dec 2007 19:44:54 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 3A27F801CDCF for ; Sun, 9 Dec 2007 20:42:30 +0100 (CET) Received: from a.mx.sunsite.dk (new-brage.dotsrc.org [130.225.254.104]) by bifrost.dotsrc.org (Postfix) with SMTP for ; Sun, 9 Dec 2007 20:42:30 +0100 (CET) Received: (qmail 34968 invoked from network); 9 Dec 2007 19:44:53 -0000 Received: from mtaout01-winn.ispmail.ntl.com (81.103.221.47) by a.mx.sunsite.dk with SMTP; 9 Dec 2007 19:44:47 -0000 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20071209194511.PHXM1988.mtaout01-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com>; Sun, 9 Dec 2007 19:45:11 +0000 Received: from pws-pc.ntlworld.com ([82.6.96.116]) by aamtaout01-winn.ispmail.ntl.com with SMTP id <20071209194523.BQMD219.aamtaout01-winn.ispmail.ntl.com@pws-pc.ntlworld.com>; Sun, 9 Dec 2007 19:45:23 +0000 Date: Sun, 9 Dec 2007 19:44:35 +0000 From: Peter Stephenson To: Andy Spiegl , Zsh Hackers' List Subject: Re: uhmm, another segmentation fault Message-Id: <20071209194435.d1824d3a.p.w.stephenson@ntlworld.com> In-Reply-To: <20071129133726.GF2541@spiegl.de> References: <20071129133726.GF2541@spiegl.de> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.14; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Thu, 29 Nov 2007 14:37:26 +0100 Andy Spiegl wrote: > Is this the month of zsh bugs? :-) > > lama:~>mutt ali > interactive: ali[] > - corrections - > alex -- "Alexandra Probst" > alle -- "KasCada alle" > angi -- "Angi Mayr" > lalo -- "Eduardo Carrera" - original - > ali > > Then I pressed "c" and whooooie: > lama:~>mutt ali[1] 30401 segmentation fault (core dumped) zsh Just looked at this again. Are you still using 4.3.4 (it always helps to be told even if you think we should be able to guess: the default assumption if we have to guess is that you are using the latest code in the archive)? If so, this is probably the bug fixed in 23807 (which fits your symptoms exactly) and you should try either the latest code in the archive or the imminent 4.3.5. Otherwise, do you have --enable-zsh-debug turned on in that shell? If not, would you be able to try it out with that turned on? That would allow us to eliminate some problem with being in the wrong character mode (multibyte vs. wide character) since this add checks at appropriate points. Thanks. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/