slp / krun

krun - run programs from your system in a microVM
MIT License
25 stars 7 forks source link

krun does not reap zombie processes #16

Closed asahilina closed 1 month ago

asahilina commented 1 month ago

Zombie processes inside the VM never get reaped, I guess because init.krun doesn't do this. Although we obviously don't need a full-blown init system, it should at least do this.

teohhanhui commented 1 month ago

Refiled as https://github.com/containers/libkrun/issues/189