dhananjaylatkar / cscope_lsp

LSP server using cscope
MIT License
2 stars 0 forks source link

Crash | server is crashing after "go to references" #4

Open xdavidel opened 3 months ago

xdavidel commented 3 months ago

I'm not sure yet what triggers this behavior, and the LspLog does not contain information from the server.

Is there a log file that we can investigate?

dhananjaylatkar commented 3 months ago

pls check /tmp/cscsope_lsp.log

xdavidel commented 3 months ago

I don't see anything useful... cscope_lsp.log

dhananjaylatkar commented 3 months ago

is this happening always? how do you know it crashes?

xdavidel commented 3 months ago

is this happening always? how do you know it crashes?

It happens after some usages... Don't know exactly why and how to reproduce, but working on a project for some time - generates a crash...

I know it does not appear anymore in LspInfo buffer - but the cscope_lsp process is apparently still running. Maybe it loses connection somehow?

dhananjaylatkar commented 3 months ago

you might want to check logs when it fails. from your logs it seems to to working fine.

dhananjaylatkar commented 3 months ago

Also, can you provide nvim config that you use for this lsp

xdavidel commented 2 months ago

Also, can you provide nvim config that you use for this lsp

My configuration can be found here. As for the logs - whenever the server is lost the logs look fine (the same as I attached bellow).