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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Mar 2005 17:10:24 -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 cgaisford@novell.com.

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

--- shadow/74154	2005-03-28 17:06:42.000000000 -0500
+++ shadow/74154.tmp.24240	2005-03-28 17:10:24.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 74154
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cgaisford@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Mutex class locks on OS X in simple application
 
 The Mutex class appears to have some problems on OS X.  I will attach a
 sample app that starts up three processes, each process will start three
 threads that simple print to the screen.  The printing is protected by a
 mutex so only a full line of text (5 chars) should print at a time.  The