[Mono-bugs] [Bug 79465][Nor] New - mcs/test-454.cs produces invalid attribute blob
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 21 15:05:40 EDT 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=79465
--- shadow/79465 2006-09-21 15:05:40.000000000 -0400
+++ shadow/79465.tmp.2769 2006-09-21 15:05:40.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 79465
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs/test-454.cs produces invalid attribute blob
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+mcs/test-454.cs compiled by mcs doesn't work on Microsoft runtime
+
+Steps to reproduce the problem:
+1. compile
+2. run on ms .net
+3.
+
+Actual Results:
+
+Unhandled Exception: System.Reflection.CustomAttributeFormatException:
+Binary format of the specified custom attribute was invalid.
+ at System.Reflection.CustomAttribute._GetPropertyOrFieldData(IntPtr
+pModule, Byte** ppBlobStart, Byte* pBlobEnd, String& name, Boolean&
+bIsProperty, Type& type, Object& value)
+ at System.Reflection.CustomAttribute.GetPropertyOrFieldData(Module
+module, IntPtr& blobStart, IntPtr blobEnd, String& name, Boolean&
+isProperty, Type& type, Object& value)
+ at System.Reflection.CustomAttribute.GetCustomAttributes(Module
+decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType
+attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes)
+ at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType
+type, RuntimeType caType, Boolean inherit)
+ at System.RuntimeType.GetCustomAttributes(Boolean inherit)
+ at Test.Main()
+
+
+Expected Results:
+
+No error
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list