[Webkit-unassigned] [Bug 157984] REGRESSION(r201188): ASSERTION FAILED: !m_queuedTaskCount in WebCore::IDBServer::UniqueIDBDatabase::~UniqueIDBDatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 05:16:41 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157984

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Something similar happened with the fix in r201997, in this case the assertion is isMainThread() also in the ~UniqueIDBDatabase() destructor. If we take a ref in the secondary thread because the call to performTask() can remove the last ref, it means that in such case, the object is going to be deleted in the secondary thread.

-- 
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/20160715/f22c348c/attachment.html>


More information about the webkit-unassigned mailing list