Bug 261313 - [ANGLE] Don't lose Metal-backed contexts for non-fatal errors
Summary: [ANGLE] Don't lose Metal-backed contexts for non-fatal errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
: 261331 262610 262628 263103 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-09-07 21:18 PDT by Dan Glastonbury
Modified: 2023-10-30 08:40 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Glastonbury 2023-09-07 21:18:35 PDT
Since Bug 257584, Any errors from Metal command buffer submission are treated as causing a lost device.

Not all Metal errors are fatal though. Those cases shouldn't result in a lost device.
Comment 1 Dan Glastonbury 2023-09-07 21:18:52 PDT
rdar://115152037
Comment 2 Dan Glastonbury 2023-09-07 21:45:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17573
Comment 3 EWS 2023-09-08 04:03:21 PDT
Committed 267784@main (e1280c457e8c): <https://commits.webkit.org/267784@main>

Reviewed commits have been landed. Closing PR #17573 and removing active labels.
Comment 4 Alexey Proskuryakov 2023-09-26 16:29:08 PDT
*** Bug 261331 has been marked as a duplicate of this bug. ***
Comment 5 Alexey Proskuryakov 2023-10-04 13:15:29 PDT
*** Bug 262610 has been marked as a duplicate of this bug. ***
Comment 6 Alexey Proskuryakov 2023-10-13 14:51:47 PDT
*** Bug 263103 has been marked as a duplicate of this bug. ***
Comment 7 Alexey Proskuryakov 2023-10-30 08:31:31 PDT
*** Bug 262628 has been marked as a duplicate of this bug. ***
Comment 8 Alexey Proskuryakov 2023-10-30 08:40:30 PDT
This is fixed in iOS 17.1.

iOS 16.7.2 does not include the fix. I can say that it's intended to be included in a future update, but of course no guarantees until it actually happens.