I turned off both: PerlFreshRestart On
PerlModule Apache::StatINC PerlInitHandler Apache::StatINC on the Linux server and still get the errors. I'm going to look into Devel::Leak and Devel::LeakTrace Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Aug 19, 2005, at 4:12 PM, Perrin Harkins wrote:
On Fri, 2005-08-19 at 16:02 -0500, Boysenberry Payne wrote:I still don't know how to track down the scalars being leaked. Could they be being caused from something like the following? sub example { return 1; } example;No, I don't think so. You can try using things like Devel::Leak and Devel::LeakTrace to find the problem. I've never used them personally. I always do "apachectl stop && apachectl start" to restart my servers. Graceful restarts don't work well on all systems and sometimes cause memory leaks. - Perrin
