[Webkit-unassigned] [Bug 215460] New: [Cocoa] Avoid changing XPC target queue inside XPC event handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 12:50:07 PDT 2020


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

            Bug ID: 215460
           Summary: [Cocoa] Avoid changing XPC target queue inside XPC
                    event handler
           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: pvollan at apple.com

In WebProcess::handleXPCEndpointMessages we currently change the XPC target queue for the XPC bootstrap connection while under the XPC event handler. This sometimes causes simulated crashes on iOS and should be avoided. According to the documentation in https://developer.apple.com/documentation/xpc/1448786-xpc_connection_set_target_queue?language=objc, there does not seem to be anything saying this is a programming error, but the simulated crash claims it is.

-- 
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/20200813/71ed6ff9/attachment.htm>


More information about the webkit-unassigned mailing list