-
Notifications
You must be signed in to change notification settings - Fork 2.6k
SIGSEGV with nightly version #3833
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Oh dear this looks quite surprising! So it looks like you're using your system OpenSSL, which the bundled versions of Cargo aren't supposed to use. There's a current bug in Cargo though which pulls in the system libcurl accidentally, which can transitively include the system OpenSSL. It may be worth retrying once rust-lang/rust#40507 is merged. |
(and the corresponding beta backport (rust-lang/rust#40525)) |
I'm also seeing this, am also using libressl. |
Ok, that may be related to it (no idea, really, though). Let's wait until the linkage gets fixed and then see if it's still here. |
Not sure how to test this on my own so - does it work for you now ? The linked issues/PRs seem to be in already. |
Closing due to inactivity and guessing that the fixes are in now, please reopen if I'm mistaken! thank you!! |
Yesterday I ran a
rustup update
and cargo started crashing at an odd place, I don't remember when was the last time I ranrustup update
but stable works properly. I hadn't changed anything on my system before updating so I'm pretty sure it's something with cargo itself.This is the stacktrace, which looks really odd:
If it could matter, I'm running libressl instead of openssl.
The text was updated successfully, but these errors were encountered: