Bug 199278 - Regression(r246526): StorageManager thread hangs
Summary: Regression(r246526): StorageManager thread hangs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-27 10:55 PDT by Sihui Liu
Modified: 2019-06-27 13:46 PDT (History)
4 users (show)

See Also:


Attachments
Patch (11.86 KB, patch)
2019-06-27 11:16 PDT, Sihui Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sihui Liu 2019-06-27 10:55:45 PDT
getOrCreateLocalStorageNamespace acquires lock m_localStorageNamespacesMutex when m_localStorageNamespacesMutex is already acquired.
Comment 1 Sihui Liu 2019-06-27 10:56:13 PDT
<rdar://problem/52202948>
Comment 2 Sihui Liu 2019-06-27 11:16:37 PDT
Created attachment 373039 [details]
Patch
Comment 3 Geoffrey Garen 2019-06-27 11:36:18 PDT
Comment on attachment 373039 [details]
Patch

r=me

Can we add a test for this?
Comment 4 WebKit Commit Bot 2019-06-27 13:46:29 PDT
Comment on attachment 373039 [details]
Patch

Clearing flags on attachment: 373039

Committed r246901: <https://trac.webkit.org/changeset/246901>
Comment 5 WebKit Commit Bot 2019-06-27 13:46:30 PDT
All reviewed patches have been landed.  Closing bug.