[Mono-bugs] [Bug 72684][Cri] Changed - ** (../../class/lib/net_2_0/nunit-console.exe:7573): WARNING **: Aborting of threads in domain domain-corlib_test_net_2_0.dll timed out.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Mar 2005 13:16:55 -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=72684

--- shadow/72684	2005-03-09 19:40:13.000000000 -0500
+++ shadow/72684.tmp.13550	2005-03-10 13:16:55.000000000 -0500
@@ -45,6 +45,10 @@
 The current code is correct since pool threads should not be aborted
 when they are in the pool (there is no need for that, since those
 threads are not really active, just waiting for work to do). I think
 that the solution is to modify mono_threads_abort_appdomain_threads
 method so it waits for the threads to abort OR exit the domain.
 
+
+------- Additional Comments From vargaz@gmail.com  2005-03-10 13:16 -------
+A thread can't exit the domain where it was created, so if a threadpool
+thread is created there, it must be aborted.