From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13901 invoked from network); 7 Oct 2005 15:34:26 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Oct 2005 15:34:26 -0000 Received: (qmail 66280 invoked from network); 7 Oct 2005 15:34:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Oct 2005 15:34:19 -0000 Received: (qmail 5114 invoked by alias); 7 Oct 2005 15:34:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21853 Received: (qmail 5101 invoked from network); 7 Oct 2005 15:34:15 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Oct 2005 15:34:15 -0000 Received: (qmail 65947 invoked from network); 7 Oct 2005 15:34:15 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 7 Oct 2005 15:34:15 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 875207C08E; Fri, 7 Oct 2005 11:34:13 -0400 (EDT) Date: Fri, 7 Oct 2005 11:34:13 -0400 From: Clint Adams To: Bart Schaefer , zsh-workers@sunsite.dk Subject: Re: segfault with certain filenames Message-ID: <20051007153413.GA29086@scowler.net> Mail-Followup-To: Bart Schaefer , zsh-workers@sunsite.dk References: <20051006232712.GA1886@scowler.net> <20051007003546.GA4637@scowler.net> <1051007023529.ZM3416@candle.brasslantern.com> <20051007031207.GA8402@scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051007031207.GA8402@scowler.net> User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 > (the xterm is 27 lines long, and this does not fill it) ml is being incremented by 2 for each line, and mrestlines is being decremented by 2 for each line. Here's what's happening with ml: 657 clnicezputs:ml++ from 5 to 6 1346 compprintlist:ml += mlprinted(1) from 5 to 6 1370 compprintlist:ml++ from 6 to 7 1341 clprintm called with ml, and eventually clnicezputs:ml set to 7 657 clnicezputs:ml++ from 7 to 8 Not sure what the logic is here.