[Mono-bugs] [Bug 74154][Wis] New - Mutex class locks on OS X in simple application
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Mar 2005 17:06:42 -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.24179 2005-03-28 17:06:42.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 74154
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+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
+app runs fine on Linux but hangs on OS X.
+
+The sample code is too large to paste in here so I'll attach the file.
+
+The only other reference I found to this bug was Bug #72534 which didn't
+look to be directly related but looked bad!