-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
language server crash repeatedly probably because of the database file #12937
Comments
@Mipsters Are you opening the same workspace (with the same database) in multiple VS Code instances or is there a dangling cpptools process running (when VS Code has not loaded a workspace). |
@Mipsters Also, does it stop crashing after you run the C/C++: Reset IntelliSense Database command from the command palette? You should get a success notification if the reset was successful. |
Seldom, but it occurs also when there is only one instance
I don't think so, if you are talking about the
Not sure, I'll try to reproduce it and check, but it may be a while |
@Mipsters Also, 1.23.0 has some crash fixes and 1.23.1 (pending release today) has more crash fixes, but we don't know yet if it fixes this particular crash. |
@Mipsters Also, I've seen |
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
language server crashes
Steps to reproduce:
Expected behavior:
language server doesn't crash
the issue is averted if following these instructions and changing the value of
databaseFilename
: #2296 (comment)Configuration and Logs
Debug logs:
this lines repeats a lot, can't share more because of company policy
crash call stack:
partial content of
~/.vscode-server/data/Machine/settings.json
some values redacted
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: