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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Apr 2005 20:30:14 -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 mlasky@novell.com.

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

--- shadow/74680	2005-04-20 20:30:14.000000000 -0400
+++ shadow/74680.tmp.15219	2005-04-20 20:30:14.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 74680
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SLES 9
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mlasky@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Creating mutex on new I/O layer returns wrong status
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When creating a named mutex the first time, the create status comes back 
+as not created.
+
+Steps to reproduce the problem:
+1. Run attached test application Test.exe
+2. 
+3. 
+
+Actual Results:
+Mutex status comes back as not created.
+
+Expected Results:
+Expected status created.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+This is in the new I/O layer. Not the wapi stuff.