[Mono-bugs] [Bug 81538][Nor] Changed - ThreadAbortException doesn't get handled correctly, when it's thrown from inside a MethodInfo.Invoke call
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 6 14:33: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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81538
--- shadow/81538 2007-05-06 13:31:36.000000000 -0400
+++ shadow/81538.tmp.7560 2007-05-06 14:33:31.000000000 -0400
@@ -2,14 +2,14 @@
Product: Mono: Runtime
Version: 1.2
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Major
+Severity: Unknown
+Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: lievenvanderheide at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -70,6 +70,13 @@
public static void AbortIt()
{
Thread.CurrentThread.Abort();
}
}
}
+
+------- Additional Comments From robertj at gmx.net 2007-05-06 14:33 -------
+MS.NET 1.1 behaves like Mono while MS.NET 2.0 is actually throwing
+ThreadAbortException.
+
+[prio changed, see http://bugzilla.ximian.com/bug_status.html#priority]
+
More information about the mono-bugs
mailing list