From: Marvin Humphrey Date: Sat, 13 Jan 2007 12:05:30 +0000 (-0800) Subject: Re: Memory...growing, and growing X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f50e5b73f6b76c11b567f51bc2d450976692b248;p=p5sagit%2Fp5-mst-13.2.git Re: Memory...growing, and growing Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com> Document -DDL_UNLOAD_ALL_AT_EXIT p4raw-id: //depot/perl@29803 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 68dad59..05e8751 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -2915,6 +2915,10 @@ errors within eval or require, seeing C in the call stack is a good sign of these. Fixing these leaks is non-trivial, unfortunately, but they must be fixed eventually. +B: L will not clean up after itself completely +unless Perl is built with the Configure option +C<-Accflags=-DDL_UNLOAD_ALL_AT_EXIT>. + =head2 Rational Software's Purify Purify is a commercial tool that is helpful in identifying