Subject: | SEGV with perl 5.27.x and 5.28.0 RC1 |
With perl 5.28.0 RC1 (and later versions in the 5.27.x series) some test scripts fail with segmentation faults:
Test Summary Report
-------------------
t/13-solvesimple.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/24-solve.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/27-solve.t (Wstat: 11 Tests: 1 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 2 tests but ran 1.
Files=18, Tests=36, 3 wallclock secs ( 0.04 usr 0.08 sys + 2.42 cusr 0.37 csys = 2.91 CPU)
Result: FAIL
Failed 3/18 test programs. 0/36 subtests failed.
This seems to be caused by List-MoreUtils-XS. See https://rt.perl.org/Ticket/Display.html?id=132671