[Mono-bugs] [Bug 53548][Wis] New - mono runtime doesn't provide any evidence when loading an assembly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Jan 2004 12:20:51 -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 spouliot@videotron.ca.

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

--- shadow/53548	2004-01-29 12:20:51.000000000 -0500
+++ shadow/53548.tmp.7760	2004-01-29 12:20:51.000000000 -0500
@@ -0,0 +1,45 @@
+Bug#: 53548
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: spouliot@videotron.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono runtime doesn't provide any evidence when loading an assembly
+
+Description of Problem:
+Mono runtime doesn't provide any evidence when loading an assembly. This is
+a pre-required step to implement CAS (and is used in some other places).
+
+
+Steps to reproduce the problem:
+1. Compile the attached file (DisplayEvidence.cs)
+2. Execute
+
+
+Actual Results (under Mono 0.29):
+Unhandled Exception: System.NullReferenceException: A null value was found
+where
+ an object instance was required
+in <0x0003a> .DisplayEvidences:Main (string[])
+
+Expected Results (with MS runtime):
+A very long display (because of the Hash evidence) ended by...
+Number: 3
+
+How often does this happen? 
+Always
+
+Additional Information:
+- Evidence are mostly used for CAS.
+- The NullReferenceException is because we should return (at least) an
+empty evidence (not null).