[Webkit-unassigned] [Bug 179304] [GTK] Many webpages can crash the browser in WebCore::CoordinatedGraphicsLayer::transformedVisibleRect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 23:55:31 PDT 2018


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

--- Comment #15 from Jan Burgmeier <jan.burgmeier at unicon-software.com> ---
Hi,

for me the problem was, that I build a i686 webkit2gtk in a chroot on a x86_64 system and I did not use "setarch i686" to run commands in the chroot. This was the reason for cmake to think it was building on x86_64 and set CMAKE_HOST_SYSTEM to x86_64.
The build worked fine and the resulted webkit2gtk worked but it crashed WebCore::CoordinatedGraphicsLayer::transformedVisibleRect when it was run without WEBKIT_DISABLE_COMPOSITING_MODE=1.
After building with "setarch i686" I had no problems.

-- 
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/20180329/cc085988/attachment.html>


More information about the webkit-unassigned mailing list