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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 5 07:51:44 PST 2015


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

--- Comment #5 from Martin Robinson <mrobinson at webkit.org> ---
Comment on attachment 247950
  --> https://bugs.webkit.org/attachment.cgi?id=247950
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=247950&action=review

> Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp:-130
> -    // The creation of the TextureMapper needs an active OpenGL context.
> -    if (!makeContextCurrent())
> -        return;

I think failing to call makeContextCurrent here is definitely a problem. If the OpenGL context has changed the commands will be issued to the incorrect context.

-- 
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/20150305/21344227/attachment-0002.html>


More information about the webkit-unassigned mailing list