[Webkit-unassigned] [Bug 195656] New: Add a thread safety assertion for RefCounted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 17:39:25 PDT 2019


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

            Bug ID: 195656
           Summary: Add a thread safety assertion for RefCounted
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

I think we should add some thread safety check for RefCounted.
Namely, we should avoid creating an object and ref / deref it in two different threads.
Such objects should be using ThreadSafeRefCounted instead.

-- 
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/20190313/bcea9d64/attachment.html>


More information about the webkit-unassigned mailing list