-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[Clang] occasional crash compiling a file SIGSEGV stack overflow #117972
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
Comments
@llvm/issue-subscribers-clang-frontend Author: Morten larsen (molar) I am experiencing a crash in clang 19.1.4 when compiling files that clang 18.1.8 compiled without problems.
and ends with the last 50 frames being
If i print the variables in frame 18 i get the following
It looks like the template argument values are way off. Given the nature of the crash it is hard to come up with a I have tried on multiple x86_64 machines, and with both the clang from the apt repository and a locally compiled version of (19.1.4) |
Could you please provide reproducer? |
Duplicate of #110231 |
I am experiencing a crash in clang 19.1.4 when compiling files that clang 18.1.8 compiled without problems.
The crash happens in one out of maybe 200 attempts at compiling the same file. I managed to capture a core-dump
of the crash and it shows the following
and ends with the last 50 frames being
If i print the variables in frame 18 i get the following
It looks like the template argument values are way off. Given the nature of the crash it is hard to come up with a
minimal reproducer, as most attempts at compiling the file succeeds.
I have tried on multiple x86_64 machines, and with both the clang from the apt repository and a locally compiled version of (19.1.4)
and they both crash at some point compiling the same file.
The text was updated successfully, but these errors were encountered: