Danek Duvall wrote:
This turned out to be pretty easy -- the partial override we do of the
subprocess module didn't take into account internal changes in the stock
module which deal with the reaping of child processes.  So the fix is
simply to take part in that internal protocol, and the problem goes away.

    http://cr.opensolaris.org/~dduvall/pkg-zombie/

After looking over the py2.6 module and how it uses _child_created, I too agree with this fix.

Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to