cquery-project / emacs-cquery

Emacs client for cquery, a low-latency language server supporting multi-million line C++ code-bases
116 stars 14 forks source link

cquery--read-range: End of buffer #48

Closed andyleejordan closed 4 years ago

andyleejordan commented 6 years ago

I am getting the error error in process filter: cquery--read-range: End of buffer occasionally. Any ideas? I'll add more info as I gather it.

dscole commented 5 years ago

I'm getting the same error as well, and I think it's causing emacs to hang for a little bit each time.

dscole commented 5 years ago

This error seems to be related to the semantic highlighting. Whenever I get this error, the buffer I'm in will not have semantic highlighting. It's very hard for me to reliable reproduce this error. A lot of times the error is just: error in process filter: End of buffer. This usually happens on larger files, but it can happen on files as small as 70 LOC. I tried to narrow it down to find some problematic lines, but this seems to happen inconsistently. Any help would be very much appreciated. Currently only a small percentage of the files in the project I'm working get the semantic highlighting because of this issue.

andyleejordan commented 4 years ago

There's been no movement on this issue for two years, and since I opened it, I'm going to close it 😉