Server keeps crashing in NeoVim with CoC
See original GitHub issueI’m trying to get this running with NeoVim and CoC. But the server keeps crashing.
Current Behavior
This is what I see with :CocOpenLog
2019-11-22T15:34:47.627 INFO (pid:9062) [services] - registered service "languageserver.elmLS"
2019-11-22T15:34:47.632 INFO (pid:9062) [plugin] - coc 0.0.74-3a7f1335ae initialized with node: v10.17.0
2019-11-22T15:34:51.392 INFO (pid:9062) [services] - elmLS state change: stopped => starting
2019-11-22T15:34:51.415 INFO (pid:9062) [language-client-index] - languageserver.elmLS started with 9215
2019-11-22T15:34:51.789 INFO (pid:9062) [services] - elmLS state change: starting => running
2019-11-22T15:34:51.794 INFO (pid:9062) [services] - service languageserver.elmLS started
2019-11-22T15:34:51.985 INFO (pid:9062) [services] - elmLS state change: running => stopped
2019-11-22T15:34:51.985 INFO (pid:9062) [services] - elmLS state change: stopped => starting
...
2019-11-22T15:34:54.718 ERROR (pid:9062) [language-client-client] - The languageserver.elmLS server crashed 5 times in the last 3 minutes. The server will not be restarted.
Steps to Reproduce (for bugs)
- Install the language server via npm
- Install NeoVim
- Follow the instructions for adding CoC and the Coc configuration from https://github.com/elm-tooling/elm-vim
Your Environment
- Version used:
~ $ elm-language-server -v
1.4.4
- Environment name and version (e.g. node.js 5.4):
~ $ node --version
v10.17.0
~ $ elm --version
0.19.1
- Editor used:
~ $ nvim --version
NVIM v0.3.8
- Operating System and version:
~ $ uname -a
Linux pop-os 5.3.0-22-generic #24+system76~1573659475~19.10~26b2022-Ubuntu SMP Wed Nov 13 20:0 x86_64 x86_64 x86_64 GNU/Linux
Anyway I can get more information about what is going on in the node package? Thanks
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Error: The "java" server crashed 5 times in the last 3 ... - GitHub
I have coc.nvim installed and to install this extension, I just opened the vim and ran below command: :CocInstall coc-java the output is:...
Read more >Neovim CoC crashes - Reddit
Neovim CoC crashes. Not sure if this has been happening to anyone, but I'm adding settings to coc-settings.json and sometimes, whenever I choose...
Read more >neoclide/coc.nvim - Gitter
I use coc-clangd for my C++ programming, but when i opened a file, I would get this message [coc.nvim] The "clangd" server crashed...
Read more >coc-java server gets crashed - Vi and Vim Stack Exchange
I'm trying to use vim and coc to work with java. ... [coc.nvim] The "java" server crashed 4 times in the last 3...
Read more >User Manual - rust-analyzer
At its core, rust-analyzer is a library for semantic analysis of Rust code as it changes over time. This manual focuses on a...
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 Free
Top 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
It is working fine in both. Well except that in elm-spa-example is substantially faster as is a small source. But that is another issue.
So it works fine for
elm-spa-example
, but not your internal app?