[Mono-bugs] [Bug 62574][Min] Changed - X86: multiple locallocs results in weird behavior
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Aug 2004 07:04:39 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=62574
--- shadow/62574 2004-08-05 15:27:22.000000000 -0400
+++ shadow/62574.tmp.15297 2004-08-08 07:04:39.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62574
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Kernel 2.6.4-ck2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: enplo00@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -92,6 +92,9 @@
Actual Results:
The JIT interpreter stops because of an unhandled
System.NullReferenceException when accessing the allocated memory. If the
first test is skipped (by uncommenting the br line), then the test is
passed but the interpreter crashes with a SIGSEGV.
+
+------- Additional Comments From vargaz@freemail.hu 2004-08-08 07:04 -------
+Fixed in CVS. Thanks for the report.