brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
710 stars 84 forks source link

Handle ESRCH from kill. (fixes #130) #131

Closed bturner closed 2 years ago

bturner commented 3 years ago

When kill returns non-zero, check errno and, if it's ESRCH, log a debug message indicating the process has already exited instead of throwing.