This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add facility to fork() early in perl_destruct and use the child to
authorNicholas Clark <nick@ccl4.org>
Wed, 22 Jun 2005 16:37:06 +0000 (16:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 22 Jun 2005 16:37:06 +0000 (16:37 +0000)
commit2aa47728aa947a41f1d2abaa0249b6e8da98653a
tree55fa9e7b5ef7438157c9b3fb8cc4ff1d1cb8567d
parent454f1e2628e3c3cf05341675e973e8df77c9b0ae
Add facility to fork() early in perl_destruct and use the child to
dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
when DEBUG_LEAKING_SCALARS is already in force)

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