[Webkit-unassigned] [Bug 202552] New: ASSERTION FAILED: m_transactionOperationsInProgressQueue.first() == &operation in IDBTransaction::operationCompletedOnClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 3 17:46:05 PDT 2019


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

            Bug ID: 202552
           Summary: ASSERTION FAILED:
                    m_transactionOperationsInProgressQueue.first() ==
                    &operation in
                    IDBTransaction::operationCompletedOnClient
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sihui_liu at apple.com

If there is quota error for some request, we send back an error response immediately without dispatching a task to database thread and waiting for result from database thread. However, web process expects to receive results for request in the order of requests being sent.
One simple solution is to dispatch a task with the quota error to the background thread, to make sure requests are handled in order on the background thread.

-- 
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/20191004/fbc39a28/attachment.html>


More information about the webkit-unassigned mailing list