[Webkit-unassigned] [Bug 31206] New: Database can be the last to deref Document, resulting in ~Document on the Database thread.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 6 07:41:33 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31206
Summary: Database can be the last to deref Document, resulting
in ~Document on the Database thread.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kevinwatters at gmail.com
If a page's Database object is the last to reference a Document, ~Database will
result in ~Document running on the database thread. This hits an ASSERT on
debug builds in ~Document with ASSERT(!m_stylerecalcTimer.IsActive()).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list