On 2013/5/29 21:47, Serge Hallyn wrote:
> 
> Right, so other failures later on *could* still cause this.
> Shall we do something like
> 
>       {
>               // Wait on any unterminated children
>               int status, ret;
>               while ((ret = waitpid(-1, &status, 0)) > 0);
>       }
> 
> in lxc_abort() after the kill(handler->pid)?
> 

Yes, that look good to me :)

> .
> 



------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to