Vscode-rust: RLS server crashes more than 5 times

Created on 16 Feb 2018  路  5Comments  路  Source: rust-lang/vscode-rust

The attached test project causes the RLS server to crash more than 5 times. I have reduced the code to the minimum required to reproduce the crash. Removing any of the elements of the code seems to fix the problem.

Windows 10 Home (64-bit)
Visual Studio Code 1.20.1
Rust (rls) 0.3.2
rls-preview 0.125.0-nightly (dee42bd 2018-02-04)

rls-crash.zip

bug

Most helpful comment

I'm having similar issues with constant crashes that make it unusable

All 5 comments

I'm having similar issues with constant crashes that make it unusable

Yeah I have a stupid simple project that has nothing in it, really, just importing serde and rocket.

But rls is constantly crashing.

@jnicholls, if I had to guess, this is due to the recent issues RLS has been having. You can follow them here https://github.com/rust-lang-nursery/rls/issues/773

Can't reproduce it. In general the VSCode extension surfaces a lot more errors as to why RLS could not be started and RLS crashes less often now. I'll close this issue, please reopen if that's still happening and tell in which scenario that occurs!

Was this page helpful?
0 / 5 - 0 ratings