This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If forking during global destruction, the child needs to close all
authorNicholas Clark <nick@ccl4.org>
Sat, 25 Jun 2005 12:55:09 +0000 (12:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 25 Jun 2005 12:55:09 +0000 (12:55 +0000)
commit3125a5a42ead64ccadc87f6d7676d933d8d6582c
tree8858073eacc3aeac79f7adabaa2ee296440f0933
parent0d50d293f8dee9da87ffcdd4d56996237ed39b00
If forking during global destruction, the child needs to close all
unused file descriptors, else it can cause other processes to hang
because it accidentally holds open pipes and sockets.

p4raw-id: //depot/perl@24979
perl.c