From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14573 invoked from network); 12 Jan 2009 02:25:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Jan 2009 02:25:29 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 72712 invoked from network); 12 Jan 2009 02:25:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Jan 2009 02:25:25 -0000 Received: (qmail 27363 invoked by alias); 12 Jan 2009 02:25:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26290 Received: (qmail 27352 invoked from network); 12 Jan 2009 02:25:21 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 Jan 2009 02:25:21 -0000 Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.189]) by bifrost.dotsrc.org (Postfix) with ESMTP id 3C1F880271F0 for ; Mon, 12 Jan 2009 03:25:17 +0100 (CET) Received: by rn-out-0910.google.com with SMTP id 45so7133904rnw.14 for ; Sun, 11 Jan 2009 18:25:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=BkrF/w+viNhvYC7pUdrGgxmx46CQjqhEcNdsMIFvPtU=; b=KadBEFhZPSosF6/WBn3MiVKSye5eRSkHFcCC6nlghyIVVRR9i6QhFbK3SWJfQqBwMY 5dm4j+ty9kmU4cCLI/8pyL41TnDnmYL12yQfPuGYPE+7iR4TPYcUj1g2A5APbHQCHSLr gVsD2UQXBrGKbbI0N78OeFOPUXkpLj1xPSZVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=vV3AR1rAu42vKqWen738ne3vRCj0+gKxeRkNZ4WbKGWgmqm27pXwwJqQiZ/PNL+vAw bd9hnlEZE9N80VsLeeb29ORLbcf8xGQQ0IKjShsaRM2A3Eb5Mj7E/A2qM8011LxMFTtp b4kSIpXv9U8fVbAtyRBJqdu6q711lYO/u1qvc= Received: by 10.65.112.13 with SMTP id p13mr19399595qbm.99.1231727115952; Sun, 11 Jan 2009 18:25:15 -0800 (PST) Received: by 10.65.145.7 with HTTP; Sun, 11 Jan 2009 18:25:15 -0800 (PST) Message-ID: <20a807210901111825y1535f160pbddd85999d82d086@mail.gmail.com> Date: Sun, 11 Jan 2009 21:25:15 -0500 From: "Vin Shelton" Sender: ethersoft@gmail.com To: "Bart Schaefer" Subject: Re: Test hang in Y01 Cc: zsh-workers@sunsite.dk In-Reply-To: <090111094633.ZM12036@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20a807210901100744w2f8c2c21h32da38cf2bc461ad@mail.gmail.com> <090110093428.ZM19831@torch.brasslantern.com> <20a807210901101034y3babd1deia8ac5fdfa6d3623c@mail.gmail.com> <20090110214801.29ac6394@pws-pc> <20090111054506.GA15893@primenet.com.au> <090111094633.ZM12036@torch.brasslantern.com> X-Google-Sender-Auth: 63e66b8ac8c7d810 X-Virus-Scanned: ClamAV 0.92.1/8853/Mon Jan 12 01:26:44 2009 on bifrost X-Virus-Status: Clean On Sun, Jan 11, 2009 at 12:46 PM, Bart Schaefer wrote: > On Jan 10, 1:34pm, Vin Shelton wrote: > } > } ubuntu 8.4 > } > } uname -a reports: > } > } Linux samwise 2.6.24-23-generic #1 SMP Thu Nov 27 18:44:42 UTC 2008 > } i686 GNU/Linux > > I have exactly the same on my work laptop (well, except for the host > name :-). > > On Jan 11, 4:45pm, Geoff Wing wrote: > } Subject: Re: Test hang in Y01 > } > } Does it for me too. My nightly build/test cron job first picked it up > } 12 hours ago so it only due to something in the last day or so. It hangs > } with continuous CPU use. > > Odd. Having never built zsh on that laptop, before, I did a complete > fresh CVS checkout from sourceforge, preconfig, configure, make, and > make test. Everything passed. > > I haven't tried building from the tarball. Could there be something > wrong with the configure script that a new preconfig pass fixes up? It turns out that for me, the enabling factor is --enable-zsh-mem; if I configure with that, I get the test hang. Without that option, Y01 completes without a hitch. Regards, Vin