Fix zombie daemon blocking ORB restart in ORBDaemonController
os.kill(pid, 0) returns success for zombie (defunct) processes. Added ps stat check — if process is in Z state, treat as dead and clean up PID file so subsequent start() calls work correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
b98442b28a
commit
ee2f1f6f84
Loading…
Reference in New Issue