[Mono-bugs] [Bug 77208][Nor] Changed - in MS.Net 2.0, finally blocks are not interrupted by ThreadAbortExceptions/Interrupt
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 16 20:58:16 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=77208
--- shadow/77208 2007-05-16 20:38:28.000000000 -0400
+++ shadow/77208.tmp.11619 2007-05-16 20:58:16.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: scottellington at comcast.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: in MS.Net 2.0, finally blocks are not interrupted by ThreadAbortExceptions
+Summary: in MS.Net 2.0, finally blocks are not interrupted by ThreadAbortExceptions/Interrupt
In MS. Net 1.1 and Mono, if an Abort is received by a thread which is
currently in a finally block, the finally block is interrupted. This is
documented in the Abort method section on msdn:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemthreadingthreadclassaborttopic1.asp
@@ -67,6 +67,12 @@
Before Interrupt
Before Sleep in Catch
Thread interrupted
+
+------- Additional Comments From macite at gmail.com 2007-05-16 20:58 -------
+Problem relates to both Runtime and Compiler.
+
+Code compiled with MCS and executed on MS.NET produces incorrect output.
+Code compiled with CSC and executed on Mono produces incorrect output.
More information about the mono-bugs
mailing list