[Mono-bugs] [Bug 71274][Nor] Changed - finalizer-... tests randomly crash on x86 (Environment.Exit race)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 18:30:42 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71274
--- shadow/71274 2005-04-17 16:25:08.000000000 -0400
+++ shadow/71274.tmp.15719 2005-04-18 18:30:42.000000000 -0400
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: lupus@ximian.com
ReportedBy: vargaz@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: finalizer-... tests randomly crash on x86 (Environment.Exit race)
These tests crash because they call Environment.Exit from a subthread, and
the other threads are not aborted/suspended before shutting down the runtime.
The MS docs/blogs say they suspend all managed threads. I tried implementing
this, but call SuspendThread does not wait for the threads to really suspend,
@@ -79,6 +78,12 @@
------- Additional Comments From vargaz@gmail.com 2005-04-17 16:25 -------
Created an attachment (id=14957)
patch for corlib
+
+------- Additional Comments From miguel@ximian.com 2005-04-18 18:30 -------
+Dick, could you comment on this?
+
+Various guys at Ximian are getting this error (ZLM being the latest one )
+