[Webkit-unassigned] [Bug 165522] [GTK] WebkitWebProcess crashes on exit on nvidia if threaded compositing is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 02:59:38 PST 2017


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

Miguel Gomez <magomez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magomez at igalia.com

--- Comment #2 from Miguel Gomez <magomez at igalia.com> ---
My first impression here is that we are calling glBindFramebuffer without checking that the context we are about to destroy is the current one. I haven't debugged the execution, and whether someone might be setting it as current before the destruction (in which case this comment makes no sense), but if no one is taking care of that, we could be calling glBindFramebuffer on a context that has already been destroyed.

-- 
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/20170223/bba11e00/attachment.html>


More information about the webkit-unassigned mailing list