From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6008 invoked from network); 4 Jan 2008 12:55:50 -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.4 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; 4 Jan 2008 12:55:50 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 1341 invoked from network); 4 Jan 2008 12:55:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Jan 2008 12:55:43 -0000 Received: (qmail 25759 invoked by alias); 4 Jan 2008 12:55:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24354 Received: (qmail 25744 invoked from network); 4 Jan 2008 12:55:37 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Jan 2008 12:55:37 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 983A58058FF2 for ; Fri, 4 Jan 2008 13:55:35 +0100 (CET) Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [85.115.41.190]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Fri, 4 Jan 2008 13:55:34 +0100 (CET) Received: from cameurexb01.EUROPE.ROOT.PRI ([62.189.241.200]) by rly16g.srv.mailcontrol.com (MailControl) with ESMTP id m04Cs9CK025421 for ; Fri, 4 Jan 2008 12:55:31 GMT Received: from news01 ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Fri, 4 Jan 2008 12:55:27 +0000 Date: Fri, 4 Jan 2008 12:55:26 +0000 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: other testsuite problems Message-ID: <20080104125526.0e81693d@news01> In-Reply-To: <20080104041408.GA365@scowler.net> References: <20071224222325.GA32354@scowler.net> <20071225022744.GA32086@scowler.net> <20080103181701.d318ca65.p.w.stephenson@ntlworld.com> <20080104041408.GA365@scowler.net> Organization: CSR X-Mailer: Claws Mail 3.1.0 (GTK+ 2.10.14; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Jan 2008 12:55:27.0044 (UTC) FILETIME=[13FB8040:01C84ED1] X-Scanned-By: MailControl A-06-00-00 (www.mailcontrol.com) on 10.71.0.126 X-Virus-Scanned: ClamAV using ClamSMTP On Thu, 3 Jan 2008 23:14:08 -0500 Clint Adams wrote: > On Thu, Jan 03, 2008 at 06:17:01PM +0000, Peter Stephenson wrote: > > ../../Test/V01zmodload.ztst: starting. > > ../../Test/V02zregexparse.ztst: starting. > > > > Try with more detail. > > http://buildd.debian.org/fetch.cgi?&pkg=zsh&ver=4.3.4-dev-6-7&arch=s390&stamp=1199419143&file=log So it's failed to load all the modules and crashed here: for m in $mods do zmodload -i $m || mods[(r)$m]=() done You need to see which module is failing to load and where. Outputting the module with "print -u $ZTST_fd $mod" should help. Then you can probably debug it on the command line. pws