-
Notifications
You must be signed in to change notification settings - Fork 12k
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
[ladybird] clang 18.1.4 ICE #89157
Comments
Stack trace from assertions build of Clang 18:
|
@llvm/issue-subscribers-clang-frontend Author: Anton Samokhvalov (pg83)
I use a custom build of clang, with musl, statically linked, and have couple segfaults on big codebase (ladybird sources):
can't attach files to reproduce (*.cpp + *.sh), so put them into my own repo - https://github.com/pg83/store/blob/main/report.tar.gz |
@llvm/issue-subscribers-c-1 Author: Anton Samokhvalov (pg83)
I use a custom build of clang, with musl, statically linked, and have couple segfaults on big codebase (ladybird sources):
can't attach files to reproduce (*.cpp + *.sh), so put them into my own repo - https://github.com/pg83/store/blob/main/report.tar.gz |
Hmm no it was backported with d8352e9 . Just a similar issue then? |
Here's the stack trace from trunk (472b612)
In the meantime, @pg83 are you aware that the commit you're building from is over a year old? The code that crashes clang here isn't in Ladybird anymore. https://github.com/SerenityOS/serenity/blob/45e85d20b64862df119f643f24e2d500c76c58f3/Userland/Libraries/LibJS/Runtime/ECMAScriptFunctionObject.cpp#L824 I updated nixpkgs last month: NixOS/nixpkgs@b467733 |
.... which means that this is a duplicate of #67260 |
@ADKaster thank you for your analysis. I'm closing this as duplicate then. |
Yes, I am aware of this, thanks for noting this! |
I use a custom build of clang, with musl, statically linked, and have couple segfaults on big codebase (ladybird sources):
can't attach files to reproduce (*.cpp + *.sh), so put them into my own repo - https://github.com/pg83/store/blob/main/report.tar.gz
The text was updated successfully, but these errors were encountered: