Subject: | SEGV + BUS on freebsd systems |
On my freebsd smoker systems (various OS versions, from 9 to 13) the test suite fails with segmentation faults and bus errors:
...
PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Matching.t ....
All 1 subtests passed
t/Node_Path.t ... ok
t/OOUsage.t .....
All 1 subtests passed
t/Regexp-SAR.t .. ok
t/Usage.t .......
All 1 subtests passed
Test Summary Report
-------------------
t/Matching.t (Wstat: 10 Tests: 1 Failed: 0)
Non-zero wait status: 10
Parse errors: No plan found in TAP output
t/OOUsage.t (Wstat: 10 Tests: 1 Failed: 0)
Non-zero wait status: 10
Parse errors: No plan found in TAP output
t/Usage.t (Wstat: 11 Tests: 1 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
...