[Webkit-unassigned] [Bug 193117] New: [WPE][GTK] WEBKIT_WEB_PROCESS_CRASHED should not trigger on Ctrl+C

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 11:50:40 PST 2019


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

            Bug ID: 193117
           Summary: [WPE][GTK] WEBKIT_WEB_PROCESS_CRASHED should not
                    trigger on Ctrl+C
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

$ epiphany
^C
** (epiphany:2): WARNING **: 13:46:18.727: Web process crashed

** (epiphany:2): WARNING **: 13:46:18.727: Web process crashed

** (epiphany:2): WARNING **: 13:46:18.727: Web process crashed

** (epiphany:2): WARNING **: 13:46:18.727: Web process crashed

** (epiphany:2): WARNING **: 13:46:18.727: Web process crashed

SIGINT causes one "web process crashed" warning to print per open tab. It's because web-process-terminated is emitted with WEBKIT_WEB_PROCESS_CRASHED whenever WebKit's IPC socket is closed (SIGHUP) without checking the exit status of the child process. We should really add a new WebKitWebProcessTerminationReason to account for stuff like this. SIGINT is not a crash, nor is SIGTERM or SIGKILL. Crashes are for SIGSEGV, SIGABRT, SIGILL, SIGBUS, etc.

-- 
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/20190103/9edd7d3f/attachment.html>


More information about the webkit-unassigned mailing list