Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: other testsuite problems



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