[Webkit-unassigned] [Bug 164395] Web process crashed when receiving sighup signal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 20:52:44 PDT 2016


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
I guess there are two likely possibilities here:

 * urxvt is probably the controlling process of the session that WebKit is running in, so when it dies the kernel is going to send SIGHUP to all processes in the foreground process group of its controlling terminal.

 * Alternatively, maybe more likely urxvt's death could have caused the process group of the WebKitWebProcess to become orphaned; that will trigger a SIGHUP.

Either way, it wouldn't be a WebKit bug. I'm going to close this because I really doubt there is a WebKit bug here. For a better understanding of terminal job control, you might want to investigate chapter 34 of "The Linux Programming Interface".

The only part I don't understand is why the UI process does not die too!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161104/0fb8d3dc/attachment.html>


More information about the webkit-unassigned mailing list