[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 19:43:00 -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-18 18:30:42.000000000 -0400
+++ shadow/71274.tmp.16132	2005-04-18 19:43:00.000000000 -0400
@@ -10,12 +10,13 @@
 Component: misc
 AssignedTo: lupus@ximian.com                            
 ReportedBy: vargaz@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: dick@ximian.com,lluis@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,
@@ -84,6 +85,9 @@
 
 ------- 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 )
 
+
+------- Additional Comments From miguel@ximian.com  2005-04-18 19:43 -------
+Including Lluis on this one too.