[Webkit-unassigned] [Bug 215037] Crash in rx::RendererGL::getRendererDescription()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 15:50:28 PDT 2020


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

--- Comment #2 from Dean Jackson <dino at apple.com> ---
The return value of glGetString(GL_VENDOR) or GL_RENDERER is 0, and then we crash.

We could add guards around that, but the cause could be that ANGLE has been unable to create the context properly, in which case it would simply move the crash elsewhere.

-- 
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/20200731/ace55bae/attachment.htm>


More information about the webkit-unassigned mailing list