[Webkit-unassigned] [Bug 272087] [GTK] Crash in WebKit::AcceleratedBackingStoreDMABuf::BufferDMABuf::didUpdateContents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 3 07:46:38 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=272087
Michael Catanzaro <mcatanzaro at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at redhat.com
--- Comment #1 from Michael Catanzaro <mcatanzaro at redhat.com> ---
OK, this looks like a GTK bug. The problem is gdk_dmabuf_texture_builder_build() returns nullptr without also returning a GError. Our code reasonably assumes that a GError is guaranteed if nullptr is returned. This is maybe not the most robust choice, but it's common practice.
--
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/20240403/655b9011/attachment-0001.htm>
More information about the webkit-unassigned
mailing list