-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
stuck at "Building CrateGraph" in rust-lang/rust repo #16902
Comments
Looking at b91697d...6fce1d7, it's probably caused by #16892. |
Can you check if the latest release still runs into this? |
weird that it gets stuck at that status message though, unless something inbetween there panicked causing us to not send the progress end 🤔 |
It's not fixed in Considering that nobody else has complained about this so far, it might be something specific to my system. Let me know if I can do anything to help debug this. Here is a backtrace if that helps: full backtrace
where the relevant part is probably this:
|
I just had the same issue and I'm pretty sure I'm not you, so ^^' I did not see the panics in any logs though (might have missed something?...). The only thing I noticed is being stuck building crate graph and loading metadata. For now switched to release version as it does not have the same bug :') |
It is #16892, though I am unsure why |
Ah okay found the issue |
I'm trying to use the latest pre-release of RA in the https://github.com/rust-lang/rust repo, but it gets stuck at "Building CrateGraph". Autocomplete and go to definition are not working.
It also seems to build up infinite memory usage if you leave it running in the background.
How to reproduce
Meta
version with regression:
rust-analyzer version: 0.4.1888-standalone (6fce1d71d 2024-03-19)
last working version:
rust-analyzer version: 0.4.1887-standalone (b91697de8 2024-03-19)
host platform:
x86_64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered: