[Webkit-unassigned] [Bug 226238] New: [webkitcorey] Gracefully handle CNTRL-C in TaskPool

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 13:05:26 PDT 2021


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

            Bug ID: 226238
           Summary: [webkitcorey] Gracefully handle CNTRL-C in TaskPool
           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

When a user CNTRL-C's a Python application, that signal is forwarded to all child processes. This works well, until it's time to tear down the queue between processes, when Python starts logging error messages about broken pipes. We want to suppress these error messages, but also allow the TaskPool to be re-used.

-- 
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/20210525/8f97182a/attachment.htm>


More information about the webkit-unassigned mailing list