[Mono-bugs] [Bug 71110][Nor] Changed - AppDomain.Evidence call crashes.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 8 Jan 2005 18:45:42 -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 miguel@ximian.com.

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

--- shadow/71110	2005-01-08 18:44:34.000000000 -0500
+++ shadow/71110.tmp.32627	2005-01-08 18:45:42.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 71110
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -38,6 +38,10 @@
 This is part of the regression test suite, one of the errors that fails.
 
 The problem seems to be that AppDomain.DefaultDomain returns null, so 
 the next derefence to Evidence in AppDomain.cs, line 141 crashes.
 
 Am assigning to Sebastien, as svn annotate puts the code on his area.
+
+------- Additional Comments From miguel@ximian.com  2005-01-08 18:45 -------
+A fix for this would fix another three regressions in the mscorlib
+test suite.