[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
Sun Jul 3 18:05:29 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 vargaz at gmail.com.

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

--- shadow/71274	2005-07-02 18:51:53.000000000 -0400
+++ shadow/71274.tmp.17999	2005-07-03 18:05:29.000000000 -0400
@@ -513,6 +513,13 @@
 finer-grained barrier remains in place to prevent any new threads from
 entering the doomed AppDomain.
 
 Unloading an appdomain and exiting the process are probably similar.
 We need to make sure that once we have started either process that no
 new threads can be created.
+
+------- Additional Comments From vargaz at gmail.com  2005-07-03 18:05 -------
+This has nothing to do with appdomain unloading, since exiting the
+application does not involve unloading the main appdomain. What is
+needed to prevent this problem is setting a shutdown flag somewhere in
+the runtime, and preventing the creation of new threads during shutdown.
+


More information about the mono-bugs mailing list