Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

vs-code error after successful installation on 1.19.0-nightly #316

Closed
hackeryarn opened this issue May 13, 2017 · 4 comments
Closed

vs-code error after successful installation on 1.19.0-nightly #316

hackeryarn opened this issue May 13, 2017 · 4 comments

Comments

@hackeryarn
Copy link

Every time I try to launch vs-code with RLS running I get the below error, and the status or RLS remains as crashed.

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorImpl { code: Message("missing field `experimental`"), line: 0, column: 0 }', src\libcore\result.rs:859
note: Run with `RUST_BACKTRACE=1` for a backtrace.
[Error - 5:19:45 PM] Connection to server got closed. Server will not be restarted.
@Object905
Copy link

Same here, using https://github.com/editor-rs/vscode-rust on rustc 1.19.0-nightly (826d8f385 2017-05-13).

backtrase:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorImpl { code: Message("missing field `experimental`"), line: 0, column: 0 }', /checkout/src/libcore/result.rs:859
stack backtrace:
   0:     0x7f04af2c39a3 - std::sys::imp::backtrace::tracing::imp::unwind_backtrace::h0e14f963e590228b
                               at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
   1:     0x7f04af2be96a - std::sys_common::backtrace::_print::h27334d67e47d33d3
                               at /checkout/src/libstd/sys_common/backtrace.rs:71
   2:     0x7f04af2d276a - std::panicking::default_hook::{{closure}}::h47b2a7bf24f9ec4b
                               at /checkout/src/libstd/sys_common/backtrace.rs:60
                               at /checkout/src/libstd/panicking.rs:355
   3:     0x7f04af2d236b - std::panicking::default_hook::h96a38c23a922ad21
                               at /checkout/src/libstd/panicking.rs:371
   4:     0x7f04af2d2b7b - std::panicking::rust_panic_with_hook::h2e0c66f95442aa5e
                               at /checkout/src/libstd/panicking.rs:549
   5:     0x7f04af2d2a04 - std::panicking::begin_panic::h2bd4bbc032e2aa18
                               at /checkout/src/libstd/panicking.rs:511
   6:     0x7f04af2d2989 - std::panicking::begin_panic_fmt::hbb7f6691241b0d12
                               at /checkout/src/libstd/panicking.rs:495
   7:     0x7f04af2d2917 - rust_begin_unwind
                               at /checkout/src/libstd/panicking.rs:471
   8:     0x7f04af31abed - core::panicking::panic_fmt::h8b3b4367ded67bbc
                               at /checkout/src/libcore/panicking.rs:69
   9:     0x55b8ffede516 - core::result::unwrap_failed::h6c21d0e55176b173
  10:     0x55b8fff76b7b - rls::server::parse_message::h2edfbf3ee47a05c4
  11:     0x55b8fff57136 - rls::server::MessageReader::parsed_message::hae39de626507d158
  12:     0x55b8fff4ab77 - rls::server::LsService::run::h8cfa22a637b384bd
  13:     0x55b8fff594fc - rls::main::hb030a9ee8c1a2205
  14:     0x7f04af2dbeca - __rust_maybe_catch_panic
                               at /checkout/src/libpanic_unwind/lib.rs:98
  15:     0x7f04af2d3a18 - std::rt::lang_start::h383c8992c0d0ccc3
                               at /checkout/src/libstd/panicking.rs:433
                               at /checkout/src/libstd/panic.rs:361
                               at /checkout/src/libstd/rt.rs:56
  16:     0x7f04ae56e510 - __libc_start_main
  17:     0x55b8ffe6fd68 - <unknown>
[Error - 6:27:09 AM] Connection to server got closed. Server will not be restarted.
```

@Object905
Copy link

@rnleach
Copy link

rnleach commented May 14, 2017

This looks like a duplicate of issue #312.

@nrc
Copy link
Member

nrc commented May 14, 2017

Closing as dup of #312

@nrc nrc closed this as completed May 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants