Bug 192348

Summary: Regression(r238817) PSON Page Cache API tests are failing
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, commit-queue, ddkilzer, ews-watchlist, ggaren, koivisto, rniwa, ryanhaddad, tsavell, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 192318    
Attachments:
Description Flags
Patch
none
Patch
none
Archive of layout-test-results from ews102 for mac-sierra none

Chris Dumez
Reported 2018-12-03 20:15:51 PST
PSON Page Cache API tests are failing since r238817.
Attachments
Patch (10.18 KB, patch)
2018-12-03 21:04 PST, Chris Dumez
no flags
Patch (10.20 KB, patch)
2018-12-04 10:46 PST, Chris Dumez
no flags
Archive of layout-test-results from ews102 for mac-sierra (2.58 MB, application/zip)
2018-12-04 11:27 PST, EWS Watchlist
no flags
Chris Dumez
Comment 1 2018-12-03 20:18:21 PST
I know what's going on. I'll upload a fix shortly.
Chris Dumez
Comment 2 2018-12-03 21:04:18 PST
Ryosuke Niwa
Comment 3 2018-12-03 21:51:20 PST
Comment on attachment 356455 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356455&action=review > Source/WebKit/ChangeLog:16 > + To address the issue, when a WebProcess is about to get suspended, we check if > + the process has any suspended WebPage (WebPage used for PSON PageCache support) > + and we bypass the PageCache clearing if it does. But don't we need to clear the page cache when a process which has a suspended WebPage goes to background??
Chris Dumez
Comment 4 2018-12-03 22:15:47 PST
(In reply to Ryosuke Niwa from comment #3) > Comment on attachment 356455 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=356455&action=review > > > Source/WebKit/ChangeLog:16 > > + To address the issue, when a WebProcess is about to get suspended, we check if > > + the process has any suspended WebPage (WebPage used for PSON PageCache support) > > + and we bypass the PageCache clearing if it does. > > But don't we need to clear the page cache when a process which has a > suspended WebPage goes to background?? Suspended page cache is currently handled at ui process level. We have at most 2 such processes and they respond to memory pressure. I am not convinced we need any extra handling at this point.
Ryosuke Niwa
Comment 5 2018-12-03 22:19:58 PST
But if the user had 100 tabs, wouldn't this keep 100 extra processes alive under memory pressure?
Ryosuke Niwa
Comment 6 2018-12-03 22:21:23 PST
(In reply to Ryosuke Niwa from comment #5) > But if the user had 100 tabs, wouldn't this keep 100 extra processes alive > under memory pressure? I meant to say don't we forget to clear the page cache in 100 extra processes*
Chris Dumez
Comment 7 2018-12-04 06:48:46 PST
(In reply to Ryosuke Niwa from comment #6) > (In reply to Ryosuke Niwa from comment #5) > > But if the user had 100 tabs, wouldn't this keep 100 extra processes alive > > under memory pressure? > > I meant to say don't we forget to clear the page cache in 100 extra > processes* My patch only bypasses page cache clearing in the 2 suspended page processes.
Alex Christensen
Comment 8 2018-12-04 09:53:56 PST
Comment on attachment 356455 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356455&action=review > Source/WebCore/page/MemoryRelease.h:32 > +enum class MaintainPageCache { No, Yes }; : bool > Source/WebKit/WebProcess/WebProcess.cpp:284 > + auto maintainPageCache = m_isSuspending && hasPageRequiringPageCacheWhileSuspended() ? WebCore::MaintainPageCache::Yes : WebCore::MaintainPageCache::No; Will m_isSuspending really be true during web process initialization?
Radar WebKit Bug Importer
Comment 9 2018-12-04 10:16:20 PST
Chris Dumez
Comment 10 2018-12-04 10:44:04 PST
Comment on attachment 356455 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356455&action=review >> Source/WebKit/WebProcess/WebProcess.cpp:284 >> + auto maintainPageCache = m_isSuspending && hasPageRequiringPageCacheWhileSuspended() ? WebCore::MaintainPageCache::Yes : WebCore::MaintainPageCache::No; > > Will m_isSuspending really be true during web process initialization? No.
Chris Dumez
Comment 11 2018-12-04 10:46:28 PST
EWS Watchlist
Comment 12 2018-12-04 11:26:59 PST
Comment on attachment 356516 [details] Patch Attachment 356516 [details] did not pass mac-ews (mac): Output: https://webkit-queues.webkit.org/results/10266737 New failing tests: inspector/console/console-log-proxy.html imported/w3c/web-platform-tests/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ks_c_5601-1987.html sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T2.html sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.3_encodeURI/S15.1.3.3_A2.3_T1.html
EWS Watchlist
Comment 13 2018-12-04 11:27:01 PST
Created attachment 356518 [details] Archive of layout-test-results from ews102 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-sierra Platform: Mac OS X 10.12.6
WebKit Commit Bot
Comment 14 2018-12-04 11:39:04 PST
The commit-queue encountered the following flaky tests while processing attachment 356516 [details]: webgl/2.0.0/conformance/more/conformance/quickCheckAPI-B3.html bug 192367 (author: justin_fan@apple.com) inspector/dom-debugger/event-timer-breakpoints.html bug 192368 (author: drousso@apple.com) inspector/console/messageAdded-from-named-evaluations.html bug 192369 (authors: drousso@apple.com and joepeck@webkit.org) The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 15 2018-12-04 11:39:16 PST
The commit-queue encountered the following flaky tests while processing attachment 356516 [details]: imported/w3c/web-platform-tests/dom/ranges/Range-intersectsNode.html bug 192370 (authors: cdumez@apple.com and youennf@gmail.com) The commit-queue is continuing to process your patch.
Chris Dumez
Comment 16 2018-12-04 11:44:15 PST
Comment on attachment 356516 [details] Patch Clearing flags on attachment: 356516 Committed r238867: <https://trac.webkit.org/changeset/238867>
Chris Dumez
Comment 17 2018-12-04 11:44:17 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.