[Mono-bugs] [Bug 62400][Nor] Changed - error looking up mutex handle

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 19:51:11 -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=62400

--- shadow/62400	2004-08-04 06:36:35.000000000 -0400
+++ shadow/62400.tmp.2676	2004-08-04 19:51:11.000000000 -0400
@@ -28,6 +28,21 @@
 
 Michi.
 
 ------- Additional Comments From dick@ximian.com  2004-08-04 06:36 -------
 Are you using the 1.0 mono release, and named mutexes?  If so, this
 bug has been fixed.  See bug 60887.
+
+------- Additional Comments From michi@zeroc.com  2004-08-04 19:51 -------
+It looks like what I'm seeing is a different bug. I just checked the
+change log for my build and it says:
+
+2004-07-05  Dick Porter  <dick@ximian.com>
+
+        * mutexes.c (mutex_ops_init): Make the named mutex mutex sharable.
+
+        * daemon.c (unref_handle): Only destroy a handle if all processes
+        have released it, not just the current one.  Fixes bug 60887.
+
+Cheers,
+
+Michi.