Trying to track down a bit o' memory bloat using the Symbol Table dump in /perl-status and B::TerseSize. Running into some problems....

Error: [Wed May 11 15:38:54 2005] [error] [client ::1] Use of uninitialized value in length at /Library/Perl/5.8.6/darwin-thread-multi-2level/Apache2/Status.pm line 562.\n, referer: http://localhost/perl-status/?symdump

(The page actually starts with "Memory Usage for package main\n\nTotals: 67848 bytes | 0 OPs", but then there's a server error.)

Perl Version: 5.8.6
Apache: 2.0.54
OS: SuSe
MP: 2.0.0-RC6

Setup in httpd.conf is:
PerlModule Apache2::compat
<Location /perl-status>
    SetHandler perl-script
    PerlHandler Apache2::Status
</Location>
PerlSetVar StatusOptionsAll On
PerlSetVar StatusTerse On
PerlSetVar StatusTerseSize On
PerlSetVar StatusTerseSizeMainSummary On
PerlModule B::TerseSize

Any thoughts?

Thanks,

Matthew




Reply via email to