[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:20:53 PDT 2021


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

--- Comment #4 from Adrian Perez <aperez at igalia.com> ---
Okay, an observation: The backtrace above is from the UIProcess, which
I am quite sure it is NOT expected to instantiate PlatformDisplayLibWPE.
This may explain why wpe_renderer_backend_egl_create() is never called
in the UIProcess (which is good) but somehow the display object is created
and when the atexit handlers run of course they try to destroy an instance
that is not all valid.

Running “cog -P fdo http://wpewebkit.org” indeed does not instantiate
a display object in the UIProcess.

-- 
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/a1522898/attachment.htm>


More information about the webkit-unassigned mailing list