[Webkit-unassigned] [Bug 210153] Crash in StoreKitUIService: WebCore: gl::FramebufferManager::getFramebuffer const

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 2 01:01:13 PDT 2020


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

Myles C. Maxfield <mmaxfield at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmaxfield at apple.com

--- Comment #5 from Myles C. Maxfield <mmaxfield at apple.com> ---
This still occurs.

It looks like we're deleting the context on the web thread, but it's still current on the main thread. Then, when the main thread tries to make a new context current, it tries to unMakeCurrent() whatever is already current, which is a context that has been deleted.

-- 
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/20200502/6f04aad1/attachment.htm>


More information about the webkit-unassigned mailing list