-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
crash #1243
Comments
maybe i shall add something detail, the envroment is cross-compiler build, not gcc, |
There are memory-related errors before it crashes:
It looks like either the build is broken or the program is indeed out of memory (which might not be handled correctly by plog in this case). |
thank you, but i haven't change any code of libdatahanel,do you have any ideas about how to fix it? |
It is not related to a code change, it looks like an issue with OpenSSL. The prime256v1 curve might have been disabled during OpenSSL build. However I don't really understand how it would lead to the crash. |
ENV:
PC1 : python3 signaling-server.py 192.168.0.80:8888
PC2: ./client -w 124.70.42.247 -x 8888
pc3:./client -w 124.70.42.247 -x 8888
after i input the remote ID for offer, i got crash, could you kindly help check?
the log as follows:
The text was updated successfully, but these errors were encountered: