public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Zombie stuck in zap_pid_ns_processes()
@ 2013-03-20  8:43 Caj Larsson
  2013-03-24 11:04 ` Eric W. Biederman
  0 siblings, 1 reply; 4+ messages in thread
From: Caj Larsson @ 2013-03-20  8:43 UTC (permalink / raw)
  To: linux-kernel

Hello,

We are setting up a container using a CLONE_NEWNS linux namespace.
Previously we used the 3.4.4 kernel, which worked fine. After I
upgraded i also experienced races in netlink, which has been resolved
by placing a monitor around the namespace setup. When we upgraded to
Linux 3.8.0 however our init processes does not get reaped when the
namespace is killed and lingers as zombie process under the global
init.

The init has multiple threads when running and two remain in the
zombie. One of them is hung in zap_pid_ns_processes() and has been set
uninterruptible. The other one, which has Tgid=PID, is still in
do_exit().

-- 
Caj Larsson, Omnicloud

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-26 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20  8:43 Zombie stuck in zap_pid_ns_processes() Caj Larsson
2013-03-24 11:04 ` Eric W. Biederman
2013-03-24 13:20   ` Oleg Nesterov
2013-03-26 10:29     ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox