sio2project / sio2jail

A tool for supervising execution of programs submitted in algorithmic competitions
MIT License
29 stars 10 forks source link

Reap leftover zombie processes #36

Closed A-dead-pixel closed 1 year ago

A-dead-pixel commented 1 year ago

Resolves https://github.com/sio2project/sio2jail/issues/33.

We don't have to use the more complex waitid(), as the child is sure to have exited already.