[Mono-bugs] [Bug 62369][Wis] Changed - memory leak garbage problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 23 Aug 2004 11:50:16 -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 kaya@kayaweed.net.

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

--- shadow/62369	2004-08-03 16:20:45.000000000 -0400
+++ shadow/62369.tmp.18037	2004-08-23 11:50:16.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 62369
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: WinXP SP1 US AND Linux DEBIAN UNSTABLE
-Status: NEEDINFO   
+Status: CLOSED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kaya@kayaweed.net               
@@ -247,6 +247,15 @@
 ------- Additional Comments From duncan@ximian.com  2004-08-03 13:41 -------
 Not a packaging bug
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-08-03 16:20 -------
 Can you please make a test case that does not require us to ahve an
 xbox iso? It should not be too hard to generalize the test.
+
+------- Additional Comments From kaya@kayaweed.net  2004-08-23 11:50 -------
+Well after many try, it is not a real bug.
+I had to implement the extract funtion with a fixe allocated size.
+Otherwise the memory is never free.
+
+I also add a System.GC.Collect(), and doesn't work as well as i expect.
+
+GC is pretty slow.