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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
