Closed
Bug 1470755
Opened 6 years ago
Closed 3 years ago
Crash in AssertUniqueItem
Categories
(Core :: Web Painting, defect, P3)
Core
Web Painting
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | --- | wontfix |
firefox62 | --- | wontfix |
firefox63 | --- | wontfix |
firefox64 | --- | wontfix |
firefox65 | --- | fix-optional |
firefox66 | --- | fix-optional |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
(Keywords: assertion, crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-b54ad2db-c5b9-4284-8dd0-4ad220180624.
=============================================================
MOZ_CRASH Reason: MOZ_RELEASE_ASSERT(false) (Duplicate display item!)
Top 10 frames of crashing thread:
0 xul.dll AssertUniqueItem layout/painting/nsDisplayList.cpp:141
1 xul.dll nsDisplayListBuilder::BuildCompositorHitTestInfoIfNeeded layout/painting/nsDisplayList.cpp:2261
2 xul.dll nsIFrame::BuildDisplayListForChild layout/generic/nsFrame.cpp:3544
3 xul.dll mozilla::ViewportFrame::BuildDisplayList layout/generic/ViewportFrame.cpp:66
4 xul.dll nsIFrame::BuildDisplayListForStackingContext layout/generic/nsFrame.cpp:3071
5 xul.dll nsLayoutUtils::PaintFrame layout/base/nsLayoutUtils.cpp:3713
6 xul.dll mozilla::PresShell::Paint layout/base/PresShell.cpp:6314
7 xul.dll mozilla::dom::TabChild::RecvRenderLayers dom/ipc/TabChild.cpp:2674
8 xul.dll mozilla::dom::TabChild::PaintWhileInterruptingJS dom/ipc/TabChild.cpp:3476
9 xul.dll static void `anonymous namespace'::HangMonitorChild::InterruptCallback dom/ipc/ProcessHangMonitor.cpp:351
=============================================================
Comment 1•6 years ago
|
||
the diagnostic assertion was added in bug 1459997
Blocks: 1459997
status-firefox60:
--- → unaffected
status-firefox61:
--- → wontfix
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Keywords: regression
Updated•6 years ago
|
status-firefox63:
--- → affected
Updated•6 years ago
|
Updated•6 years ago
|
status-firefox64:
--- → affected
Comment 2•6 years ago
|
||
Fairly low volume on beta 64 and nightly 65, and this signature isn't showing up on 63 release.
There are more crashes in nightly than on beta, which makes me think this is related to a nightly-only feature.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Low volume crash, has a priority set.
Marking fix-optional to remove this from regression triage.
Happy to still take a patch in nightly.
Updated•6 years ago
|
Priority: -- → P3
Comment 4•3 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•