Intermittent editor/libeditor/crashtests/1424450.html | load failed: timed out waiting for pending paint count to reach zero (waiting for updateCanvasPending)
Categories
(GeckoView :: General, defect, P1)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: bugzilla)
Details
(Keywords: intermittent-failure, Whiteboard: [geckoview:m78])
Attachments
(1 obsolete file)
Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=296654616&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E_-td_TdQUKvJhvSWdpZRA/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E_-td_TdQUKvJhvSWdpZRA/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
| Comment hidden (Intermittent Failures Robot) |
Comment 2•6 years ago
|
||
Could it be caused by https://hg.mozilla.org/integration/autoland/rev/406e5dda843f367da8d91a55aabde132da5a3188 ?
Thank you.
| Assignee | ||
Comment 3•6 years ago
|
||
It's "caused" in the sense that now we're seeing it, but backing out is not the fix for this. I think we might need to make some changes in the test harness. I'll look into this.
The issue is that, now that we support process prioritization, the current content process does not have focus, and thus is a lesser priority than the parent process. We might need to disable prioritization while running this harness.
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 5•6 years ago
|
||
Our test activity is prioritizing content processes differently than GVE such that the content process in the reftest is never bumped up to high priority. I suspect that the timeout is simply because the content process isn't getting enough CPU time to complete quickly enough.
Moving to GeckoView since it's our test activity that needs to be fixed, not reftest.
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 7•6 years ago
|
||
If the session is not perceived as active, then Gecko will not boost the
session's hosting content process to FOREGROUND priority.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 8•6 years ago
|
||
This was fixed by bug 1635914.
Description
•