[Mono-bugs] [Bug 412217] New: [gmcs] System.InvalidProgramException: Invalid IL within an iterator
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 25 10:20:53 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=412217
Summary: [gmcs] System.InvalidProgramException: Invalid IL within
an iterator
Product: Mono: Compilers
Version: SVN
Platform: x86-64
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jpryor at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Compile and execute the attached source code:
1. gmcs unfoldr.cs
2. mono unfoldr.exe
Expected result:
10
9
8
7
6
5
4
3
2
1
Actual result:
Unhandled Exception: System.InvalidProgramException: Invalid IL code in
<CreateUnfoldrIterator>c__Iterator0`2:MoveNext (): IL_009d: stloc.3
at Mono.Rocks.Test.Main () [0x00000]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list