[Mono-bugs] [Bug 69493][Nor] Changed - System.Threading.Timer
invokes callback immediately when dueTime parameter is equal
to Int32.MaxValue
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 2 18:32:09 EDT 2005
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 at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69493
--- shadow/69493 2004-11-24 19:29:53.000000000 -0500
+++ shadow/69493.tmp.4631 2005-07-02 18:32:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 69493
Product: Mono: Runtime
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: akuznets at mera.ru
QAContact: mono-bugs at ximian.com
@@ -76,6 +76,9 @@
this=0x81e9f60, handle=0x1, ms=1, exitContext=0) at threads.c:828
828 ret=WaitForSingleObjectEx (handle, ms, TRUE);
if i trust those parameters, the number of ms is 1.
And in any case, the WaitOne on Int32.MaxValue is returning
immediately with a 'false' value.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-07-02 18:32 -------
+I can't reproduce this issue on svn.
More information about the mono-bugs
mailing list