Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(process monitoring): dont abort lo2s on unexpected child process
exit If currently a process exits after ptrace catched it but before sampling with perf_event_open has been set up, perf_event_open will throw ESRCH ("no such process"), aborting lo2s. Instead, handle ESRCH more gracefully by printing a warning but otherwise ignoring the non-existent process.
- Loading branch information