[Webkit-unassigned] [Bug 39183] REGRESSION(sometime before r59554): fast/workers/storage/execute-sql-args-worker.html crashes occasionally on Gtk Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 12:32:44 PDT 2010


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





--- Comment #3 from Dmitry Titov <dimich at chromium.org>  2010-05-17 12:32:42 PST ---
One theory could be that there are indeed non-released protected objects when the worker thread is terminating and JSC does the final GC.

Database layer uses quite a lot of ProtectedPtrs to keep the callbacks for async SQLTransactions alive until they need to be fired. The first look at code says we release them all before the WorkerThread terminates, but there might be more to the picture.

-- 
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