[Mono-bugs] [Bug 79358][Wis] New - Double release of Mutex should throw exception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 11 13:33:48 EDT 2006
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 joncham at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79358
--- shadow/79358 2006-09-11 13:33:48.000000000 -0400
+++ shadow/79358.tmp.29504 2006-09-11 13:33:48.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 79358
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: joncham at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Double release of Mutex should throw exception
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Releasing a mutex twice throws an exception on .Net, but not mono
+
+Steps to reproduce the problem:
+1. Run sample app
+2.
+3.
+
+Actual Results:
+Releasing a non-owned mutex should cause an exception - FAILED
+
+Expected Results:
+Releasing a non-owned mutex should cause an exception - SUCCEEDED
+
+How often does this happen?
+Every time.
+
+Additional Information:
More information about the mono-bugs
mailing list