[Mono-bugs] [Bug 78692][Wis] Changed - [2.0] MS.NET's foreach loop over an array of Controls crashes JIT
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 5 16:52:07 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78692
--- shadow/78692 2006-07-03 18:51:05.000000000 -0400
+++ shadow/78692.tmp.14611 2006-07-05 16:52:07.000000000 -0400
@@ -3,21 +3,21 @@
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Linux Slackware, Windows XP
Status: NEW
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Wishlist
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: kuba.brecka at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: MS.NET's foreach loop over an array of Controls crashes JIT
+Summary: [2.0] MS.NET's foreach loop over an array of Controls crashes JIT
Description of Problem:
I have the following code to reproduce the problem:
using System;
using System.Collections.Generic;
@@ -92,6 +92,12 @@
------- Additional Comments From vargaz at gmail.com 2006-06-24 10:27 -------
Using HEAD, we correctly throw a MissingMethodException. So only the
MWF issue remains.
------- Additional Comments From jackson at ximian.com 2006-07-03 18:51 -------
Are you using 2.0 .NET to compile? we only support 1.1 for MWF right now.
+
+------- Additional Comments From jackson at ximian.com 2006-07-05 16:52 -------
+This is just because the code is being compiled against MS's 2.0
+assemblies, but run on MWF which does not yet support 2.0.
+
+
More information about the mono-bugs
mailing list