[...]
On Jan 21, 2004, at 9:55 PM, Stas Bekman wrote:
Ask Solem Hoel wrote:
Hi!
I'm trying to track down a memory leak, but when I try PerlModule B::TerseSize(0.05) with Apache::Status, apache gives me an internal server error with nothing but:
When I access /perl-status/ on this server i get a 500 Internal Server Error,
and not much information in the error log but "Undefined subroutine &Apache::Status::handler called". If I remove the PerlModule B::TerseSize line from the apacheconfig, /apache-status/ works fine (unless the parts that uses B::TerseSize ofcourse).
Upgrade to the latest mod_perl 1.29. this problem has been fixed in:
=item 1.28 - July 2, 2003
Apache::Status: Need to load B::Terse/TerseSize if it wasn't loaded yet in that child before using it. [Dan Sully <[EMAIL PROTECTED]>]
In the future please first upgrade to the latest version or at least review the Changes log before reporting bugs. You would have saved yourself a lot of time.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html