I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-06-08 15:33:01-07 by ssinyagin
Memory leaks again

Quite the same problem is found as in http://www.cpanforum.com/threads/3033

Jon Nistor (nistor@snickers.org) has reported that Perl 5.8.5 on Linux with the latest upgraded threads and threads::shared still experiences consant memory footprint growth. When threading support in Torrus is switched off, memory leaks are not present.

Here's the code that deals with the threading: Torrus::Collector::RRDStorage. There's a semaphore that is put down every time the process accesses the RRDtool procedures, and "sub rrdUpdateThread" on Line 504 performs the RRD store operations in the background.

Jon has also tried to downgrade the modules to 1.57 and 1.06, with the same results.

regards, stan
Direct Responses: 5376 | Write a response