-
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
Intellisence crashes with SIGSEGV when parsing file #1461
Comments
This bug appears to have been fixed in the Dec 2017 release of VS 2017 (15.5) -- assuming the fix applies to clang-x64 mode too-- but our compiler is 7 months behind, so after we get sync'd up for February we expect this to be fixed. We can post a preview vsix once we have one available to see if it fixes the issue for you. |
We believe this is fixed with the preview .vsix at https://github.com/Microsoft/vscode-cpptools/releases/tag/v0.15.0-insiders (our final release is planned for next week), but we never had a repro so we're not 100% sure so let us know if it's not fixed yet (and ideally some repro). |
@ytimenkov We believe the |
Actually, looks like this bug still exists, but the hit count doesn't appear high enough to push for the team to fix it (given other crashes/bugs on their plate), but we'll continue to monitor the hit rate. If you can provide a snippet of code that repros the crash, that might help with a fix. |
I haven't observed this crash recently (don't even remember which boost header I opened). |
Closing this issue due to long inactivity. |
Language server consistently crashes when I open a file with boost and some C++11/14 features.
Here what GDB shows:
The text was updated successfully, but these errors were encountered: