[Mono-bugs] [Bug 81044][Nor] Changed - Missing exception from invalid cast.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 6 06:38:42 EST 2007
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 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81044
--- shadow/81044 2007-03-05 18:54:19.000000000 -0500
+++ shadow/81044.tmp.16328 2007-03-06 06:38:42.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 81044
Product: Mono: Runtime
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -30,6 +30,12 @@
if (list.Count != array.Length)
{
throw new System.ApplicationException();
}
}
}
+
+------- Additional Comments From vargaz at gmail.com 2007-03-06 06:38 -------
+This is a gmcs/reflection bug. The same program compiled using csc
+throws an exception on mono, and PEVerify reports errors on the gmcs
+produced one.
+
More information about the mono-bugs
mailing list