-
Notifications
You must be signed in to change notification settings - Fork 257
thread '<unnamed>' panicked at 'Forcing query with already existing DepNode. #999
Comments
I would say you are reporting this at the wrong repo |
I thought it could be related to how rls uses rustc. |
Okay, that is a valid point. Let's wait until one of the devs bring up this issue. |
@bjorn3 do you have the source code you were working with? |
Possibly related to rust-lang/rust#49300 |
No, not the source at the moment of the crash, because I noticed it only after some changes didn't give inline errors. |
This is happening to me as well, if I clear /target/rls and restart rls it will work once but then breaks on a random type when I change anything. The VSCode extension also shows these warnings, again with random types each time: |
@braden do you have a project which reproduces this error? |
The project is not public unfortunately, but let me know if there is something I can do to help diagnose the problem. |
I haven't seen this since I reported it, so I don't know if the bug still exists. |
I can confirm this is still happening on |
Maybe @nikomatsakis knows how two |
Just saw it again:
|
Getting rls crashed ... times in ... minutes too. No log output from that. |
Seeing this error with |
I'm experiencing this error too.
|
Does anyone who can repro this have code that makes it happen? I haven't been able to repro and could do with the code to try and track it down |
when I use Visual Studio Code with this Rust plugin with nightly RLS, I experience this error very fast. |
@MikailBag what is the code you're editing when you get the error? |
Tried to repro today, but hit another issue every time before I could repro. Will try again with tomorrow's nightly which should work better. |
Is there any particular combination of actions which sets off the crash. I've been editing extensively and could not reproduce. I did find some missing information and have a PR to Rust to address that, but no crashes. |
I'm going to close, but I'll continue to investigate if there is more info. |
Happened again while testing RLS for rust-lang/rust#56161. (log.txt)
Reopening since it still seems to be an issue 😞 |
The text was updated successfully, but these errors were encountered: