Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux: Handle process gone when detaching (#543)
This is an attempt to handle the situation where the process has gone away and we're shutting down. I've observed the system looping attempting to move the state out of ATTACHED. It's possible that the state machine here needs to be made more complex (ALREADY_ATTACHED is misleading). Informs #478.
- Loading branch information