[Mono-bugs] [Bug 81646][Nor] New - Lock/Monitor.Enter cannot be interrupted
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 16 21:11:31 EDT 2007
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 macite at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81646
--- shadow/81646 2007-05-16 21:11:31.000000000 -0400
+++ shadow/81646.tmp.11792 2007-05-16 21:11:31.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 81646
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: macite at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Lock/Monitor.Enter cannot be interrupted
+
+Description of Problem:
+Locking on Mono cannot be interrupted.
+The MSDN documentation for <a
+href="http://msdn2.microsoft.com/en-US/library/system.threading.monitor.enter.aspx">Monitor.Enter</a>
+indicates that this method can be interrupted.
+
+Steps to reproduce the problem:
+1. Run test provided
+
+Actual Results:
+ T1... started
+ T1... trying Lock1
+ Main... Interrupting t1
+ T1... got Lock1
+
+Expected Results:
+ T1... started
+ T1... trying Lock1
+ Main... Interrupting t1
+ T1 Thread has been interrupted from a waiting state.
+
+How often does this happen?
+ Always
+
+Additional Information:
+ Code compiled with MCS executes correctly when run under MS.NET.
+ MS.NET code tested on Windows 2003 Server
+ Mono tests executed on 1.2.2.1 on Mac OS 10.4, MacBook Pro
More information about the mono-bugs
mailing list