]> Sergey Matveev's repositories - public-inbox.git/commit
avoid calling waitpid from children in DESTROY
authorEric Wong <e@80x24.org>
Thu, 31 Dec 2020 13:51:52 +0000 (13:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Jan 2021 05:00:40 +0000 (05:00 +0000)
commitfd71b2ab7a8d18c657ec27e15702ab3057419f02
tree1964362f796d83b317d0ce3c3eea9cc6fe7b8363
parentc3bdb8f03474d35ec8904f1758c4302159adfa57
avoid calling waitpid from children in DESTROY

Objects with DESTROY callbacks get propagated to children, so we
must be careful to not invoke waitpid from children on their
sibling processes.  Only parents (and their parents...) can reap
child processes.
lib/PublicInbox/DS.pm
lib/PublicInbox/Gcf2Client.pm
lib/PublicInbox/Git.pm