v0.2.24.dev2 Release Notes
Critical Bug Fixes
- Fix kernel panic on M2/M3/M4 (IOGPUMemory completeMemory() prepare count underflow) — Defer Metal buffer clearing after request completion to avoid IOKit race. (#435) (since dev1)
- Fix SIGABRT during error recovery — Catch Metal errors in
fail_all_requests()to prevent secondary crash. (#435)