-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
error: rustc interrupted by SIGSEGV #133269
Comments
Your dependencies contain
I don't have that path on my local system. I also get a pile of errors from Also it looks like the compiler segfaulted... then the build completed? That doesn't make much sense to me, and I wonder if the behavior is related to whatever is in |
pub type TVoidResult = Result<(), Box<dyn std::error::Error>>; no external crates added. I hope it to help |
Interesting. Are you still running into this segfault, or did you just see it once? |
Every time I try to run this program I get the same error. It seems program is running but no pages is showed, I get HTTP ERROR 404 only. I've run another program with Axum and MySQL and it runs with no problems. |
|
@workingjubilee that apparently worked, I'm not getting that error anymore. |
assuming extremely bizarre corrupted incremental state. |
I tried this code: https://github.com/warcayac/axum_postgre_email
I expected to see this happen: explanation
Instead, this happened: explanation
After that I tried with:
RUST_MIN_STACK=16777216 cargo run
, same resultMeta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: