DOMjudge / domjudge-packaging

DOMjudge packaging for (Linux) distributions and live image
31 stars 37 forks source link

Use dumb-init for judgehost dockerfile to prevent zombie process accumulation #83

Closed uint0 closed 3 years ago

uint0 commented 3 years ago

Currently zombie processes may accumulate as mentioned in #13 due to the lack of a proper init system to deal with them. This change proposes using dumb-init as a lightweight init system to deal with these processes.

vmcj commented 3 years ago

Hi @uint0, thank you for the fix! I checked it locally and it indeed solves the problem.

Thank you for the contribution.