[Mono-bugs] [Bug 61515][Wis] Changed - NullReference exception in WaitOne()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 20:53:49 -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 michi@zeroc.com.

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

--- shadow/61515	2004-07-14 16:14:31.000000000 -0400
+++ shadow/61515.tmp.19157	2004-07-14 20:53:49.000000000 -0400
@@ -87,6 +87,14 @@
                         doit();
                 }
         }
 }
 
 
+
+------- Additional Comments From michi@zeroc.com  2004-07-14 20:53 -------
+I'm seeing this in a very large body of code. I'll try to reproduce 
+this with a smaller example. I suspect that you will need to run 
+several threads to see the problem, and you may also need to run it 
+on a multi-processor machine. (The same code when I run it on a 
+single process machine works -- but that's on Windows, and I'm 
+seeing the failure with RH 8.)