[Webkit-unassigned] [Bug 158694] New: Modern IDB: IDBOpenDBRequest objects leak
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 13 09:37:50 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158694
Bug ID: 158694
Summary: Modern IDB: IDBOpenDBRequest objects leak
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: beidson at apple.com
Modern IDB: IDBOpenDBRequest objects leak
I traced through the various refs/derefs of a particular opendbrequest and noticed it was left hanging with a ref count of 1.
The ref that never gets cleared out is the m_openDBRequestMap of IDBConnectionProxy. The only time anything is ever cleared from that map is when a worker thread is torn down, but it never gets anything removed under main thread use.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160613/0e83885b/attachment.html>
More information about the webkit-unassigned
mailing list