[Mono-bugs] [Bug 599693] continous loading and unloading of domain leaks memory

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 10 15:27:13 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=599693

http://bugzilla.novell.com/show_bug.cgi?id=599693#c6


--- Comment #6 from Lucas Meijer <lucas.meijer at gmail.com> 2010-05-10 19:27:13 UTC ---
The original leak from this bugreport is fixed.  I can get it to leak again my
slightly modifying the csharp file though:


using System.Collections.Generic;
public class Lucas
{
 static void Doit()
 {
   MyClass[] a = new MyClass[100];
   List<MyClass> b = new List<MyClass>();
  System.Console.WriteLine("DOing it, doing it");
 }
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list