Closed 2tefan closed 1 year ago
This test spawns a daemon thread which is not handled by the timeout. It would be nice if the mod-gearman-worker could handle that.
If this process then returns, its parent (the mod-gearman-worker) does NOT execute the .wait syscall, which in return leaves a zombie process.
.wait
Using tini for reaping zombies
This test spawns a daemon thread which is not handled by the timeout. It would be nice if the mod-gearman-worker could handle that.
If this process then returns, its parent (the mod-gearman-worker) does NOT execute the
.wait
syscall, which in return leaves a zombie process.