[Mono-bugs] [Bug 74525][Nor] Changed - Thread.Interrupt not
implemented
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 6 00:26:16 EST 2005
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 jesse.sightler at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74525
--- shadow/74525 2005-10-17 19:54:23.000000000 -0400
+++ shadow/74525.tmp.4182 2005-12-06 00:26:16.000000000 -0500
@@ -10,12 +10,13 @@
Component: misc
AssignedTo: dick at ximian.com
ReportedBy: christiano at croesus.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
+Cc: jan.oravec at 6com.sk,jesse.sightler at gmail.com
Summary: Thread.Interrupt not implemented
Description of Problem:
Thread.Interrupt does not seem to work properly. Using Thread.Abort() is
not a viable solution here.
@@ -153,6 +154,14 @@
------- Additional Comments From vargaz at gmail.com 2005-09-10 16:48 -------
Not really fixed, but we throw a NotImplementedException () now.
------- Additional Comments From robertj at gmx.net 2005-10-17 19:54 -------
*** Bug 76251 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From jesse.sightler at gmail.com 2005-12-06 00:26 -------
+Should this really be closed if the method is still not implemented?
+
+Actually, for me this was a regression, as code which previously
+worked started failing due to the unexpected Exceptions.
+
+What would be involved in implementing this method within Mono?
More information about the mono-bugs
mailing list