-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
[clang][C++ modules] crash of clang #117440
Labels
clang:modules
C++20 modules and Clang Header Modules
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Comments
github-actions
bot
added
the
clang
Clang issues not falling into any other category
label
Nov 23, 2024
EugeneZelenko
added
clang:modules
C++20 modules and Clang Header Modules
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
clang
Clang issues not falling into any other category
labels
Nov 23, 2024
@llvm/issue-subscribers-clang-modules Author: Arthur Laurent (Arthapz)
Hello, i noticed that clangd was constantly crashing with --experimental-modules-support on one of my project
after recompiled llvm in debug mode, my project doesn't compile anymore and clang crash when parsing a specific module (100% of the time, while in with clang in release mode, the crash only occurs sometimes), i don't know if clangd crashing is related to this issues (it was something wrong about AST deserialisation) but here the repro and the scanner
https://github.com/Arthapz/clang-crash-modules-117440
|
and the crash is related to this line https://github.com/Arthapz/clang-crash-modules-117440/blob/c93033c57d53f91c20c013250767fd068ce0be27/src/Pimpl.mpp#L17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:modules
C++20 modules and Clang Header Modules
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Hello, i noticed that clangd was constantly crashing with --experimental-modules-support on one of my project
after recompiled llvm in debug mode, my project doesn't compile anymore and clang crash when parsing a specific module (100% of the time, while in with clang in release mode, the crash only occurs sometimes), i don't know if clangd crashing is related to this issues (it was something wrong about AST deserialisation) but here the repro and the scanner
https://github.com/Arthapz/clang-crash-modules-117440
The text was updated successfully, but these errors were encountered: