[Webkit-unassigned] [Bug 225547] New: [iOS] [GPU] Silence warning about com.apple.audio.AudioComponentRegistrar in the WebContent process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 16:24:20 PDT 2021


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

            Bug ID: 225547
           Summary: [iOS] [GPU] Silence warning about
                    com.apple.audio.AudioComponentRegistrar in the
                    WebContent process
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

We block access to various media things (like 'com.apple.audio.AudioComponentRegistrar') when the GPU Process is being used. Some AudioToolbox code continues to try to connect even though we are not activating relevant parts of the audio subsystem. AudioToolbox doesn't care about this blocked connection when running in this mode, but they have not had a chance to modify the framework to avoid attempting to connect.

To avoid spurious logging and telemetry, silence the sandbox violation when the GPU Process is active.

-- 
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/20210507/dd6178a6/attachment.htm>


More information about the webkit-unassigned mailing list