Analyzer stopping
See original GitHub issueNot 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:
- Created 3 years ago
- Comments:16 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@alok delete
~/.config/coc/extensions/coc-rust-analyzer-data/rust-analyzer
and try to download again. Looks like the binary is broken.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.