Closed
Bug 1419546
Opened 7 years ago
Closed 7 years ago
Crash in RetainedDisplayListBuilder::MergeDisplayLists
Categories
(Core :: Web Painting, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | disabled |
firefox59 | --- | fixed |
People
(Reporter: marcia, Assigned: mtseng)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-b3cb89aa-ba20-40f6-86f9-8d0c20171118.
=============================================================
Seen while looking at nightly crash data: http://bit.ly/2zWeknf
Top 10 frames of crashing thread:
0 xul.dll RetainedDisplayListBuilder::MergeDisplayLists layout/painting/RetainedDisplayListBuilder.cpp:415
1 xul.dll RetainedDisplayListBuilder::MergeDisplayLists layout/painting/RetainedDisplayListBuilder.cpp:468
2 xul.dll RetainedDisplayListBuilder::AttemptPartialUpdate layout/painting/RetainedDisplayListBuilder.cpp:853
3 xul.dll nsLayoutUtils::PaintFrame layout/base/nsLayoutUtils.cpp:3827
4 xul.dll mozilla::PresShell::Paint layout/base/PresShell.cpp:6506
5 xul.dll nsViewManager::ProcessPendingUpdatesPaint view/nsViewManager.cpp:480
6 xul.dll nsViewManager::ProcessPendingUpdatesForView view/nsViewManager.cpp:412
7 xul.dll nsViewManager::ProcessPendingUpdates view/nsViewManager.cpp:1102
8 xul.dll nsRefreshDriver::Tick layout/base/nsRefreshDriver.cpp:2027
9 xul.dll mozilla::RefreshDriverTimer::TickDriver layout/base/nsRefreshDriver.cpp:336
=============================================================
Updated•7 years ago
|
Comment 1•7 years ago
|
||
I can reproduce this on https://battlegrounds.leagueoflegends.com/de
Comment 2•7 years ago
|
||
This is another duplicated table display item bug: https://pastebin.mozilla.org/9074242
Morris, would you be able to take a look at this one too please?
Flags: needinfo?(mtseng)
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8936625 [details]
Bug 1419546 - Consider mLayer in nsDisplayTableBackgroundImage::GetPerFrameKey().
https://reviewboard.mozilla.org/r/207366/#review213256
Attachment #8936625 -
Flags: review?(matt.woodrow) → review+
Pushed by mtseng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1444a77d7e45
Consider mLayer in nsDisplayTableBackgroundImage::GetPerFrameKey(). r=mattwoodrow
Comment 8•7 years ago
|
||
Backed out for build bustage
backout: https://hg.mozilla.org/integration/autoland/rev/b027efb62997101a3b888ee0c875fd9909b85fe3
push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=1444a77d7e453402776fd08bfa72de2d40de46cf
failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=151498588&repo=autoland&lineNumber=977
Flags: needinfo?(mtseng)
Assignee | ||
Comment 9•7 years ago
|
||
I submitted a try again and it looks like all green. https://treeherder.mozilla.org/#/jobs?repo=try&revision=7c8b817dbe994947eeef4b0610256fedf84f9210
And I also re-triggered the fail build in https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=1444a77d7e453402776fd08bfa72de2d40de46cf&group_state=expanded and it looks like green.
So I think the build bustage is not related to my patch. I'm going to reland it.
Flags: needinfo?(mtseng)
Comment 10•7 years ago
|
||
Pushed by mtseng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/97043a5a2d5e
Consider mLayer in nsDisplayTableBackgroundImage::GetPerFrameKey(). r=mattwoodrow
Comment 11•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Comment 12•7 years ago
|
||
I'll call this disabled in 58.
Updated•7 years ago
|
status-firefox57:
--- → unaffected
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•