Closed
Bug 1478035
Opened 6 years ago
Closed 6 years ago
Crash on the bottom of digitalocean.com in [@ mozilla::layers::Grouper::ConstructGroups ]
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox61 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: kats)
References
(Blocks 1 open bug, )
Details
(Keywords: regression)
Crash Data
Attachments
(1 file)
This was caused or exposed by bug 1468020
Comment 1•6 years ago
|
||
bp-4f777f20-9820-4f3b-97f8-bc13c0180724
> MOZ_RELEASE_ASSERT(createdWRCommands) (active transforms should always succeed at creating WebRender commands)
Blocks: wr-stability
Crash Signature: [@ mozilla::layers::Grouper::ConstructGroups ]
Keywords: regression
For me I need to zoom in otherwise I don't crash. Either I must go to bottom of page then zoom in, or zoom in and then go to bottom to trigger the crash.
bp-286c9c53-e6ad-4f95-898d-f975c0180724
Updated•6 years ago
|
Crash Signature: [@ mozilla::layers::Grouper::ConstructGroups ] → [@ mozilla::layers::Grouper::ConstructGroups ]
[@ mozilla::layers::WebRenderCommandBuilder::CreateWebRenderCommandsFromDisplayList ]
OS: Unspecified → All
Reporter | ||
Comment 3•6 years ago
|
||
The cause of this is now understood. We need to figure out the best way to fix it.
Assignee | ||
Comment 4•6 years ago
|
||
I fixed the crash with https://hg.mozilla.org/integration/autoland/rev/eb6a2ae68d09 as a follow-up on bug 1468020. Taking this bug to land a crashtest for this case.
Assignee: nobody → bugmail
Comment hidden (mozreview-request) |
Comment 6•6 years ago
|
||
mozreview-review |
Comment on attachment 8994638 [details]
Bug 1478035 - Add crashtest.
https://reviewboard.mozilla.org/r/259152/#review267564
Attachment #8994638 -
Flags: review?(mstange) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/98d1a1eecb8d
Add crashtest. r=mstange
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
status-firefox61:
--- → unaffected
status-firefox62:
--- → unaffected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•