Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: other testsuite problems
- X-seq: zsh-workers 24354
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: other testsuite problems
- Date: Fri, 4 Jan 2008 12:55:26 +0000
- In-reply-to: <20080104041408.GA365@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <20071224222325.GA32354@xxxxxxxxxxx> <20071225022744.GA32086@xxxxxxxxxxx> <20080103181701.d318ca65.p.w.stephenson@xxxxxxxxxxxx> <20080104041408.GA365@xxxxxxxxxxx>
On Thu, 3 Jan 2008 23:14:08 -0500
Clint Adams <clint@xxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author