Skip Menu |

This queue is for tickets about the Regexp-SAR CPAN distribution.

Report information
The Basics
Id: 129413
Status: new
Priority: 0/
Queue: Regexp-SAR

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.004
Fixed in: (no value)



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 ...
On 2019-05-03 14:45:03, SREZIC wrote: Show quoted text
> 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 > ...
SIGABRT may also happen (seen on freebsd 13): ... PERL_DL_NONLAZY=1 "/usr/perl5.29.9p/bin/perl5.29.9" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t <jemalloc>: jemalloc_rtree.c:205: Failed assertion: "!dependent || leaf != NULL" t/Matching.t .... All 1 subtests passed t/Node_Path.t ... ok <jemalloc>: jemalloc_rtree.c:205: Failed assertion: "!dependent || leaf != NULL" t/OOUsage.t ..... All 1 subtests passed t/Regexp-SAR.t .. ok <jemalloc>: jemalloc_rtree.c:205: Failed assertion: "!dependent || leaf != NULL" t/Usage.t ....... All 1 subtests passed ...