Closed
Bug 1853668
Opened 2 years ago
Closed 2 years ago
Crash in [@ mozilla::layers::TextureClient::BorrowSnapshot]
Categories
(Core :: Graphics: Canvas2D, defect, P1)
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox117 | --- | unaffected |
| firefox118 | --- | unaffected |
| firefox119 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
I forgot that this also goes through TextureClient and it assumes the DrawTarget won't be null.
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1853178
status-firefox117:
--- → unaffected
status-firefox118:
--- → unaffected
status-firefox119:
--- → affected
status-firefox-esr102:
--- → unaffected
status-firefox-esr115:
--- → unaffected
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9353718 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9353718 -
Attachment is obsolete: false
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/733db3eb64b3
Add null check for the borrowed DrawTarget in TextureClient::BorrowSnapshot. r=lsalzman
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•