[Mono-bugs] [Bug 56351][Min] Changed - Thread.Sleep(Timeout.Infinite) uses 99% of CPU
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Apr 2004 09:07:50 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=56351
--- shadow/56351 2004-04-01 15:26:34.000000000 -0500
+++ shadow/56351.tmp.19093 2004-04-09 09:07:50.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: SuSE 8.1
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: reali@acm.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -18,6 +18,9 @@
calling Thread.Sleep(Timeout.Infinite) (which internally invokes
Sleep_internal in mono/io-layer/threads.c) causes the CPU usage to jump to
99% instead of 0%
This is not really bad, but quite annoying.
+
+------- Additional Comments From vargaz@freemail.hu 2004-04-09 09:07 -------
+I can't reproduce this.