WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
202552
ASSERTION FAILED: m_transactionOperationsInProgressQueue.first() == &operation in IDBTransaction::operationCompletedOnClient
https://bugs.webkit.org/show_bug.cgi?id=202552
Summary
ASSERTION FAILED: m_transactionOperationsInProgressQueue.first() == &operatio...
Sihui Liu
Reported
2019-10-03 17:46:05 PDT
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.
Attachments
Patch
(34.04 KB, patch)
2019-10-03 17:55 PDT
,
Sihui Liu
no flags
Details
Formatted Diff
Diff
Patch
(35.41 KB, patch)
2019-10-03 23:26 PDT
,
Sihui Liu
no flags
Details
Formatted Diff
Diff
Patch
(35.89 KB, patch)
2019-10-04 10:43 PDT
,
Sihui Liu
no flags
Details
Formatted Diff
Diff
Patch for landing
(35.95 KB, patch)
2019-10-07 14:58 PDT
,
Sihui Liu
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Sihui Liu
Comment 1
2019-10-03 17:55:34 PDT
Created
attachment 380172
[details]
Patch
Alex Christensen
Comment 2
2019-10-03 20:09:41 PDT
Code change looks good. Test needs some polish.
Sihui Liu
Comment 3
2019-10-03 23:26:06 PDT
Created
attachment 380189
[details]
Patch
Sihui Liu
Comment 4
2019-10-04 10:43:11 PDT
Created
attachment 380226
[details]
Patch
Sihui Liu
Comment 5
2019-10-07 14:58:32 PDT
Created
attachment 380365
[details]
Patch for landing
WebKit Commit Bot
Comment 6
2019-10-07 15:36:54 PDT
Comment on
attachment 380365
[details]
Patch for landing Clearing flags on attachment: 380365 Committed
r250800
: <
https://trac.webkit.org/changeset/250800
>
WebKit Commit Bot
Comment 7
2019-10-07 15:36:56 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8
2019-10-07 15:37:16 PDT
<
rdar://problem/56053633
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug