[Mono-bugs] [Bug 42316][Maj] New - System.Xml.Xsl has major memory leaks

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 4 May 2003 20:42:09 -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=42316

--- shadow/42316	Sun May  4 20:42:09 2003
+++ shadow/42316.tmp.30047	Sun May  4 20:42:09 2003
@@ -0,0 +1,37 @@
+Bug#: 42316
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Xml.Xsl has major memory leaks
+
+Description of Problem:
+Code in the namespce System.Xml.Xsl does not free some of the memory it
+allocates. 
+
+Steps to reproduce the problem:
+1. Call a transform with System.Xml.Xsl, loop 100-1000 times, as needed
+2. 
+3. 
+
+Actual Results:
+Transforms work, memory consumption returns to reasonable levels.
+
+Expected Results:
+Transforms work, memory consumption is unreasonably high.
+
+How often does this happen? 
+Always.
+
+Additional Information: