Skip to content
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

cargo-audit SIGSEGV on stable-x86_64-unknown-linux-musl #504

Closed
kolbma opened this issue Jan 19, 2022 · 1 comment
Closed

cargo-audit SIGSEGV on stable-x86_64-unknown-linux-musl #504

kolbma opened this issue Jan 19, 2022 · 1 comment

Comments

@kolbma
Copy link

kolbma commented Jan 19, 2022

When trying to run cargo audit on stable-x86_64-unknown-linux-musl there is a SIGSEGV.
Installation was without problems.

stat("./.cargo/audit.toml", 0x7ffc3f623330) = -1 ENOENT (No such file or directory)
getcwd("/home/rocket/Rocket_v0.5.0-rc.2", 512) = 32
stat("/home/rocket/.cargo/audit.toml", 0x7ffc3f623330) = -1 ENOENT (No such file or directory)
getcwd("/home/rocket/Rocket_v0.5.0-rc.2", 512) = 32
write(1, "\33[0m\33[0m\33[1m\33[32m    Fetching\33[0"..., 101    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`) = 101
write(1, "\n", 1
)                       = 1
stat("/home/rocket/.cargo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/rocket/.cargo/advisory-db", 0x7ffc3f622a00) = -1 ENOENT (No such file or directory)
stat("/etc/ssl/cert.pem", {st_mode=S_IFREG|0644, st_size=203223, ...}) = 0
stat("/etc/ssl/certs", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/var/ssl", 0x7ffc3f6226f0)        = -1 ENOENT (No such file or directory)
stat("/usr/share/ssl", 0x7ffc3f6226f0)  = -1 ENOENT (No such file or directory)
stat("/usr/local/ssl", 0x7ffc3f6226f0)  = -1 ENOENT (No such file or directory)
stat("/usr/local/openssl", 0x7ffc3f6226f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/etc/openssl", 0x7ffc3f6226f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
rt_sigaction(SIGSEGV, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f9a80082582}, NULL, 8) = 0
rt_sigreturn({mask=[]})                 = 140301551047688
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV +++
Segmentation fault
@kolbma
Copy link
Author

kolbma commented Jan 19, 2022

I close it here... see rust-lang/rust#93084 for workaround

@kolbma kolbma closed this as completed Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant