You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
we are seeing processes exit with the following:
```
run process: run_parent03:44
Caused by:03:44
0: handle_syscall pid=11203:44
1: get_target_path03:44
2: ptrace::getregs03:44
3: ESRCH: No such process
```
a traced process can exit at any time so any ptrace calls that operate
on the pid must check esrch to see if the traced process has exited and
handle it appropriately
we already do it in a bunch of places but do it in more