From f50e5b73f6b76c11b567f51bc2d450976692b248 Mon Sep 17 00:00:00 2001 From: Marvin Humphrey Date: Sat, 13 Jan 2007 04:05:30 -0800 Subject: 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 --- pod/perlhack.pod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pod/perlhack.pod') diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 68dad592aa..05e8751369 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 -- cgit v1.2.1