RE: [Perl-unix-users] Memory Leaks, I've sprung a memory Leak

2001-02-28 Thread Martin Moss
Thanks very much to the useful advice I had from the two lists, here's the current situation + code. Having spent most of yesterday in debugging mode it looks like the culprit is the MIME::Entity object. This Object ($entity) is NOT being destroyed when it goes out of scope, however I could not f

RE: [Perl-unix-users] Memory Leaks

2001-02-27 Thread Thomas_M
;y;y; ;;print;; > -Original Message- > From: Martin Moss [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 26, 2001 8:00 AM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] Memory Leaks > > > All, > > I've got some code which is taking up too myuc

[Perl-unix-users] Memory Leaks

2001-02-27 Thread Martin Moss
All, I've got some code which is taking up too myuch memory over a period of time. i.e. it starts with only a nominal percentage of memory use and over a period of a few hours it builds up until it reaches a very high percentage, %50 ish. Anyway I was wondering if anybody could provide me some p