[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
Mon, 14 Apr 2003 08:13:02 -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 Sun Apr 13 01:46:21 2003
+++ shadow/41292.tmp.23879 Mon Apr 14 08:13:02 2003
@@ -52,6 +52,10 @@
statement in the loop, or if possible, use a Mutex instead.
for (int i=0; i<_threadCount; ++i) {
_autoEvent.Set ();
Thread.Sleep(1);
}
+
+------- Additional Comments From dick@ximian.com 2003-04-14 08:13 -------
+Please supply a fully self-contained demonstration of this bug, that
+we can use to reproduce the problem.