[Webkit-unassigned] [Bug 245321] Ran clang-tidy on JSC, WTF and bmalloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 02:49:31 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=245321

--- Comment #11 from Nikolas Zimmermann <zimmermann at kde.org> ---
I've nailed this down to either the change to Gigacache.cpp or IsoDirectory.h.
Background: I reverted the whole patch, and only added Source/bmalloc changes - SIGILL fired. Then reverted file-by-file until only 3 files were left. Then reverted the changes to Gigacache.cpp / IsoDirectory.h and the SIGILL is gone.

clang10 choked also on debug builds on another file where s/= default;/= {}/ fixed the build -- from that I suspect clang10 has an issue with these contstructs, therefore most likely IsoDirectory.h is causing some misbehavior / compiler bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221006/3ea34009/attachment.htm>


More information about the webkit-unassigned mailing list