[Mono-bugs] [Bug 61570][Wis] Changed - Mono uses OpenThread (not available on NT).
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Aug 2004 06:45:53 -0400 (EDT)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61570
--- shadow/61570 2004-07-28 09:35:38.000000000 -0400
+++ shadow/61570.tmp.25264 2004-08-25 06:45:53.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 61570
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: Windows NT
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
-Priority: Normal
+Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: diltonm@McCOMSoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -68,6 +68,10 @@
------- Additional Comments From lluis@ximian.com 2004-07-28 09:35 -------
I think we can avoid the use of OpenThread. It is only used by the
main thread to make sure that secondary thread handles are not closed
while it is waiting for them to finish. AFAIR, WaitForMultipleObjects
was crashing when this happened. I'll try to find another solution for
this problem.
+
+------- Additional Comments From lluis@ximian.com 2004-08-25 06:45 -------
+The change is not so easy, we are not going to support NT 4.0 for the
+moment (patches are wellcome, however).