Bug 227069

Summary: [WTF] DataMutex: Assert on double locking on the same thread
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: Web Template FrameworkAssignee: Alicia Boya García <aboya>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, calvaris, cdumez, cmarcelo, dpino, ews-watchlist, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Alicia Boya García
Reported 2021-06-16 07:46:56 PDT
DataMutex used to use OwnerAwareLock to track what thread is holding the mutex and emit assertion errors if a thread is found attempting to lock a mutex held by that same thread. This turns deadlocks into runtime errors. OwnerAwareLock was removed when DataMutex got clang thread safety annotations. This patch reintroduces the same logic, while keeping thread-safety annotations. This fixes WTF_DataMutex.DoubleLockDeathTest, which tested this functionality and was previously regressed.
Attachments
Patch (4.95 KB, patch)
2021-06-16 07:48 PDT, Alicia Boya García
no flags
Alicia Boya García
Comment 1 2021-06-16 07:48:55 PDT
EWS
Comment 2 2021-06-16 08:41:22 PDT
Committed r278936 (238867@main): <https://commits.webkit.org/238867@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431545 [details].
Radar WebKit Bug Importer
Comment 3 2021-06-16 08:42:25 PDT
Fujii Hironori
Comment 4 2021-06-16 19:07:58 PDT
*** Bug 227021 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.