Closed
Bug 1492034
Opened 6 years ago
Closed 6 years ago
Crash in nsDisplayListBuilder::RemoveFromWillChangeBudget
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | fixed |
People
(Reporter: m_kato, Assigned: mikokm)
References
Details
(Keywords: crash, regression)
Crash Data
- Step
Open https://mozilla.doorkeeper.jp/events/80256
- Result
This bug was filed from the Socorro interface and is
report bp-47ac2568-49c3-482c-8ec0-d8fc80180918.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll nsDisplayListBuilder::RemoveFromWillChangeBudget layout/painting/nsDisplayList.cpp:2188
1 xul.dll nsIFrame::BuildDisplayListForChild layout/generic/nsFrame.cpp:3572
2 xul.dll static void DisplayLine layout/generic/nsBlockFrame.cpp:6750
3 xul.dll nsBlockFrame::BuildDisplayList layout/generic/nsBlockFrame.cpp:6844
4 xul.dll nsIFrame::BuildDisplayListForStackingContext layout/generic/nsFrame.cpp:3055
5 xul.dll nsIFrame::BuildDisplayListForChild layout/generic/nsFrame.cpp:3721
6 xul.dll static void DisplayLine layout/generic/nsBlockFrame.cpp:6750
7 xul.dll nsBlockFrame::BuildDisplayList layout/generic/nsBlockFrame.cpp:6844
8 xul.dll nsIFrame::BuildDisplayListForStackingContext layout/generic/nsFrame.cpp:3055
9 xul.dll nsIFrame::BuildDisplayListForChild layout/generic/nsFrame.cpp:3721
=============================================================
Regression range is
2018-09-18T13:54:18: DEBUG : Found commit message:
Bug 1488599 - Part 2: Fix will-change budget r=mattwoodrow
Depends on D5245
Differential Revision: https://phabricator.services.mozilla.com/D5246
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(mikokm)
Updated•6 years ago
|
Comment 2•6 years ago
|
||
bp-cc621451-69c6-42c9-ac13-bf3650180918
When I zoom in the Google Maps content attached with https://mozilla.doorkeeper.jp/events/80256 (and other URLs), Fx crashed.
However when I accesses to the Google Maps directly and zoom in/out the map, Fx not crashed.
This is happening for me on Nightly when attempting to load any channel on Twitch.
bp-ba19e675-7acc-450e-a812-06a130180918
Comment 4•6 years ago
|
||
Crashes for me every time I try to load the AV1 demo videos on Youtube, e.g.:
https://www.youtube.com/watch?v=w4LkSRXrK34&t=0s&index=4&list=PLyqf6gJt7KuHBmeVzZteZUlNUQAVLwrZS
bp-d24799bd-279b-4aa9-ac13-e2dc20180918
Updated•6 years ago
|
Keywords: regression
Comment 9•6 years ago
|
||
Crash is gone in nightly builds with bug 1488599 backed out.
Assignee: nobody → mikokm
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → unaffected
status-firefox63:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(mikokm)
Updated•6 years ago
|
Crash Signature: [@ nsDisplayListBuilder::RemoveFromWillChangeBudget] → [@ nsDisplayListBuilder::RemoveFromWillChangeBudget]
[@ TakeAndAddModifiedAndFramesWithPropsFromRootFrame]
You need to log in
before you can comment on or make changes to this bug.
Description
•