cloudlinux / libcare

libcare -- Patch Userspace Code in Live Processes
GNU General Public License v2.0
145 stars 57 forks source link

Waitpid for finished threads after detach. #41

Closed rashchupkinr closed 6 years ago

rashchupkinr commented 6 years ago

During detach if tracee process exit before some threads detach, those threads aare left as zomibes. This commit adds waitpid for them.