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

dtls: Fix crash when connection fails #99

Merged
merged 1 commit into from
May 20, 2024
Merged

dtls: Fix crash when connection fails #99

merged 1 commit into from
May 20, 2024

Conversation

ssahani
Copy link
Collaborator

@ssahani ssahani commented May 20, 2024

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Failed to SSL_connect: error:00000000:lib(0)::reason(0)

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7a78911 in BIO_free () from /lib64/libcrypto.so.3
Missing debuginfo, try: dnf debuginfo-install libcap-2.69-8.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install openssl-libs-3.2.1-6.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install systemd-libs-256~rc2-1.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install glibc-2.39.9000-18.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install zlib-ng-compat-2.1.6-3.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install libgcc-14.1.1-1.fc41.x86_64
(gdb) bt

```
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Failed to SSL_connect: error:00000000:lib(0)::reason(0)

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7a78911 in BIO_free () from /lib64/libcrypto.so.3
Missing debuginfo, try: dnf debuginfo-install libcap-2.69-8.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install openssl-libs-3.2.1-6.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install systemd-libs-256~rc2-1.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install glibc-2.39.9000-18.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install zlib-ng-compat-2.1.6-3.fc41.x86_64
Missing debuginfo, try: dnf debuginfo-install libgcc-14.1.1-1.fc41.x86_64
(gdb) bt

```
@ssahani ssahani merged commit 1fe78f9 into systemd:main May 20, 2024
1 check passed
@ssahani ssahani deleted the tls branch May 20, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant