WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
215120
RegistrationDatabase::openSQLiteDatabase can spin
https://bugs.webkit.org/show_bug.cgi?id=215120
Summary
RegistrationDatabase::openSQLiteDatabase can spin
youenn fablet
Reported
2020-08-04 02:05:55 PDT
RegistrationDatabase::openSQLiteDatabase can spin
Attachments
Patch
(12.16 KB, patch)
2020-08-04 02:40 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(12.20 KB, patch)
2020-08-04 04:51 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch for landing
(11.49 KB, patch)
2020-08-05 01:46 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2020-08-04 02:08:19 PDT
<
rdar://problem/64850347
>
youenn fablet
Comment 2
2020-08-04 02:08:58 PDT
Probably a regression from
https://bugs.webkit.org/show_bug.cgi?id=201002
youenn fablet
Comment 3
2020-08-04 02:40:31 PDT
Created
attachment 405910
[details]
Patch
youenn fablet
Comment 4
2020-08-04 04:51:41 PDT
Created
attachment 405914
[details]
Patch
youenn fablet
Comment 5
2020-08-04 08:52:37 PDT
win failure unrelated
youenn fablet
Comment 6
2020-08-04 08:55:23 PDT
Comment on
attachment 405914
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=405914&action=review
> Source/WebCore/workers/service/server/RegistrationDatabase.cpp:332 > + postTaskToWorkQueue([this, pushCounter = ++m_pushCounter, completionHandler = WTFMove(completionHandler)]() mutable {
I guess I could push the counter increment to postTaskToWorkQueue
Geoffrey Garen
Comment 7
2020-08-04 08:59:30 PDT
Comment on
attachment 405914
[details]
Patch r=me
Alex Christensen
Comment 8
2020-08-04 23:00:03 PDT
Comment on
attachment 405914
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=405914&action=review
>> Source/WebCore/workers/service/server/RegistrationDatabase.cpp:332 >> + postTaskToWorkQueue([this, pushCounter = ++m_pushCounter, completionHandler = WTFMove(completionHandler)]() mutable { > > I guess I could push the counter increment to postTaskToWorkQueue
Yeah, as it stands now this is an unused capture.
youenn fablet
Comment 9
2020-08-05 01:46:20 PDT
Created
attachment 405991
[details]
Patch for landing
EWS
Comment 10
2020-08-05 04:03:13 PDT
Committed
r265283
: <
https://trac.webkit.org/changeset/265283
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 405991
[details]
.
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