- or download this
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
...
Attempt to free unreferenced scalar at test.pl line 513.
make: *** [test_dynamic] Segmentation fault (core dumped)
Exit 2
- or download this
ok 35
ok 36
...
not ok 42
make: *** [test_dynamic] Segmentation fault (core dumped)
Exit 2
- or download this
899: #
900: # Check names.
...
903: my $names = $_[0];
904: my $i = 1;
905: my $name = $names->[0];
- or download this
801: _checkNSNames(\@_);
and
813: _checkNSNames(\@_);
- or download this
_checkNSNames([ @_ ]);