[Mono-bugs] [Bug 33732][Wis] Changed - Mono is not respecting Monitor locks ...
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 29 Jan 2003 11:58:07 -0500 (EST)
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=33732
--- shadow/33732 Tue Nov 12 10:26:03 2002
+++ shadow/33732.tmp.18942 Wed Jan 29 11:58:07 2003
@@ -38,6 +38,17 @@
Produce: 3
Consume: 3
...
...
Produce: 20
Consume: 20
+
+------- Additional Comments From dick@ximian.com 2003-01-29 11:58 -------
+The problem here is that the Pulse/Wait model does not map directly to
+the conditional variable model that I thought it did, and implemented.
+ I'm still working on a redesign.
+
+I have a suspicion (from reading the class docs) that the ms runtime
+is calling SuspendThread and managing a list. Unfortunately we can't
+do that while we use the boehm gc, because it will deadlock as soon as
+it wants to stop the world when there are suspended threads.
+