[Webkit-unassigned] [Bug 142333] [GTK] WebCore::TransformationMatrix::multiply segfaults when loading last.fm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 4 09:51:08 PDT 2015


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

--- Comment #20 from Zan Dobersek <zan at falconsigh.net> ---
The reason behind the crash is that Matrix4 is not aligned to 16 bytes anymore, despite the (aligned (16)) attribute, which apparently GCC 5 doesn't respect anymore.

The alignment of 16 bytes is mandatory for data processed with SSE instructions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150404/ad7eba3c/attachment.html>


More information about the webkit-unassigned mailing list