Nathan Ridge
Nathan Ridge
There is previous discussion of this topic in #514 I'm going to close this as a duplicate
Duplicate of #514
This can actually be decoupled from #959. I adjusted the title of this issue to track a more general change where, when hovering over a typedef to a struct, the...
We have a previous report in #209 about this happening when clangd crashes, but this is the first one I've seen about it happening on normal shutdown. Can you reproduce...
Thanks. I can reproduce this with vscode as the editor too. An interesting observation: if I run the `clangd: restart language server` command in vscode, then the old PCH file...
With vscode, when the editor is shut down "normally", I'm seeing the clangd process receive a `SIGPIPE` before it gets a chance to do any meaningful cleanup (before the `ClangdLSPServer`...
> I'm seeing the clangd process receive a `SIGPIPE` before it gets a chance to do any meaningful cleanup (before the `ClangdLSPServer` destructor is even entered). The `SIGPIPE` is received...
There are two potential directions for further investigation here (not mutually exclusive): 1. Investigate why clients are closing their end of the stderr pipe prematurely. (This may be a separate...
> For now, 16.0.2 is the latest release that does not have the issue. This is making me wonder if the issue is actually https://github.com/llvm/llvm-project/issues/70930.
Thanks! Based on the stack trace (stack overflow in FormatDiagnostic), I think we can say with fairly high confidence that this is the same issue as https://github.com/llvm/llvm-project/issues/70930. Since there is...