Closed
Bug 1387455
Opened 8 years ago
Closed 8 years ago
Crash in mozilla::layers::PaintItemByDrawTarget
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox55 | --- | unaffected |
| firefox56 | --- | disabled |
| firefox57 | --- | fixed |
People
(Reporter: marcia, Assigned: ethlin)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-29436b83-e094-4601-b7b3-e735b0170723.
=============================================================
Seen while looking at nightly - these go back to at least 20170722072631 when nightly was in 56: http://bit.ly/2wrWW4s
Updated•8 years ago
|
Blocks: stage-wr-trains
| Assignee | ||
Comment 2•8 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #1)
> null drawtarget in the fallback path, looks like?
Right, WebRenderPaintedLayer has the nullptr check[1]. I should add it.
[1] https://dxr.mozilla.org/mozilla-central/rev/52285ea5e54c73d3ed824544cef2ee3f195f05e6/gfx/layers/wr/WebRenderPaintedLayer.cpp#64
Assignee: nobody → ethlin
Flags: needinfo?(ethlin)
| Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8894381 [details]
Bug 1387455 - Add nullptr check for the draw target in WebRenderLayerManager::GenerateFallbackData.
https://reviewboard.mozilla.org/r/165560/#review170772
::: commit-message-fe660:1
(Diff revision 1)
> +Bug 1387455 - Add nullptr check for the draw taget in WebRenderLayerManager::GenerateFallbackData. r=kats
s/taget/target/
Attachment #8894381 -
Flags: review?(bugmail) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 6•8 years ago
|
||
Pushed by ethlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b1674bc5b317
Add nullptr check for the draw target in WebRenderLayerManager::GenerateFallbackData. r=kats
Comment 8•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•8 years ago
|
status-firefox55:
--- → unaffected
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•