[Mono-bugs] [Bug 27663][Maj] Changed - AppDomain fails loading from same dll name different classes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Jul 2002 17:41:02 -0000


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=27663

--- shadow/27663	Thu Jul 11 12:36:38 2002
+++ shadow/27663.tmp.31996	Thu Jul 11 13:41:02 2002
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,11 @@
 
 
 ------- Additional Comments From gonzalo@ximian.com  2002-07-11 12:36 -------
 Created an attachment (id=1972)
 domain1.cs
 
+
+------- Additional Comments From gonzalo@ximian.com  2002-07-11 13:41 -------
+As the above test case does not work with MS runtime (it locks the
+dll) i'm providing a new one which works under MS and fails under mono
+if the dll is changed while testdomain sleeps (if not, it runs fine).