Closed
Bug 1424348
Opened 7 years ago
Closed 3 years ago
Crash in RetainedDisplayListBuilder::PreProcessDisplayList
Categories
(Core :: Web Painting, defect, P2)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox58 | --- | wontfix |
firefox59 | --- | wontfix |
firefox92 | --- | unaffected |
firefox93 | --- | unaffected |
firefox94 | --- | fixed |
People
(Reporter: marcia, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-e0935b5c-2bd1-4260-8cb4-487060171208.
=============================================================
Seen while looking at crash stats: http://bit.ly/2B2kfaU. Crashes affect both 59/58 and are cross platform.
Top 10 frames of crashing thread:
0 xul.dll RetainedDisplayListBuilder::PreProcessDisplayList layout/painting/RetainedDisplayListBuilder.cpp:91
1 xul.dll RetainedDisplayListBuilder::PreProcessDisplayList layout/painting/RetainedDisplayListBuilder.cpp:111
2 xul.dll RetainedDisplayListBuilder::PreProcessDisplayList layout/painting/RetainedDisplayListBuilder.cpp:111
3 xul.dll RetainedDisplayListBuilder::AttemptPartialUpdate layout/painting/RetainedDisplayListBuilder.cpp:836
4 xul.dll nsLayoutUtils::PaintFrame layout/base/nsLayoutUtils.cpp:3846
5 xul.dll mozilla::PresShell::Paint layout/base/PresShell.cpp:6499
6 xul.dll nsViewManager::ProcessPendingUpdatesPaint view/nsViewManager.cpp:480
7 xul.dll nsViewManager::ProcessPendingUpdatesForView view/nsViewManager.cpp:412
8 xul.dll nsViewManager::ProcessPendingUpdates view/nsViewManager.cpp:1102
9 xul.dll nsRefreshDriver::Tick layout/base/nsRefreshDriver.cpp:2027
=============================================================
Comment 1•7 years ago
|
||
I see none of these crashes in the last 7 days, might be fixed.
Comment 2•6 years ago
|
||
Moving to p3 because no activity for at least 24 weeks.
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P1 → P3
Comment 3•3 years ago
|
||
Closing this as resolved:worksforme since there were no crashes in the last 6 months for this signature.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
Comment 4•3 years ago
|
||
I'll Reopen this bug again. There have been crashes with this signature.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Crash Signature: [@ RetainedDisplayListBuilder::PreProcessDisplayList] → [@ mozilla::RetainedDisplayListBuilder::PreProcessDisplayList]
[@ RetainedDisplayListBuilder::PreProcessDisplayList]
Comment 5•3 years ago
|
||
The latest Nightly has 30 content crashes from 8 installations so far. This is a regression from bug 1728258 etc.
Flags: needinfo?(matt.woodrow)
Updated•3 years ago
|
status-firefox94:
--- → affected
tracking-firefox94:
--- → blocking
Comment 6•3 years ago
|
||
Changing the priority to p2 as the bug is tracked by a release manager for the current nightly.
See What Do You Triage for more information
Priority: P3 → P2
Comment 7•3 years ago
|
||
Updated•3 years ago
|
tracking-firefox94:
blocking → ---
Comment 8•3 years ago
|
||
Crashes on Nightly stopped after the backout.
Updated•3 years ago
|
Comment 9•3 years ago
|
||
This got relanded without being broken.
Status: REOPENED → RESOLVED
Closed: 3 years ago → 3 years ago
Flags: needinfo?(matt.woodrow)
Resolution: --- → FIXED
Comment 10•3 years ago
|
||
Let's file a new bug for any future reports of this signature.
status-firefox92:
--- → unaffected
status-firefox93:
--- → unaffected
status-firefox-esr78:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•