]> git.ipfire.org Git - thirdparty/lxc.git/commit
Remove zombie_handler from python-lxc code
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 7 Sep 2012 14:50:36 +0000 (10:50 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 18:17:54 +0000 (13:17 -0500)
commit59b3bc264cbf0996cd7b446afd219ab1ff0fe53c
tree63d8415944c418db2fe60425e77c99ae3fce0b31
parentcbd4c46406b0a34291a9962c834b7de871ce30ce
Remove zombie_handler from python-lxc code

This code was addeed to deal with stopped/dead containers but
really shouldn't be implemented there. Instead the setsid() call in
start() should be enough to prevent python from getting the SIGCHLD and
having to deal with it.
src/python-lxc/lxc.c