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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Aug 2003 06:22:23 -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 r.h.lee@attbi.com.

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

--- shadow/41292	2003-08-11 21:15:01.000000000 -0400
+++ shadow/41292.tmp.14827	2003-08-13 06:22:23.000000000 -0400
@@ -110,6 +110,12 @@
    Thread #2
    Thread #3
    Thread #4
 Test Failed
 
 
+
+------- Additional Comments From r.h.lee@attbi.com  2003-08-13 06:22 -------
+AutoResetEvent should only release one waiting thread per call to Set().
+
+The test case fails when call Set() is called from another thread, but
+works fine called from the same thread.