Open
Bug 1664063
Opened 4 years ago
Updated 7 months ago
Consistently handle WAIT_ABANDONED and WAIT_TIMEOUT with IDXGIKeyedMutex::AcquireSync
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
People
(Reporter: aosmond, Assigned: aosmond)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
We often don't even check for WAIT_ABANDONED and WAIT_TIMEOUT with IDXGIKeyedMutex::AcquireSync, and often when we do, we don't do it correctly. While I'm unaware of a specific issue this will fix, it could be related to bug 1658991.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 2•10 months ago
|
||
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e25a5f344af3
Ensure we consistently handle all errors from IDXGIKeyedMutex::AcquireSync. r=gfx-reviewers,lsalzman
Assignee | ||
Updated•10 months ago
|
No longer blocks: gfx-stalled
Assignee | ||
Updated•10 months ago
|
Blocks: accelerated-canvas-recording
Comment 4•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
Comment 5•8 months ago
|
||
Backed out in bug 1877726 on mozilla-central
Comment 6•8 months ago
|
||
Backed out in in bug 1877726 on mozilla-release
https://hg.mozilla.org/releases/mozilla-release/rev/d3c71a6fc9a1aecf1fe04f8de2fc0b816588e677
Updated•7 months ago
|
Status: REOPENED → NEW
Target Milestone: 123 Branch → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•