RLS crashes with segfault

Hey guys,
I just updated vscode to the latest version, and since the rls doesn't work anymore.
When I start vscode, after some seconds I get the message "Rust language server crashed 5 times in the last 3 minutes. The server will not be restarted.
I then tried running rls --cli in the terminal, which resulted in [1] 2994 segmentation fault.

  • rls -V yields:
    rls-preview 0.127.0-nightly (d2ade31 2018-05-08)
  • rustup show yields
    nightly-x86_64-unknown-linux-gnu (directory override for '/home/anton') rustc 1.27.0-nightly (f0fdaba04 2018-05-15)

This should be fixed with yesterday's nightly. Sorry for the inconvenience!

2 Likes

Thanks mate, then I will update asap :slight_smile: