fix(lifecycle): verify root exit after Darwin signal permission errors

This commit is contained in:
Palash Debnath
2026-09-07 13:46:06 +05:30
parent fc8db259a9
commit f18a7adddf
3 changed files with 108 additions and 33 deletions
+7
View File
@@ -190,3 +190,10 @@ Hit a wall? See [docs/install/troubleshooting.md](troubleshooting.md).
The in-app error UI (the React error boundary that fires on backend errors)
includes an **"Open docs for this error"** button — that button deeplinks
back into this docs tree at the right section for the error class.
### Fast process shutdown
A process that exits while shutdown is signalling it can report a macOS
permission error. VoiceStudio accepts this only after confirming the original
process exited without being reaped, then still waits for nested operations to
drain. Live-process permission errors and lost process ownership remain failures.