-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
error: clang frontend command failed with exit code 134 #96623
Comments
@llvm/issue-subscribers-clang-codegen Author: Miroslav Šulc (fordfrog)
it's on gentoo linux, compiling ungoogled-chromium. i hope all needed information is included. in case something more is needed, please let me know. i have this issue for quite a long time already.
|
Confirmed on trunk: https://godbolt.org/z/5scqd8KWo struct BasicPersistent {
BasicPersistent(const char * = __builtin_FUNCTION());
};
BasicPersistent& declval();
template <typename... _Args>
auto construct_at(_Args &&...) -> decltype(new BasicPersistent()) {}
struct CFXJSE_Engine {
void AddObjectToUpArray();
};
void CFXJSE_Engine::AddObjectToUpArray() {
construct_at();
} Clang 19.0 crash:
|
@llvm/issue-subscribers-c-11 Author: Miroslav Šulc (fordfrog)
it's on gentoo linux, compiling ungoogled-chromium. i hope all needed information is included. in case something more is needed, please let me know. i have this issue for quite a long time already.
|
I got two more crashes out of this reproducer. I'll reduce them as well, and file separate issues for them. |
I am facing the same issue. Is there any way to fix this? |
It looks like this was a clang-18 regression: https://godbolt.org/z/vfo1rExah |
But the error message in OP shows llvm / clang 19 and i am also using version 19. |
Yes but the crash started happening in clang-18. |
i also face the same issue when compiling llvm (currently version 20.0.0_pre20240830) with both llvm 20.0.0_pre20240822 and 19.1.0_rc3. llvm 18.1.8 does not crash though. |
@fordfrog For some reason Gentoo has enabled |
oh thanks, disabling |
it's on gentoo linux, compiling ungoogled-chromium. i hope all needed information is included. in case something more is needed, please let me know. i have this issue for quite a long time already.
files.zip
The text was updated successfully, but these errors were encountered: