[Mono-bugs] [Bug 71274][Nor] Changed - finalizer-... tests randomly
crash on x86 (Environment.Exit race)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 18:40:25 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 .
http://bugzilla.ximian.com/show_bug.cgi?id=71274
--- shadow/71274 2005-07-03 18:37:25.000000000 -0400
+++ shadow/71274.tmp.21151 2005-10-20 18:40:25.000000000 -0400
@@ -10,13 +10,13 @@
Component: misc
AssignedTo: lupus at ximian.com
ReportedBy: vargaz at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc: dick at ximian.com,lluis at ximian.com
+Cc: btimothy at novell.com,dick at ximian.com,lluis at ximian.com
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,
More information about the mono-bugs
mailing list