[Mono-bugs] [Bug 77916][Maj] New - unhandled type in custom attr

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Mar 26 05:18:23 EST 2006


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 marek.safar at seznam.cz.

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

--- shadow/77916	2006-03-26 05:18:23.000000000 -0500
+++ shadow/77916.tmp.14121	2006-03-26 05:18:23.000000000 -0500
@@ -0,0 +1,60 @@
+Bug#: 77916
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: unhandled type in custom attr
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. compile 
+
+using System;
+
+[AttributeUsage (AttributeTargets.Class | AttributeTargets.Interface,
+AllowMultiple = true)]
+public class SimpleAttribute : Attribute {
+	public SimpleAttribute (string name)
+	{
+	}
+	
+	public object D;
+}
+
+[Simple ("Fifth", D=new double[] { -1 })]
+public class Blah {
+
+        public static int Main ()
+        {
+                return 0;
+        }
+}
+
+Actual Results:
+
+This application has requested the Runtime to terminate it in an unusual way.
+Please contact the application's support team for more information.
+
+Expected Results:
+
+No error.
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list