[Mono-bugs] [Bug 41292][Maj] Changed - Some threads blocking on AutoResetEvent.WaitOne don't receive event

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 29 Jul 2003 09:34:11 -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 dick@ximian.com.

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

--- shadow/41292	Tue Apr 15 08:14:39 2003
+++ shadow/41292.tmp.5682	Tue Jul 29 09:34:11 2003
@@ -1,12 +1,12 @@
 Bug#: 41292
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: 
-Status: ASSIGNED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: dick@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
@@ -77,7 +77,14 @@
 
 running in exe: mono <compiled.exe> <threadcount> <minisleeptime>
 
 ------- Additional Comments From r.h.lee@attbi.com  2003-04-15 07:35 -------
 Created an attachment (id=4040)
 TestCase : MTWaitHandleTests.cs
+
+
+------- Additional Comments From dick@ximian.com  2003-07-29 09:34 -------
+According to all the w32 documentation I can find (including the
+.net class docs) setting an AutoResetEvent should only release one
+thread, even if many are waiting.  Do you have some contradictory
+documentation?