[Mono-bugs] [Bug 61570][Nor] Changed - Mono uses OpenThread (not available on NT).
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 09:35:38 -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-21 12:45:59.000000000 -0400
+++ shadow/61570.tmp.9108 2004-07-28 09:35:38.000000000 -0400
@@ -61,6 +61,13 @@
-Prasad"
And some discussions on using it (NtOpenThread) on
http://www.osronline.com/lists_archive/ntdev/thread2357.html
+
+------- 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.