Bug 185653

Summary: Fix crash after a Worker terminates but there are still IDB transactions the server is trying to open for it
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, alecflett, cdumez, commit-queue, ews-watchlist, greg_wardwell, jsbell
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Brady Eidson 2018-05-15 11:08:15 PDT
Fix crash after a Worker terminates but there are still IDB transactions the server is trying to open for it

<rdar://problem/33744241>
Comment 1 Brady Eidson 2018-05-15 11:11:31 PDT
Created attachment 340421 [details]
Patch
Comment 2 Andy Estes 2018-05-15 11:26:14 PDT
Comment on attachment 340421 [details]
Patch

missing an expected result. r=me otherwise.
Comment 3 Brady Eidson 2018-05-15 11:29:18 PDT
Created attachment 340422 [details]
Patch
Comment 4 WebKit Commit Bot 2018-05-15 12:07:18 PDT
Comment on attachment 340422 [details]
Patch

Clearing flags on attachment: 340422

Committed r231812: <https://trac.webkit.org/changeset/231812>
Comment 5 WebKit Commit Bot 2018-05-15 12:07:20 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Alexey Proskuryakov 2018-08-21 15:33:03 PDT
*** Bug 188796 has been marked as a duplicate of this bug. ***