[Mono-bugs] [Bug 74627][Maj] Changed - gmcs crash on parsing error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 13:37:13 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74627
--- shadow/74627 2005-04-16 13:26:40.000000000 -0400
+++ shadow/74627.tmp.24021 2005-04-16 13:37:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74627
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
@@ -34,6 +34,10 @@
ControlType = controlType;
ControlProperty = controlProperty;
ControlId = controlId;
FieldName = fieldName;
}
}
+
+------- Additional Comments From miguel@ximian.com 2005-04-16 13:37 -------
+Fixed, it was just the debugging code for the parser that was left
+enabled.