[Webkit-unassigned] [Bug 254427] New: transaction.commit inside onupgradeneeded deadlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 24 08:59:48 PDT 2023


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

            Bug ID: 254427
           Summary: transaction.commit inside onupgradeneeded deadlock
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Website Storage
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at nickkusters.com
                CC: sihui_liu at apple.com

If you commit the transaction inside the onupgradeneeded event, none of the events (onerror, onabort, oncomplete) will fire and starting a new transaction later on will fail because IndexedDB thinks there is still a version upgrade transaction active (error message: "A version change transaction is running.").

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230324/6d8f897a/attachment-0001.htm>


More information about the webkit-unassigned mailing list