[Webkit-unassigned] [Bug 211989] [GTK] WebKit web engine crashed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 14:50:58 PDT 2020


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=209900

--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
For the critical in “webkit_web_context_register_uri_scheme()“ see
bug #209900 — applications should not try to register custom URI
scheme handlers for a few schemes that are handled internally by
WebKit. Nowadays we return early from that function instead of
attempting to register the handler and then crash with a seemingly
unrelated assertion deeper inside WebKit.

Nevertheless, quick question: unless “G_DEBUG=fatal-warnings“ is
set in the environment, that should not be the reason of the crash.
Is there any chance you could run the process under GDB to get a
backtrace? Alternatively, if your system has “coredumpctl” you may
be able to get the backtrace from it. That would help us figuew out
what the issue is here, otherwise I am afraid we won't be able to
do much.

Thanks for your time!

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


More information about the webkit-unassigned mailing list