[Mono-bugs] [Bug 39380][Wis] Changed - Cannot create 2 AppDomains in a row

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 9 Mar 2003 16:28:40 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/39380	Sun Mar  9 07:14:45 2003
+++ shadow/39380.tmp.11353	Sun Mar  9 16:28:40 2003
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: Mandrake 8.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gkodinov@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,9 @@
     AppDomain d1, d2;
 
     d1 = AppDomain.CreateDomain ("d1");
     d2 = AppDomain.CreateDomain ("d2");
   }
 }
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-09 16:28 -------
+May be related to bug #39331