[Mono-bugs] [Bug 72868][Wis] Changed - Timers work in 1.1.3 not in 1.1.4

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 18:31:51 -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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=72868

--- shadow/72868	2005-02-22 17:52:00.000000000 -0500
+++ shadow/72868.tmp.25923	2005-02-22 18:31:51.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72868
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pmechai@free.fr               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,14 @@
 Everytime
 
 ------- Additional Comments From pmechai@free.fr  2005-02-22 17:52 -------
 Created an attachment (id=14321)
 sample.cs
 
+
+------- Additional Comments From bmaurer@users.sf.net  2005-02-22 18:31 -------
+This works if you replace while (true); with while (true) Thread.Sleep
+(10);
+
+The while (true) statement is probably sucking up all the CPU time. I
+don't know why there is a difference with 1.1.3, but whatever it is
+seems to go away when you use reasonable sleepage.