[Webkit-unassigned] [Bug 274255] New: [WPE][GTK] Enable fatal criticals in WebKit subprocesses
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 16 06:16:20 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=274255
Bug ID: 274255
Summary: [WPE][GTK] Enable fatal criticals in WebKit
subprocesses
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at redhat.com
CC: bugs-noreply at webkitgtk.org
Critical warnings should only be used to indicate programmer error. By default, they are "soft assertions" that allow program execution to continue even though we know the process is no longer operating correctly because a bug has occurred. This is a bad default. Let's crash instead, to make it easier to debug the problem, encourage bug reports, and downgrade any code execution issues into denial of service.
This will significantly increase crashes in our multimedia code. I think the rest of WebKit is more or less in good state, but there will certainly be more crashes here and there. I'm confident it will be worth it!
We cannot do this in the UI process because that decision should be left up to the application. Only do this for subprocesses.
--
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/20240516/6db3f34e/attachment-0001.htm>
More information about the webkit-unassigned
mailing list