[Mono-bugs] [Bug 42757][Nor] Changed - Xsl Memory Leak

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 11 May 2003 11:35:03 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=42757

--- shadow/42757	Sun May 11 01:14:05 2003
+++ shadow/42757.tmp.1684	Sun May 11 11:35:03 2003
@@ -1,13 +1,13 @@
 Bug#: 42757
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -109,6 +109,18 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2003-05-11 01:14 -------
 Oh!
 
 XslTransform needed a destructor to free the parsed stylesheet.
 Fixed in CVS.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-11 11:35 -------
+I found a test case that shows that there are still some memory leaks.
+
+What I am doing is taking an xml and xslt file from corcompare and
+transforming them. The bug is not specific to these files, but they
+demonstrate large and complex transforms (the xml file is > 1mb).
+After the transform is completed ~50mb of memory is leaked, and not
+freed, even after a GC.Collect () and waiting around for a while.
+
+The file I will attache contains a version of netxsltproc that has no
+loop. It should be called the same way as before.