[Mono-bugs] [Bug 55793][Wis] Changed - Assertion Failure in reflection.c at line line 6210

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 13:23:16 -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 vargaz@freemail.hu.

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

--- shadow/55793	2004-03-22 00:55:10.000000000 -0500
+++ shadow/55793.tmp.3998	2004-03-22 13:23:16.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 55793
 Product: Mono: Runtime
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nvineeth@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -754,6 +754,11 @@
 I can't reproduce this. Could you post a minimal testcase ?
 
 ------- Additional Comments From nvineeth@yahoo.com  2004-03-22 00:55 -------
 Created an attachment (id=7048)
 Result of the test case , System.Reflection.Emit/CustomAttributeBuilderTest.cs on mono-0.31 release
 
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-22 13:23 -------
+Fixed in CVS. Note that the GetCustomAttributes (true) calls should be
+changed to GetCustomAttributes (false), since we don't want to
+count the custom attribures of type Object.