[Webkit-unassigned] [Bug 51112] New: IDBTransactionBackedImpl instances can be accidentally deleted during calls to abort/commit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 08:45:13 PST 2010


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

           Summary: IDBTransactionBackedImpl instances can be accidentally
                    deleted during calls to abort/commit.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreip at google.com
                CC: jorlow at chromium.org, hans at chromium.org


IDBTransactionBackedImpl instances can be accidentally deleted during calls to abort/commit. This happens because IDBTransactionBackedImpl invokes IDBTransactionCoordinator::didFinishTransaction(), which will release its reference to the IDBTransactionBackedImpl instance. If that was the last reference, the IDBTransactionBackedImpl instance is deleted and we crash.

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