The actual patch in upstream: diff --git a/src/virtManager/console.py b/src/virtManager/console.py index 278db2a..705a023 100644 --- a/src/virtManager/console.py +++ b/src/virtManager/console.py @@ -201,6 +201,7 @@ class Tunnel(object): self.errfd = None os.kill(self.pid, signal.SIGKILL) + os.waitpid(self.pid, 0) self.pid = None def get_err_output(self):
Simple one-liner. Would be nice if this could be pushed into the LTS update process for 12.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/987278 Title: virt-manager fails to reap zombies To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/987278/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs