-
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
IntelliSense process crash detected with nlohmann json on Macos M1 max #8653
Comments
Hi @liyinbo . Thanks for reporting this. I'm able to repro the crash. |
@Colengms Oh -- it's not the same issue -- that one is C++20/coroutines related. |
This is the stack I'm getting from this repro. It's rather long, so this may be: #7215
|
Yeah, seems like the same issue to me. |
@Colengms FYI, Linux Alpine x64 may have a similar issue. |
I've confirmed this is the same issue as #7215 . Closing this one as a duplicate. I'm working on a fix. |
Bug type: Language Service
Describe the bug
OS and Version: macOS 12.1
VS Code Version:Version: 1.63.2 (Universal)
Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3
Date: 2021-12-15T09:37:28.172Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin arm64 21.2.0
C/C++ Extension Version: v1.7.1
Other extensions you installed (and if the issue persists after disabling them):CMake Tools v1.9.2
IntelliSense crash while add the line #include "nlohmann/json.hpp",and autocomplete not working.
Steps to reproduce
Expected behavior
Autocomplete working.
Code sample and logs
CMakeLists.txt:
main.cpp:
c_cpp_properties.json
C/C++: Log Diagnostics
from the VS Code command paletteC/C++: Log Diagnostics
C/C++: Log Diagnostics
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: