[Mono-bugs] [Bug 81703][Nor] Changed - jit crashes while emitting ldc.i4.s in certain cases.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 22 09:20:28 EDT 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=81703
--- shadow/81703 2007-05-22 05:13:18.000000000 -0400
+++ shadow/81703.tmp.7780 2007-05-22 09:20:28.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81703
Product: Mono: Runtime
Version: 1.0
OS: other
OS Details: sles-9-ia64
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: rolfkvinge at ya.com
QAContact: mono-bugs at ximian.com
@@ -96,6 +96,10 @@
- PEVerify doesn't complain about the IL.
- I couldn't make mcs generate this IL (it uses ldc.i4 for these numbers),
so no C# sample.
- In EmitLoadI4Value both conditions have to be present, and the variable
has to be a method parameter (tried changing it to a local and it works).
- The parameter can be both a sbyte as well as an integer, both crashes.
+
+------- Additional Comments From vargaz at gmail.com 2007-05-22 09:20 -------
+Fixed in SVN.
+
More information about the mono-bugs
mailing list