Closed
Description
Yesterday I ran a rustup update
and cargo started crashing at an odd place, I don't remember when was the last time I ran rustup 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:
#0 0x0000555555a7a055 in OPENSSL_ia32_cpuid ()
#1 0x00007ffff60695c3 in OPENSSL_cpuid_setup () from /usr/x86_64-pc-linux-gnu/lib/libcrypto.so.38
#2 0x00007ffff604bfb7 in _init () from /usr/x86_64-pc-linux-gnu/lib/libcrypto.so.38
#3 0x0000000000000001 in ?? ()
#4 0x00007ffff7de90ca in call_init.part () from /lib64/ld-linux-x86-64.so.2
#5 0x00007ffff7de921b in _dl_init () from /lib64/ld-linux-x86-64.so.2
#6 0x00007ffff7ddacda in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#7 0x0000000000000001 in ?? ()
#8 0x00007fffffffe2ec in ?? ()
#9 0x0000000000000000 in ?? ()
If it could matter, I'm running libressl instead of openssl.
Metadata
Metadata
Assignees
Labels
No labels