http://qs321.pair.com?node_id=643923

gube has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Our application have many subroutines particularly in one subroutine contains 100 lines and its calling some other packages subroutine which contains more than 200 lines. We are getting memory leakage while calling that routine. We are using module Apache::Leak, and through leak_test we found some more then 200 leakages in that subroutine. There is no circular reference used in the routines it seems. Is there any other way for memory leak other then circular reference? Even i super search in perlmonks and went through some earlier questions they mentioned some modules 'Devel::Leak', 'Test::Memory::Cycle', 'Devel::LeakTrace::Fast'. We cannot able to identify were the problem still. Please give some ideas.

Gubs