[Mono-bugs] [Bug 74154][Maj] Changed - Mutex class locks on OS X in simple application

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Apr 2005 17:21:42 -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 miguel@ximian.com.

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

--- shadow/74154	2005-04-13 13:50:17.000000000 -0400
+++ shadow/74154.tmp.31261	2005-04-13 17:21:42.000000000 -0400
@@ -109,6 +109,9 @@
 then the mutex is not preventing multiple threads or processes from
 obtaining it.
 
 Before the new io-layer was merged, this test would lock up.  Now it
 doesn't lock up, but I see mixed characters which indicates the mutex
 is not working.
+
+------- Additional Comments From miguel@ximian.com  2005-04-13 17:21 -------
+Verified that this bug exists.