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

Segmentation fault at line 2031 #2516

Open
multiflexi opened this issue Jun 25, 2024 · 4 comments
Open

Segmentation fault at line 2031 #2516

multiflexi opened this issue Jun 25, 2024 · 4 comments
Labels
3.0 old branch 3.2 upcoming release bug:needs triage/confirmation bug:to be reproduced ... from maintainers

Comments

@multiflexi
Copy link
Contributor

multiflexi commented Jun 25, 2024

The error is:
testssl.sh/testssl.sh: line 2031: 3055367 Segmentation fault $OPENSSL ocsp -no_nonce ${host_header} -url "$uri" -issuer $TEMPDIR/hostcert_issuer.pem -verify_other $TEMPDIR/intermediatecerts.pem -CAfile <(cat $ADDTL_CA_FILES "$GOOD_CA_BUNDLE") -cert $HOSTCERT -text &> "$tmpfile"

This happens with --phone-out with supplied openssl (the bad version), but when the openssl is compiled from the source, the error does not occur. Also it does not occur with the system provided openssl.

Using the latest 3.2 version
Tested distros: Fedora 40, Ubuntu 22.04 and Slackware 15

@drwetter
Copy link
Owner

drwetter commented Jul 1, 2024

Hi @multiflexi ,
thanks for reporting. Smells like a DNS thing we had before.

  • does it only happen using --phone-out?
  • would you mind to strace that?

@multiflexi
Copy link
Contributor Author

Yes, only with --phone-out.
strace.txt

@drwetter
Copy link
Owner

drwetter commented Jul 5, 2024

Ok, thanks! I meant just the command which segfaulted. I'll guess I'll find the segfault in the hay stack later ;-)

@drwetter
Copy link
Owner

drwetter commented Sep 8, 2024

Plan is to compile the binaries on a newer platform , while tackling #2356

@drwetter drwetter added 3.2 upcoming release 3.0 old branch labels Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 old branch 3.2 upcoming release bug:needs triage/confirmation bug:to be reproduced ... from maintainers
Projects
None yet
Development

No branches or pull requests

2 participants