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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 02:57:52 PDT 2019


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

--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The origin is 

PlatformDisplayLibWPE: could not create the EGL display: EGL_SUCCESS.

which happens when 

m_eglDisplay = eglGetDisplay(wpe_renderer_backend_egl_get_native_display(m_backend));

fails. In that case we don't initialize egl display, so it's initialized on demand when PlatformDisplay::eglDispaly is called, but eglGetDisplay(EGL_DEFAULT_DISPLAY) (fortunately, because we don't really want to use the default display in this case).

So, the thing is why eglGetDisplay(wpe_renderer_backend_egl_get_native_display(m_backend)) is failing.

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


More information about the webkit-unassigned mailing list