>    Following several messages I read on this list, I have installed 
> Apache::VMonitor (and mandatory 'other' packages) on my system, to look for an
> annoying memory leak on my servers.
>    Configuration is Apache 1.3.9, mod_perl 1.21, Apache::Scoreboard 0.09,
> Apache::VMonitor 0.04, GTop 0.10, libgtop 1.0.6, glib 1.2.6. Maybe I forgot
> some other module.
>    That running on a Linux 2.2.5-15 (almost RedHat 6.0, but with some RPMs 
> changed for newer versions).

It's a problem of Apache-Scoreboard-0.09. There is some problem with API
(was it changed?). It dumps core at servers() call:

    for (my $i=-1; $i<Apache::Constants::HARD_SERVER_LIMIT; $i++) {
      my $process = $image->servers($i); 
    }

As a temporarely solution downgrade to Apache-Scoreboard-0.08. I've
checked and it works. I'll check with Doug what has happened and release
an update.

_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to