[Mono-bugs] [Bug 74680][Maj] Changed - Creating mutex on new I/O layer returns wrong status

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Apr 2005 16:33:29 -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=74680

--- shadow/74680	2005-04-26 00:55:07.000000000 -0400
+++ shadow/74680.tmp.13894	2005-04-29 16:33:29.000000000 -0400
@@ -84,6 +84,9 @@
 as not-created -- clearly wrong, but not happening in svn
 
 I don't see how we can get this 100% correctly. If an application gets
 killed hard, we are going to have to rely on the GC to clean up the
 mutex. On windows, since this is kernel level stuff, the kernel can
 keep track of it.
+
+------- Additional Comments From miguel@ximian.com  2005-04-29 16:33 -------
+Btw, this fails even if you terminate the application by pressing return .