[Mono-bugs] [Bug 74525][Nor] Changed - Thread.Interrupt not
implemented
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 9 14:56:03 EDT 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 jan.oravec at 6com.sk.
http://bugzilla.ximian.com/show_bug.cgi?id=74525
--- shadow/74525 2005-05-10 19:31:35.000000000 -0400
+++ shadow/74525.tmp.11053 2005-09-09 14:56:03.000000000 -0400
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: dick at ximian.com
ReportedBy: christiano at croesus.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
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.
@@ -139,6 +138,14 @@
------- Additional Comments From bmaurer at users.sf.net 2005-05-10 19:31 -------
No big suprise ;-)
[MonoTODO]
public void Interrupt ()
+
+------- Additional Comments From jan.oravec at 6com.sk 2005-09-09 14:56 -------
+If this is not going to be implemented soon - what about at least
+throwing NotImplementedException?
+
+It took me two hours debugging my code until I found out that the
+Interrupt() code is empty.
+
More information about the mono-bugs
mailing list