[Mono-bugs] [Bug 59379][Maj] Changed - Sustem.Threading.Timer hangs while disposing
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 07:10:17 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59379
--- shadow/59379 2004-06-01 02:52:16.000000000 -0400
+++ shadow/59379.tmp.3563 2004-06-15 07:10:17.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59379
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: azabytin@mera.ru
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -103,6 +103,9 @@
Console.WriteLine("disposing of timer...");
s.tmr.Dispose();
s.tmr = null;
}
}
}
+
+------- Additional Comments From lluis@ximian.com 2004-06-15 07:10 -------
+Fixed in CVS.