[Bug 1144873] Re: "lxc-execute: Failed to find an lxc-init" Error during lxc smoke tests

Serge Hallyn 1144873 at bugs.launchpad.net
Fri Mar 8 22:32:12 UTC 2013


The problem is that src/lxc/start.c:lxc_poll, which checks signalfd for
sigchld from container init, can start after the container init has
exited.  It then hangs trying to talk over the monitor.  The container
init mainwhile waits to be reaped (by the fn which called lxc_poll,
which does waitpid after lxc_poll completes).

We can pretty easily make the race shorter, but I'd like to get rid
of the race altogether and am not sure yet of the cleanest way to do
that.

 status: inprogress


** Changed in: lxc (Ubuntu)
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1144873

Title:
  "lxc-execute: Failed to find an lxc-init" Error  during lxc smoke
  tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1144873/+subscriptions



More information about the Ubuntu-server-bugs mailing list