[Mono-bugs] [Bug 34859][Nor] Changed - WaitHandle.WaitAny and WaitAll don't wait.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Dec 2002 12:37:20 -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=34859
--- shadow/34859 Thu Dec 5 09:51:09 2002
+++ shadow/34859.tmp.18569 Tue Dec 10 07:37:19 2002
@@ -1,12 +1,12 @@
Bug#: 34859
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: RESOLVED
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: dick@ximian.com
ReportedBy: tum@veridicus.com
@@ -90,6 +90,9 @@
sample it crashes on Linux. Might want to make the io-layer's
WaitForMultipleObjects more robust...
Found and fixed another bug in WaitHandle.WaitAny. It wasn't
returning correct index values. The return values needed to be
offset by WAIT_OBJECT_0 and WAIT_ABANDONED_0.
+
+------- Additional Comments From dick@ximian.com 2002-12-10 07:37 -------
+Patch applied, thanks.