Closed
Bug 1936859
Opened 2 months ago
Closed 2 months ago
Missing MacIOSurface::Unlock in ExternalTextureMacIOSurface::GetSnapshot
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox133 | --- | unaffected |
firefox134 | --- | disabled |
firefox135 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
(Regression)
Details
(Keywords: regression)
Crash Data
Attachments
(1 file)
We forgot to add a corresponding unlock to the lock here after the copy is finished:
https://searchfox.org/mozilla-central/rev/39e6d5b609b74a19c0824d98ae654b60d6310152/dom/webgpu/ExternalTextureMacIOSurface.cpp#82
Assignee | ||
Comment 1•2 months ago
|
||
Comment 2•2 months ago
|
||
Set release status flags based on info from the regressing bug 1929462
status-firefox133:
--- → unaffected
status-firefox134:
--- → affected
status-firefox135:
--- → affected
status-firefox-esr128:
--- → unaffected
Comment 3•2 months ago
|
||
Hi :aosmond, do we have any signs that this is causing problems in the wild to help assess the severity here ?
Flags: needinfo?(aosmond)
Assignee | ||
Comment 4•2 months ago
|
||
WebGPU isn't shipping to release, so just nightly.
Severity: -- → S3
Flags: needinfo?(aosmond)
Updated•2 months ago
|
Updated•2 months ago
|
Crash Signature: [@ ExternalTextureMacIOSurface::GetSnapshot ]
Updated•2 months ago
|
Crash Signature: [@ ExternalTextureMacIOSurface::GetSnapshot ] → [@ MacIOSurface::Lock ]
Updated•2 months ago
|
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/972444efd8fb
Add missing unlock in ExternalTextureMacIOSurface::GetSnapshot. r=sotaro
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•