[Webkit-unassigned] [Bug 147672] New: DatabaseTracker::closeAllDatabases calls Database::close from the wrong thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 18:10:25 PDT 2015


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

            Bug ID: 147672
           Summary: DatabaseTracker::closeAllDatabases calls
                    Database::close from the wrong thread
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andersca at apple.com

DatabaseTracker::closeAllDatabases() iterates through all open databases and calls Database::close(), but that function can only be called from the database 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/20150805/acfc640a/attachment.html>


More information about the webkit-unassigned mailing list