Closed
Bug 1417430
Opened 7 years ago
Closed 3 years ago
Crash in @0x0 | nsDisplayItem::GetClipWithRespectToASR
Categories
(Core :: Web Painting, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: baffclan, Unassigned)
References
Details
(Keywords: crash, nightly-community)
Crash Data
This bug was filed from the Socorro interface and is
report bp-7845221a-420c-48aa-b30d-bc75c0171115.
=============================================================
Top 10 frames of crashing thread:
0 @0x0
1 xul.dll nsDisplayItem::GetClipWithRespectToASR layout/painting/nsDisplayList.cpp:3000
2 xul.dll nsDisplayList::GetClippedBoundsWithRespectToASR layout/painting/nsDisplayList.cpp:2182
3 xul.dll mozilla::FrameLayerBuilder::BuildContainerLayerFor layout/painting/FrameLayerBuilder.cpp:5623
4 xul.dll nsDisplayList::PaintRoot layout/painting/nsDisplayList.cpp:2476
5 xul.dll nsLayoutUtils::PaintFrame layout/base/nsLayoutUtils.cpp:3941
6 xul.dll mozilla::PresShell::Paint layout/base/PresShell.cpp:6468
7 xul.dll nsViewManager::ProcessPendingUpdatesPaint view/nsViewManager.cpp:480
8 xul.dll nsViewManager::ProcessPendingUpdatesForView view/nsViewManager.cpp:412
9 xul.dll nsViewManager::ProcessPendingUpdates view/nsViewManager.cpp:1102
=============================================================
Application Basics:
Name: Firefox
Version: 59.0a1
Build ID: 20171115100050
Update Channel: nightly
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
OS: Windows_NT 10.0
Updated•7 years ago
|
Component: Layout → Layout: Web Painting
Comment 1•7 years ago
|
||
Marked as blocking retained-dl, as that seems like a likely cause of the regression.
Do we have any STR for this?
Comment 2•7 years ago
|
||
It looks like we crashed with the instruction pointer at 0, and I can't see how that happened.
From nsDisplayItem::GetClipWithRespectToASR (and inwards) it doesn't look like there are any jumps to a variable address.
This is only a single crash at this point, so I'll keep an eye on it.
Comment 3•7 years ago
|
||
Setting P3 since we still only have a single report of this crash.
Priority: -- → P3
Comment 4•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 5•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Comment 6•6 years ago
|
||
Still occurs in v63.0b10: bp-f6656666-2024-45ed-b109-37fec0181002
Status: RESOLVED → REOPENED
Crash Signature: [@ @0x0 | nsDisplayItem::GetClipWithRespectToASR] → [@ @0x0 | nsDisplayItem::GetClipWithRespectToASR]
[@ nsDisplayItem::GetClipWithRespectToASR ]
Resolution: WONTFIX → ---
Comment 7•4 years ago
|
||
Closing this as resolved:worksforme since there were no crashes in the last 6 months for this signature.
Status: REOPENED → RESOLVED
Closed: 6 years ago → 4 years ago
Resolution: --- → WORKSFORME
Comment 8•4 years ago
|
||
I'll Reopen this bug again. There have been crashes with this signature.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 9•3 years ago
|
||
All the crashes of the past month (except 1) are for esr78 - nothing newer.
Status: REOPENED → RESOLVED
Closed: 4 years ago → 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•