question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Analyzer stopping

See original GitHub issue

Not sure if this is the right place to post an issue, but my rust-analyzer keeps stopping when used with coc.

Output of coc’s log:

2020-05-18T00:40:48.154 INFO (pid:42400) [services] - registered service "languageserver.bash"
2020-05-18T00:40:48.177 INFO (pid:42400) [services] - registered service "rust-analyzer"
2020-05-18T00:40:48.178 INFO (pid:42400) [services] - Rust Analyzer Language Server state change: stopped => starting
2020-05-18T00:40:48.347 INFO (pid:42400) [language-client-index] - Language server "rust-analyzer" started with 42420
2020-05-18T00:40:48.358 ERROR (pid:42400) [language-client-client] - connection error: Error: write EPIPE
    at afterWriteDispatched (internal/stream_base_commons.js:154:25)
    at writeGeneric (internal/stream_base_commons.js:145:3)
    at Socket._writeGeneric (net.js:783:11)
    at Socket._write (net.js:795:8)
    at writeOrBuffer (_stream_writable.js:353:12)
    at Socket.Writable.write (_stream_writable.js:303:12)
    at StreamMessageWriter.write (/Users/alokbeniwal/.config/nvim/bundle/coc.nvim/build/index.js:17199:27)
    at /Users/alokbeniwal/.config/nvim/bundle/coc.nvim/build/index.js:16347:35
    at new Promise (<anonymous>)
    at Object.sendRequest (/Users/alokbeniwal/.config/nvim/bundle/coc.nvim/build/index.js:16337:26) {
  errno: -32,
  code: 'EPIPE',
  syscall: 'write'
} undefined
2020-05-18T00:40:48.359 INFO (pid:42400) [services] - Rust Analyzer Language Server state change: starting => stopped
2020-05-18T00:40:48.364 INFO (pid:42400) [plugin] - coc 0.0.78-0033e4e624 initialized with node: v14.1.0

My rust-analyzer is the latest version (31611da).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
fannheywardcommented, May 20, 2020

@alok delete ~/.config/coc/extensions/coc-rust-analyzer-data/rust-analyzer and try to download again. Looks like the binary is broken.

0reactions
SOF3commented, Jul 1, 2022

It’s rust-analyzer’s issue.

But it’s coc-rust-analyzer downloading the wrong binary? If I do rustup +nightly component add rust-analyzer-preview, the binary in rustup works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stop analyzer | Elasticsearch Guide [8.5] | Elastic
The stop analyzer is the same as the simple analyzer but adds support for removing stop words. It defaults to using the _english_...
Read more >
Stopping Information Analyzer tasks - Forums - IBM Support
One possible way to stop/reset all the tasks:1. Restart ODF Engine. Check in /opt/IBM/InformationServer/ASBNode/logs/odfengine.log.0 and make sure jobs are ...
Read more >
Starting or Stopping Database Analyzer - SAP MaxDB
To change options, specify the new options and choose Restart Database Analyzer. To stop Database Analyzer, choose Deactivate Database Analyzer.
Read more >
Firewall analyzer keeps stopping. - ManageEngine Pitstop
Firewall analyzer keeps stopping. ... Until a restart of the server then it stops working, the service will start then stop.
Read more >
How to Prevent Process Analyzer Downtime in Wet Weather
Not all process analyzers installed outdoors in the field are protected from the elements. Many analyzers have no analyzer shelter to protect them...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found