Closed
Bug 1374288
Opened 8 years ago
Closed 8 years ago
Crash in mozilla::layers::ContainerRender<T>
Categories
(Core :: Graphics: Layers, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | fixed |
People
(Reporter: marcia, Assigned: mattwoodrow)
References
Details
(Keywords: crash, regression, Whiteboard: [gfx-noted])
Crash Data
Attachments
(2 files)
This bug was filed from the Socorro interface and is
report bp-7ec6db6a-d9c1-446f-88ac-0261f0170618.
=============================================================
Seen while looking at crash stats - crashes started using 20170615030208: http://bit.ly/2tjYZH4. Affects both Firefox and Fennec.
Possible regression range based on Build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b266a8d8fd595b84a7d6218d7b8c6b7af0b5027c&tochange=035c25bef7b5e4175006e63eff10c61c2eef73f1
1 or 2 Fennec crashes on 54, but no FF crashes showing up in either 54 or 55.
Comment 1•8 years ago
|
||
We are likely triggering an assertion prior to the crash:
MOZ_ASSERT(aContainer->mPrepared);
Would be great to have the log and the crash dump.
Severity: critical → major
Priority: -- → P2
Whiteboard: [gfx-noted]
Reporter | ||
Comment 2•8 years ago
|
||
Adding Mac signature.
Crash Signature: [@ mozilla::layers::ContainerRender<T>] → [@ mozilla::layers::ContainerRender<T>]
[@ void mozilla::layers::ContainerRender<T>]
OS: Windows 10 → All
Hardware: Unspecified → All
Reporter | ||
Comment 3•8 years ago
|
||
Some crashing URLs on Mac:
https://chrono.gg/
https://decent.ch/ru/
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Indeed it crashes opt and asserts debug with:
Assertion failure: aContainer->mPrepared, at /home/worker/workspace/build/src/gfx/layers/composite/ContainerLayerComposite.cpp:576
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(mozillamarcia.knous)
Reporter | ||
Comment 6•8 years ago
|
||
mozilla::layers::ContainerRender<T> was last seen in Build 20170706060058
void mozilla::layers::ContainerRender<T> was last seen in Build 20170704100320
So I think this crash may have been addressed by Bug 1377324.
Flags: needinfo?(mozillamarcia.knous)
Reporter | ||
Comment 7•8 years ago
|
||
Resolving this one fixed to get it off the radar - I don't see any recent crashes after the fix for Bug 1377324
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Assignee: nobody → matt.woodrow
status-firefox54:
--- → unaffected
status-firefox55:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Depends on: 1377324
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•