[Webkit-unassigned] [Bug 245564] New: Thread safety analysis does not support run-time lock assertions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 00:37:17 PDT 2022


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

            Bug ID: 245564
           Summary: Thread safety analysis does not support run-time lock
                    assertions
           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

Thread safety analysis does not support run-time lock assertions

Consider a rule like:
 - variable is read and written without lock from main thread until work queue is started
 - after work queue is started, the main thread writes are protected by a lock
 - work queue reads are protected by a lock

Currently we only explain this with comments, if even that.

-- 
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/20220923/224ce707/attachment.htm>


More information about the webkit-unassigned mailing list