[Mono-bugs] [Bug 72544][Nor] Changed - mcs crashes with Mono.CSharp.InternalErrorException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 07:52:55 -0500 (EST)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72544
--- shadow/72544 2005-02-14 07:23:09.000000000 -0500
+++ shadow/72544.tmp.9193 2005-02-14 07:52:55.000000000 -0500
@@ -5,18 +5,17 @@
OS Details: ubuntu/ppc hoary
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
-AssignedTo: rharinath@novell.com
+AssignedTo: mono-bugs@ximian.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mcs crashes with Mono.CSharp.InternalErrorException
using System;
using System.Runtime.InteropServices;
class T {
@@ -96,6 +95,15 @@
Int32 Parse(System.String, NumberStyles):15430424
Int32 Parse(System.String, NumberStyles, IFormatProvider):15433016
Boolean Equals(System.Object, System.Object):15168440
Boolean ReferenceEquals(System.Object, System.Object):15176336
So, not a compiler bug.
+
+------- Additional Comments From rharinath@novell.com 2005-02-14 07:52 -------
+I think I won't put a workaround in the compiler, as I'd like it to be
+brittle to bugs/regressions in 'mono'. Also, this doesn't affect
+correctness of the compiler: only the QoI. We didn't crash, but
+detected a constraint violation.
+
+So, this is a WONTFIX on the compiler side of things :-)
+