[Mono-bugs] [Bug 65903][Wis] Changed - appdomains assembly resolution is being leaked to other appdomains

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 17:20: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 ddulai@bloomberg.net.

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

--- shadow/65903	2004-09-13 17:03:05.000000000 -0400
+++ shadow/65903.tmp.10030	2004-09-13 17:20:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 65903
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ddulai@bloomberg.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -102,6 +102,14 @@
         BB.AppContainerDispatcher disp =
             new BB.AppContainerDispatcher("l/Debug/libd.dll");
         BB.AppContainerDispatcher disp2 =
             new BB.AppContainerDispatcher("l/Debug/lib2d.dll");
     }
 };
+
+------- Additional Comments From ddulai@bloomberg.net  2004-09-13 17:20 -------
+i upgraded to mono 1.0.1 built from src on linux
+
+same problem
+
+(diff pointers complaining from free(), but everything else is the 
+same)