-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
The program crashed on the MQTTS connection #1053
Comments
maybe you can run it with |
Please try to attach log files rather than pasting the log contents. It makes the issues easier to read. Thank you. |
@jumoog I tried to run valgrind, but it doesn't work on an embedded system,is the OpenSSL Directory mandatory and what is it for ? |
@icraggs I have already modified,is the OpenSSL Directory mandatory and what is it for ? |
The call you have highlighted is an OpenSSL call, so the problem is likely within OpenSSL. The OpenSSL directory you have highlighted is the OpenSSL installation directory where OpenSSL thinks it is installed. If it doesn't exist, then something is wrong with your OS or OpenSSL installation. |
I found the problem.My application was compiled with the OpenSSL library and the MQTT library, so if I removed OpenSSL it would not crash. |
Describe the bug
The program crashed on the MQTTS connection , everything is fine with MQTT , the following is the specific log . thanks.
Explain
I don't have the OPENSSL Directory,i'm running on an embedded system,i don't know if it affected.
Log
log.txt
follow-up
I found that this function caused the program to crash ,does it come from the OpenSSL library :
The text was updated successfully, but these errors were encountered: