[Mono-bugs] [Bug 24967] Changed - Thread.Start(new ThreadStart(Meth)) ends too soon.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
20 May 2002 09:49:39 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24967
--- shadow/24967 Mon May 20 04:14:36 2002
+++ shadow/24967.tmp.21135 Mon May 20 05:49:39 2002
@@ -1,14 +1,14 @@
Bug#: 24967
Product: Mono/Runtime
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -50,6 +50,13 @@
while (true) {
Console.WriteLine("Inside Method");
}
}
}
}
+
+------- Additional Comments From dick@ximian.com 2002-05-20 05:49 -------
+Known issue.
+
+Threads are supposed to start suspended, but thread suspend/resume
+hasn't been implemented yet.
+