This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 256
Constant PoisonErrors #750
Labels
Comments
Could you try running with |
Same here:
I don't know which RPC request cause these panic, but the two panic reason shown above occurred repeatedly. Edit: I got some output before rls panic:
|
The error in the backtrace here is due to a bad lookup in a HashMap. There are only two places that can happen, I think: line 328: |
I believe this is fixed now (with latest nightly RLS), please comment if not and I'll re-open |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I haven't used Rust in a few weeks, so yesterday I updated my toolchain and started a new project. I use VSCode with the official RLS extension, both of which are at the latest version.
In trying to write even the simplest code, RLS constantly crashes with the following error, grabbed from VSCode's Output window:
It happens constantly, independent of which project I am editing, and causes RLS to crash. Also, whenever I have an open file and I'm in the midst of writing something, say I type
fn foo(
and go get more tea, it ramps my CPU usage to 100% while I don't make it syntactically correct.Edit: Apparently it causes the whole Extension Host to crash as well.
The text was updated successfully, but these errors were encountered: