[Mono-bugs] [Bug 81658][Nor] Changed - [PATCH] Thread.ApartmentState can still be accessed if thread is stopped
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 17 12:42:24 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81658
--- shadow/81658 2007-05-17 12:42:11.000000000 -0400
+++ shadow/81658.tmp.27539 2007-05-17 12:42:24.000000000 -0400
@@ -2,22 +2,22 @@
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Thread.ApartmentState can still be accessed if thread is stopped
+Summary: [PATCH] Thread.ApartmentState can still be accessed if thread is stopped
On MS, when a thread is stopped and you attempt to retrieve the
ApartmentState then a ThreadStateException is thrown.
I've added a unit test to ThreadTest.cs, named
ThreadApartmentTest.ApartmentState_StoppedThread.
More information about the mono-bugs
mailing list