[Mono-bugs] [Bug 71274][Nor] Changed - finalizer-... tests randomly crash on x86
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 17 Jan 2005 06:33:43 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71274
--- shadow/71274 2005-01-14 13:21:10.000000000 -0500
+++ shadow/71274.tmp.19286 2005-01-17 06:33:43.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71274
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: io-layer
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -18,6 +18,11 @@
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.
+
+------- Additional Comments From dick@ximian.com 2005-01-17 06:33 -------
+Did this break before the recent Main()-in-main-thread changes? If
+not, it should be assigned to libmonoruntime (if we had that as a
+component) rather than io-layer.