[Mono-bugs] [Bug 71274][Nor] New - finalizer-... tests randomly crash on x86

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Jan 2005 13:21:10 -0500 (EST)


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 vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71274

--- shadow/71274	2005-01-14 13:21:10.000000000 -0500
+++ shadow/71274.tmp.3920	2005-01-14 13:21:10.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 71274
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: io-layer
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: finalizer-... tests randomly crash on x86
+
+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,
+so this doesn't work.