-
Notifications
You must be signed in to change notification settings - Fork 238
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
curl::init::init_inner segfault #402
Comments
With
The examples seem to run now, which they did not when I ran them without |
Here's the issue described in the "deprecation" notice: rust-lang/libc#1848. It appears the size of |
Hmm, this upstream issue in the In particular:
I was able to confirm this behavior on Alpine Linux as well which uses musl; as soon as OpenSSL tries to initialize you get a segfault of some kind, which happens when curl initializes. Enabling the The warnings about |
Closing as this is a platform-specific issue with OpenSSL and isn't specific to curl. Not much we can do about this. |
This happens on both
master
and latest release. I have tried both with and withoutstatic-curl
feature. OS is Gentoo Linux with musl libc.The text was updated successfully, but these errors were encountered: