Chris Cheung <[EMAIL PROTECTED]> writes: > Dear all, > > I need to use Xerces-Perl to repeatedly > > - parse XML to DOM tree > - manipulate the DOM tree > - pretty-print the DOM tree > > It seems that serious memory leak occurs. I do not hold any reference to > the Perl Xerces object used in the programme and hence the Perl objects > should be DESTROYed after use, but memory usage keeps on increasing as > reported by the OS. > > Is there any solution to this problem? > Thank you very much in advance.
Hi Chris, You're the second person this week to notice the problem, see the archive for more details: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=411 We've still not pinpointed the problem yet, so if you can give us more details - a short piece of code that exhibits the problem - that would be most helpful. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
