Bug 212663 - Assert network process is not suspended when trying to merge new ITP data
Summary: Assert network process is not suspended when trying to merge new ITP data
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kate Cheney
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-02 14:38 PDT by Kate Cheney
Modified: 2020-06-02 15:13 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.87 KB, patch)
2020-06-02 14:45 PDT, Kate Cheney
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kate Cheney 2020-06-02 14:38:53 PDT
Add an assert to check for attempts to merge new ITP statistics when the network process is suspended. If this assert is hit, it indicates the ITP database thread is not being properly stopped during a call to WebResourceLoadStatisticsStore::suspend().
Comment 1 Radar WebKit Bug Importer 2020-06-02 14:39:20 PDT
<rdar://problem/63892899>
Comment 2 Kate Cheney 2020-06-02 14:45:35 PDT
Created attachment 400857 [details]
Patch
Comment 3 EWS 2020-06-02 15:13:12 PDT
Committed r262455: <https://trac.webkit.org/changeset/262455>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 400857 [details].