Subject: | make test fails with Perl core dump on FreeBSD 5.3-RELEASE, Perl 5.8.7 |
make test fails with Perl silently coredumping on FreeBSD 5.3-RELEASE, Perl 5.8.7.
moondance# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-sanity....dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 14-40
Failed 27/40 tests, 32.50% okay
t/02-morph.....ok
t/03-ngram.....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01-sanity.t 0 139 40 54 135.00% 14-40
Failed 1/3 test scripts, 66.67% okay. 27/54 subtests failed, 50.00% okay.
*** Error code 255
After this a perl5.8.7.core dump is produced. I can provide it if it would be of use to anyone.
Aaron