jacquesg/p5-Git-Raw

SIGSEGV in test suite

eserte opened this issue · 0 comments

Seen for example on a freebsd 13 system:

"/usr/perl5.32.1Dp/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Raw.bs blib/arch/auto/Git/Raw/Raw.bs 644
PERL_DL_NONLAZY=1 "/usr/perl5.32.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test 'Git/Raw.pm loaded ok'
#   at t/00-compile.t line 102.
#          got: '139'
#     expected: '0'

#   Failed test 'Git/Raw/AnnotatedCommit.pm loaded ok'
#   at t/00-compile.t line 102.
#          got: '139'
#     expected: '0'

#   Failed test 'Git/Raw/Blame.pm loaded ok'
#   at t/00-compile.t line 102.
#          got: '139'
#     expected: '0'
... etc ...
Test Summary Report
-------------------
t/00-compile.t            (Wstat: 13056 (exited 51) Tests: 60 Failed: 51)
  Failed tests:  1-6, 10-11, 13-28, 30-39, 42-43, 45, 47-60
  Non-zero exit status: 51
t/01-repo.t               (Wstat: 139 (Signal: SEGV, dumped core) Tests: 0 Failed: 0)
  Non-zero wait status: 139
  Parse errors: No plan found in TAP output
... etc ...