PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl
+5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 test.pl
1..43
ok 1
...
ok 39
Attempt to free unreferenced scalar at test.pl line 513.
make: *** [test_dynamic] Segmentation fault (core dumped)
Exit 2
####
ok 35
ok 36
ok 37
Expected error did not occur!
not ok 38
ok 39
Expected error did not occur!
not ok 40
ok 41
Not an ARRAY reference at blib/lib/XML/Writer.pm line 905.
not ok 42
make: *** [test_dynamic] Segmentation fault (core dumped)
Exit 2
####
899: #
900: # Check names.
901: #
902: sub _checkNSNames {
903: my $names = $_[0];
904: my $i = 1;
905: my $name = $names->[0];
####
801: _checkNSNames(\@_);
and
813: _checkNSNames(\@_);
####
_checkNSNames([ @_ ]);