[Mono-bugs] [Bug 64698][Nor] Changed - Compile Failure: new Thread (X).Start ();
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 17 Jan 2005 18:53:02 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=64698
--- shadow/64698 2004-08-31 00:26:23.000000000 -0400
+++ shadow/64698.tmp.2517 2005-01-17 18:53:02.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 64698
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -25,6 +25,9 @@
Console.WriteLine ("Hello, from a new thread");
}
static void Main () {
new Thread (X).Start ();
}
}
+
+------- Additional Comments From miguel@ximian.com 2005-01-17 18:53 -------
+Fixed on SVN.