-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Frequent crashes on cg_clif #14791
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
Just to clarify, the crashes happen while working in the project without fiddling with files via git or anything? |
I don't fiddle with the main git repo other than committing files. There is a git repo in a subdirectory which does get frequently have it's state reset followed by removing a set of rust files outside of any cargo package and a tiny change to a |
Looks like it does correlate with removing those rust files although it doesn't happen every time. To be specific it happens while executing https://github.com/bjorn3/rustc_codegen_cranelift/blob/ecbb33a71b38498250bcc81b815331fbfde40736/scripts/test_rustc_tests.sh#L24-L26 I also saw it re-indexing every time that specific part of the shell script runs. By the way I have been getting "Failed to spawn one or more proc-macro servers." as server status for a bit now without any indication about what the exact error is. Nothing is logged in the server log, nor do I observe any adverse effects. |
Do you have the |
No, I have not afaik. |
Looks like it is fixed now, thanks! |
Just saw it again. |
same backtrace? ... |
I thought I was running the pre-release version, but it seems I was running stable, which of course didn't have the fix yet. I'm now running the pre-release version. If it shows up again I will re-open this issue. |
By the way, the pre-release versions are no longer updated since Friday, which means you still don't have the fix (unless you're downloading it from GitHub or building from source). |
https://github.com/bjorn3/rustc_codegen_cranelift/
rust-analyzer version: rust-analyzer version: 0.3.1506-standalone (833d530 2023-05-07)
rustc version: rustc 1.71.0-nightly (2a8221dbd 2023-05-11)
relevant settings: N/A
The text was updated successfully, but these errors were encountered: