Bug 200483 - Add release assertions to help catch a bug in our WebProcessCache implementation
Summary: Add release assertions to help catch a bug in our WebProcessCache implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-06 16:01 PDT by Chris Dumez
Modified: 2019-08-06 17:34 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.08 KB, patch)
2019-08-06 16:02 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (2.11 KB, patch)
2019-08-06 16:04 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2019-08-06 16:01:18 PDT
Add release assertions to help catch a bug in our WebProcessCache implementation. We have evidence that we have processes with a page which starts a provisional load while the process is in the WebProcessCache. This should not be possible.
Comment 1 Chris Dumez 2019-08-06 16:02:27 PDT
Created attachment 375659 [details]
Patch
Comment 2 Chris Dumez 2019-08-06 16:03:59 PDT
<rdar://problem/53962494>
Comment 3 Chris Dumez 2019-08-06 16:04:46 PDT
Created attachment 375661 [details]
Patch
Comment 4 Geoffrey Garen 2019-08-06 16:55:34 PDT
Comment on attachment 375661 [details]
Patch

r=me
Comment 5 WebKit Commit Bot 2019-08-06 17:33:40 PDT
Comment on attachment 375661 [details]
Patch

Clearing flags on attachment: 375661

Committed r248333: <https://trac.webkit.org/changeset/248333>
Comment 6 WebKit Commit Bot 2019-08-06 17:33:42 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2019-08-06 17:34:21 PDT
<rdar://problem/54012179>