[Mono-bugs] [Bug 74689][Blo] Changed - --debug causes leaks

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Apr 2005 13:27:06 -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 martin@ximian.com.

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

--- shadow/74689	2005-04-21 17:58:09.000000000 -0400
+++ shadow/74689.tmp.2078	2005-04-22 13:27:06.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74689
 Product: Mono: Runtime
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,9 @@
 [benm@omega benm]$ mcs foo.cs /debug
 [benm@omega benm]$ mono --debug foo.exe
 
 The vsz and rss of `mono' grow without bound in this test case. This could
 also show up in real life if exceptions are thrown and somebody looks at
 the stack trace.
+
+------- Additional Comments From martin@ximian.com  2005-04-22 13:27 -------
+Fixed in SVN.