[Mono-bugs] [Bug 35276][Maj] Changed - Mcs Hangs when compiling some code (code into bug text)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Dec 2002 18:35:32 -0000
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=35276
--- shadow/35276 Sun Dec 8 09:34:54 2002
+++ shadow/35276.tmp.22339 Sun Dec 8 13:35:32 2002
@@ -1,14 +1,14 @@
Bug#: 35276
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: kiwnix@yahoo.es
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -47,6 +47,9 @@
public static void Main(string s)
{
StringBuilder a = new StringBuilder(s);
a.Add("(").Add("A").Add(")");
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-12-08 13:35 -------
+Does not happen with CVS MCS.