[Webkit-unassigned] [Bug 226714] New: [GStreamer] Remove spurious assert in WTF::DataMutex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 01:44:08 PDT 2021


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

            Bug ID: 226714
           Summary: [GStreamer] Remove spurious assert in WTF::DataMutex
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

Remove DATA_MUTEX_CHECK(!mutex().isHeld()); from the DataMutexLocker
        constructor, introduced in r278248.

        Trying to lock a currently held mutex is not an error condition that
        should crash the process, it will just wait for its turn to lock it.

-- 
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/20210607/c22989fc/attachment.htm>


More information about the webkit-unassigned mailing list