AsahiLinux / krun

krun - run programs from your system in a microVM
51 stars 8 forks source link

krun does not reap zombie processes #16

Closed asahilina closed 3 months ago

asahilina commented 3 months 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 3 months ago

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