[Webkit-unassigned] [Bug 185164] New: webkitpy: SIGKILL right after SIGTERM causes orphaned processes with 'xcrun simctl spawn'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 08:39:43 PDT 2018


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

            Bug ID: 185164
           Summary: webkitpy: SIGKILL right after SIGTERM causes orphaned
                    processes with 'xcrun simctl spawn'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jbedard at apple.com
                CC: lforschler at apple.com

Previously, we asserted that SIGKILLing a process right after SIGTERMing it would have not effect because the process should have already processed the SIGTERM and closed if it were going to terminate graciously. Working with 'xcrun simctl spawn' and API tests which timeout, however, this observation is not correct. When 'xcrun simctl spawn' receives a SIGKILL right after a SIGTERM, it will not propagate the SIGTERM to it's child process, leaving an orphaned process.

-- 
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/20180501/2708b66f/attachment.html>


More information about the webkit-unassigned mailing list