[Webkit-unassigned] [Bug 224309] [WPE] Segfault on atexit handler when loading webkit://gpu
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 8 15:33:08 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224309
--- Comment #6 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Adrian Perez from comment #4)
> Okay, an observation: The backtrace above is from the UIProcess, which
> I am quite sure it is NOT expected to instantiate PlatformDisplayLibWPE.
Hm, I think that's only true for GTK port, where the PlatformDisplayLibWPE is created in WebProcess::platformInitializeWebProcess, and PlatformDisplay::createPlatformDisplay should never create a PlatformDisplayLibWPE.
But this is a WPE port bug. For WPE port, PlatformDisplay::createPlatformDisplay is always going to create a PlatformDisplayLibWPE, and PlatformDisplay::sharedDisplay is routinely used in the UI process.
--
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/20210408/d4eba686/attachment.htm>
More information about the webkit-unassigned
mailing list