[Webkit-unassigned] [Bug 255678] [GStreamer] GstGLContext use-after-free

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 20 05:18:18 PDT 2023


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

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

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

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
hmm, does this mean that the display is destroyed before the at exit handlers? that's not expected to happen. I also think we should not initialize egl in the wl display unless explicitly requested (which shouldn't happen 99% of the times, because the shared display for compositing is either WPE or headless). Another thing we can do is to try to reuse the GTK EGL display instead of always creating a new one, and in that case we don't own the display so we don't need to terminate it either.

-- 
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/20230420/c0229357/attachment-0001.htm>


More information about the webkit-unassigned mailing list