[Mono-bugs] [Bug 72284][Nor] Changed - Exception thrown at JIT time results in unhandled exceptions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 21:06:33 -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=72284

--- shadow/72284	2005-02-08 11:20:51.000000000 -0500
+++ shadow/72284.tmp.5295	2005-02-09 21:06:33.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72284
 Product: Mono: Runtime
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -66,6 +66,12 @@
 Unhandled Exception: System.Security.SecurityException: Calling
 internal calls is restricted to ECMA signed assemblies.
 in <0x000c8>
 System.Security.SecurityManager:LinkDemandSecurityException
 (int,System.Reflection.Assembly)
 
+
+------- Additional Comments From sebastien@ximian.com  2005-02-09 21:06 -------
+That was my error (bad tests). The patch has the same behaviour as the
+MS implementation - except for internal calls. A newer patch will
+correct this...
+