[Webkit-unassigned] [Bug 201507] [GTK] Crash in Nicosia::GC3DLayer::makeContextCurrent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 02:43:17 PDT 2019


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com,
                   |                            |magomez at igalia.com,
                   |                            |zan at falconsigh.net

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This seems to be crashing because m_glContext is nullptr in GC3DLayer::makeContextCurrent(), which is called right after Nicosia::GC3DLayer is created, so the only way that can happen is because GLContext::createOffscreenContext() failed in the constructor. So, we need to know why creating an offscreen context fails in your system. The info of about:gpu in your system would help here.

-- 
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/20191008/1aeca128/attachment.html>


More information about the webkit-unassigned mailing list