[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, 30 Mar 2005 18:16:56 -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-29 13:08:36.000000000 -0500
+++ shadow/74154.tmp.3431	2005-03-30 18:16:56.000000000 -0500
@@ -10,12 +10,13 @@
 Component: io-layer
 AssignedTo: dick@ximian.com                            
 ReportedBy: cgaisford@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: grompf@sublimeintervention.com,jpallen@novell.com,miguel@ximian.com
 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