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:

[Wed Jan 21 11:29:55 2004] [error] Undefined subroutine &Apache::Status::handler called.

in the error log. The associated configuration is:

 PerlSetVar StatusOptionsAll On
  PerlSetVar StatusTerse On
  PerlSetVar StatusTerseSize On
  PerlSetVar StatusTerseSizeMainSummary On
  PerlSetVar StatusPeek On
  PerlSetVar StatusLexInfo On
  PerlSetVar StatusDeparse On
  PerlModule B::Deparse
  PerlModule B::Terse
  # ### Server only croaks on this line.
  PerlModule B::TerseSize

It's not clear from your report when do you get this error. You also don't show your Apache::Status configuration.


What happens if you add:

PerlModule Apache::Status

__________________________________________________________________
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



Reply via email to