[Webkit-unassigned] [Bug 108285] [Chromium] fast/workers/storage tests are crashing after r141166

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 09:34:43 PST 2013


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


Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |mark.lam at apple.com
                   |kit.org                     |
                 CC|                            |alancutter at chromium.org,
                   |                            |beidson at apple.com,
                   |                            |ggaren at apple.com,
                   |                            |mark.lam at apple.com,
                   |                            |sam at webkit.org




--- Comment #1 from Mark Lam <mark.lam at apple.com>  2013-01-30 09:36:43 PST ---
WebCore::DatabaseManager::interruptAllDatabasesForContext() is the only API that can access another thread's DatabaseContext.  Since DatabaseContext is ref counted and can be ref'ed by another thread (in the interrupt case), it should extend ThreadSafeRefCounted instead of the RefCounted.

Investigating the fix right now.

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