[Mono-bugs] [Bug 62983][Nor] Changed - unhandled type in custom attr
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 14:51:52 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=62983
--- shadow/62983 2004-08-12 19:14:49.000000000 -0400
+++ shadow/62983.tmp.14079 2004-08-29 14:51:51.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 62983
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Unhandled type crash
+Summary: unhandled type in custom attr
This code crashes compiler with "unhandled type in custom attr"
using System;
using System.Reflection;
@@ -30,6 +30,11 @@
[My((object)TypeCode.Empty)]
public class Test {
static public int Main() {
}
}
}
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-29 14:51 -------
+This looks like it is an mcs bug. I tried it under the msft runtime
+and it had a stack overflow (it would not give me a stack trace -->
+likely inside unmanaged code).