-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lsp crashes when searching for symbols #53
Comments
Debug output:
As seen above, attempting to autocomplete s. also results in a crash. |
I think this is a duplicate of #29. |
I'm not completely sure, I've just pushed a fix (#6d40684) to at least not to crash if symbol was not found. |
Ok, I think I've found the issue with DString. DString is a |
Bug Description
The LSP server crashes when resolving the dyn symbol in the provided code snippet. The crash happens during symbol resolution, causing repeated server failures and eventual termination.
Code Example
Steps to Reproduce
c3c init
and open the Project with VSCodecode .
tonios2.c3-vscode
plugin enabled.Expected Behavior
The LSP server should successfully resolve the symbol dyn and provide relevant code completions or symbol information.
Debug Output
Desktop:
The text was updated successfully, but these errors were encountered: