Skip Menu |

This queue is for tickets about the XML-Writer CPAN distribution.

Report information
The Basics
Id: 1293
Status: resolved
Priority: 0/
Queue: XML-Writer

People
Owner: Nobody in particular
Requestors: tailor [...] u.washington.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.4
Fixed in: (no value)



Subject: 'make test' fails
XML-Writer-0.4.tar.gz perl -v: This is perl, v5.6.0 built for aix uname -a: AIX ovid01 3 4 000000054C00 ceir@ovid01: taylor/tmp/XML-Writer-0.4$ perl Makefile.PL \ PREFIX=$HOME/public_html/plib \ LIB=$HOME/public_html/plib \ INSTALLMAN1DIR=/tmp/man/man1 \ INSTALLMAN3DIR=/tmp/man/man3 \ INSTALLBIN=$HOME/bin \ INSTALLSCRIPT=$HOME/bin Show quoted text
> > > > > > Checking if your kit is complete...
Looks good Writing Makefile for XML::Writer ceir@ovid01: taylor/tmp/XML-Writer-0.4$ make test mkdir blib mkdir blib/lib mkdir blib/lib/XML cp Writer.pm blib/lib/XML/Writer.pm mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/XML mkdir blib/arch/auto/XML/Writer mkdir blib/lib/auto/XML mkdir blib/lib/auto/XML/Writer mkdir blib/man3 PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/aix -I/usr/local/lib/perl5/5.6.0 test.pl 1..43 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 Not an ARRAY reference at blib/lib/XML/Writer.pm line 905. not ok 40 make: The signal code from the last command is 11. Stop. ceir@ovid01: taylor/tmp/XML-Writer-0.4$
ceir@ovid01: taylor/tmp/XML-Writer-0.4$ perl Makefile.PL \ PREFIX=$HOME/public_html/plib \ LIB=$HOME/public_html/plib \ INSTALLMAN1DIR=/tmp/man/man1 \ INSTALLMAN3DIR=/tmp/man/man3 \ INSTALLBIN=$HOME/bin \ INSTALLSCRIPT=$HOME/bin > > > > > > Checking if your kit is complete... Looks good Writing Makefile for XML::Writer ceir@ovid01: taylor/tmp/XML-Writer-0.4$ make test mkdir blib mkdir blib/lib mkdir blib/lib/XML cp Writer.pm blib/lib/XML/Writer.pm mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/XML mkdir blib/arch/auto/XML/Writer mkdir blib/lib/auto/XML mkdir blib/lib/auto/XML/Writer mkdir blib/man3 PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/aix -I/usr/local/lib/perl5/5.6.0 test.pl 1..43 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 Not an ARRAY reference at blib/lib/XML/Writer.pm line 905. not ok 40 make: The signal code from the last command is 11. Stop. ceir@ovid01: taylor/tmp/XML-Writer-0.4$
From: goesbatu [...] siu.edu
Similar problem using SuSE 7.1, still at test 40, but my error message was "Attempt to free unreferenced scalar at test.pl 513." Line 513 is: "$writer->emptyTag('foo:foo');". I commented out test 40 and got another error message. I commented out tests 38, 39, 40, 42, and 43 and it worked. Each of these seg faulted, maybe with the above message, with the array message (in the previous post), or maybe with no message.
I believe this is due to bugs in Perl 5.6.0, fixed in 5.6.1. Due to the age of this bug, I'm assuming you've been able to upgrade, so I'm closing it.