openssl: 04-test_encoder_decoder.t broken in master on NonStop x86
I do not have a lot of output from this failure, but it looks like a SIGSEGV (completion 139) occurred in 04-test_encoder_decoder.t, in a merge done
../../util/wrap.pl ../../test/endecode_test -rsa ../../test/certs/ee-key.pem -pss ../../test/certs/ca-pss-key.pem -context -config ../../test/default.cnf -provider default => 139
not ok 2
# Failed test at test/recipes/04-test_encoder_decoder.t line 37.
# INFO: @ /home/jenkinsbuild/.jenkins/workspace/OpenSSL-3.3_Monitor/test/endecode_test.c:1380
# Generating keys...
# INFO: @ /home/jenkinsbuild/.jenkins/workspace/OpenSSL-3.3_Monitor/test/endecode_test.c:1383
# Generating DH keys...
# INFO: @ /home/jenkinsbuild/.jenkins/workspace/OpenSSL-3.3_Monitor/test/endecode_test.c:1388
# Generating DSA keys...
# INFO: @ /home/jenkinsbuild/.jenkins/workspace/OpenSSL-3.3_Monitor/test/endecode_test.c:1392
# Generating EC keys...
# INFO: @ /home/jenkinsbuild/.jenkins/workspace/OpenSSL-3.3_Monitor/test/endecode_test.c:1405
# Loading RSA key...
# INFO: @ /home/jenkinsbuild/.jenkins/workspace/OpenSSL-3.3_Monitor/test/endecode_test.c:1407
# Loading RSA_PSS key...
# INFO: @ /home/jenkinsbuild/.jenkins/workspace/OpenSSL-3.3_Monitor/test/endecode_test.c:1409
# Generating keys done
# Subtest: ../../test/endecode_test
1..114
When run the test as
it does not report an error. This could be a problem in the perl script - but that hasn’t changed recently.
About this issue
- Original URL
- State: closed
- Created 6 months ago
- Comments: 31 (31 by maintainers)
Commits related to this issue
- Add OPENSSL_NO_DLL_ATEXIT_HANDLERS to control whether to use atexit(). This fixes an issue with a mix of atexit() usage in DLL and statically linked libcrypto that came out in the test suite on NonSt... — committed to rsbeckerca/openssl by rsbeckerca 5 months ago
- Add atexit configuration option to using atexit() in libcrypto at build-time. This fixes an issue with a mix of atexit() usage in DLL and statically linked libcrypto that came out in the test suite o... — committed to rsbeckerca/openssl by rsbeckerca 5 months ago
- Add atexit configuration option to using atexit() in libcrypto at build-time. This fixes an issue with a mix of atexit() usage in DLL and statically linked libcrypto that came out in the test suite o... — committed to rsbeckerca/openssl by rsbeckerca 5 months ago
- Add atexit configuration option to using atexit() in libcrypto at build-time. This fixes an issue with a mix of atexit() usage in DLL and statically linked libcrypto that came out in the test suite o... — committed to rsbeckerca/openssl by rsbeckerca 5 months ago
- Add atexit configuration option to using atexit() in libcrypto at build-time. This fixes an issue with a mix of atexit() usage in DLL and statically linked libcrypto that came out in the test suite o... — committed to tmshort/openssl by rsbeckerca 5 months ago
- Add atexit configuration option to using atexit() in libcrypto at build-time. This fixes an issue with a mix of atexit() usage in DLL and statically linked libcrypto that came out in the test suite o... — committed to Sashan/openssl by rsbeckerca 5 months ago
@mspncp that seems like a reasonable guess