Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSEGV in test suite #226

Open
eserte opened this issue Oct 25, 2022 · 0 comments
Open

SIGSEGV in test suite #226

eserte opened this issue Oct 25, 2022 · 0 comments

Comments

@eserte
Copy link

eserte commented Oct 25, 2022

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 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant