[Webkit-unassigned] [Bug 226086] New: [Cocoa] GPU Process should recognize that pathForProcessContainer() might fail and handle it gracefully

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 09:22:34 PDT 2021


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

            Bug ID: 226086
           Summary: [Cocoa] GPU Process should recognize that
                    pathForProcessContainer() might fail and handle it
                    gracefully
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: kkinnunen at apple.com

The various implementations of WebProcessPool::networkingCachesDirectory(), WebProcessPool::webContentCachesDirectory(), etc., recognize that a process might not be containerized (e.g., system daemons that use WebKit) and so have a clean fallback path for that case.

The GPU Process does not, and so can fail to get a clean cache directory resulting in file access errors and other problems.

We should use the same logic we do in WebContent.

-- 
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/20210521/e45d907e/attachment.htm>


More information about the webkit-unassigned mailing list