[Mono-bugs] [Bug 38291][Cos] Changed - Strange Reflection crash.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 27 Feb 2003 09:17:03 -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 martin@ximian.com.

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

--- shadow/38291	Thu Feb 27 09:00:12 2003
+++ shadow/38291.tmp.8085	Thu Feb 27 09:17:03 2003
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: Mandrake 9.0
 Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
-Priority: Minor
+Priority: Cosmetic
 Component: misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: pt99par@student.bth.se               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -216,7 +216,16 @@
 ------- Additional Comments From martin@ximian.com  2003-02-27 08:59 -------
 See bug #38812 for the Array.CopyTo() problem - this explains why the Paolo is getting different crashes on Windows and Linux.
 
 
 ------- Additional Comments From martin@ximian.com  2003-02-27 09:00 -------
 The "real" bug here is that we're creating a MethodGroupExpr with PropertyInfo's.  I'll look at this now.
+
+
+------- Additional Comments From martin@ximian.com  2003-02-27 09:17 -------
+Ok, I'm about to commit a fix for this to CVS.
+It'll make it report a
+A.cs(5) error CS0122: `System.Collections.Specialized.NameValueCollection.Item' is inaccessible due to its protection level
+Is this correct ?
+Setting priority to cosmetic since it's now just a matter of reporting the correct error here.
+Note that bug #38812 still exists, but we aren't calling Array.CopyTo() with invalid arguments anymore.