-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Panic: no value set for FileSourceRootQuery(FileId(0))
#9168
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
Also seen in https://github.com/linebender/druid/blob/master/druid-shell/src/backend/gtk/window.rs#L678 right after clearing the database. |
An interesiing case where we conjure a FIliId(0) out of thin air: |
Triage: still happens after #9582. |
@lnicola could you get a stacktrace here? |
Ah, got backtrace after clearing the database. That one I think is expected -- looking at the memory usage brings the database into inconsistent state. I wasn't able to reproduce this problem during project load though. |
Yeah, I couldn't either. Do you want to close this? |
Yeah, let's close this until it re-surfacces. |
Can't reproduce, but spotted after removing a line from a file while RA was loading.
Also, we seem to duplicate the request info.
The text was updated successfully, but these errors were encountered: