On Jun 3, 2016, at 11:07 PM, George Bosilca <bosi...@icl.utk.edu> wrote:
> 
> After finalize. As I said in my original email I se all the output the 
> application is generating, and all processes (which are local as this happens 
> on my laptop) are in zombie mode (Z+). This basically means whoever was 
> supposed to get the SIGCHLD, didn't do it's job of cleaning them up.

Ah -- so perhaps threads 1,2,3 are red herrings: the real problem here is that 
the parent didn't catch the child exits (which presumably should have been 
caught in threads 4 or 5).

Ralph: is there any state from threads 4 or 5 that would be helpful to examine 
to see if they somehow missed catching children exits?

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to