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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 8 Jan 2005 19:35:29 -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 sebastien@ximian.com.

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

--- shadow/71110	2005-01-08 19:19:24.000000000 -0500
+++ shadow/71110.tmp.448	2005-01-08 19:35:29.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 71110
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: miguel@ximian.com               
@@ -48,6 +48,12 @@
 
 ------- Additional Comments From grompf@sublimeintervention.com  2005-01-08 19:19 -------
 I cannot replicate this on SVN HEAD (PPC)
 
 -kangaroo
 
+
+------- Additional Comments From sebastien@ximian.com  2005-01-08 19:35 -------
+I can replicate on x86. It seems my assumption that appdomain #0 was
+the root domain is no longer (or not always) true. I'll change the
+icall to return the root appdomain (as it doesn't seems we can get an
+AppDomain by it's Id anyway).