WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
227069
[WTF] DataMutex: Assert on double locking on the same thread
https://bugs.webkit.org/show_bug.cgi?id=227069
Summary
[WTF] DataMutex: Assert on double locking on the same thread
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alicia Boya García
Comment 1
2021-06-16 07:48:55 PDT
Created
attachment 431545
[details]
Patch
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
<
rdar://problem/79399360
>
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.
Top of Page
Format For Printing
XML
Clone This Bug