Bug 211421 - [iOS] Make sure TestController::statisticsResetToConsistentState() does not hang due to process suspension
Summary: [iOS] Make sure TestController::statisticsResetToConsistentState() does not h...
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: 2020-05-04 19:08 PDT by Chris Dumez
Modified: 2020-05-06 14:52 PDT (History)
6 users (show)

See Also:


Attachments
Patch (9.70 KB, patch)
2020-05-04 19:18 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 2020-05-04 19:08:24 PDT
Make sure TestController::statisticsResetToConsistentState() does not hang due to process suspension on iOS.
Comment 1 Chris Dumez 2020-05-04 19:18:28 PDT
Created attachment 398453 [details]
Patch
Comment 2 Maciej Stachowiak 2020-05-04 19:28:00 PDT
Comment on attachment 398453 [details]
Patch

r=me
Comment 3 EWS 2020-05-04 20:19:27 PDT
Committed r261140: <https://trac.webkit.org/changeset/261140>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398453 [details].
Comment 4 Radar WebKit Bug Importer 2020-05-04 20:20:18 PDT
<rdar://problem/62873052>
Comment 5 Chris Dumez 2020-05-06 14:52:04 PDT
Working on a more generic fix at:
https://bugs.webkit.org/show_bug.cgi?id=209928