-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Failed to compile (signal: 9, SIGKILL: kill) #51309
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
Comments
It's likely caused by OOM. What machine is it running on? |
Yeah it's probably a given now, the machine only has 500 MB RAM, I will try to add more RAM to it and will retry, but I am almost certain this is correct so I will close and reopen if I find different results. |
This was referenced Dec 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I set up a new Cargo project using Actix-web and its verbatim example code. This meant adding an
actix-web
dependency and replacing the text insrc/main.rs
. I did this on a fresh Ubuntu 16.04 x64 install where onlyca-certificates
andbuild-essential
were installed before Rust (from Rustup).When I went to compile the project using
cargo run
, the build failed while compilinghttp
. I've used--verbose
to see what was up and got this:I filed an issue for this in
http
hyperium/http#207, but was advised to file here as it may be a compiler bug? So here goes. Anything I can do to help debug further I will. I am not that familiar with Unix debuggers, but I can provide some traces and stuff like that if told how.The text was updated successfully, but these errors were encountered: