[Webkit-unassigned] [Bug 236832] New: Thread safety analysis is not useful when code is mainly run with WorkQueues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 02:27:42 PST 2022


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

            Bug ID: 236832
           Summary: Thread safety analysis is not useful when code is
                    mainly run with WorkQueues
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com
            Blocks: 236767

Thread safety analysis is not useful when code is mainly run with WorkQueues

Currently we have assertion "this code runs in a specific thread".

WorkQueue runnables might run in arbitrary thread, but still serially in a specific "work queue".

On Cocoa, Dispatch will switch the threads.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=236767
[Bug 236767] Multiple concurrency violations in LibWebRTCCodecsProxy
-- 
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/20220218/314631d5/attachment-0001.htm>


More information about the webkit-unassigned mailing list