[Mono-bugs] [Bug 31333][Nor] Changed - GC problem with Console.WriteLine in the finalization code.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Nov 2002 13:08:30 -0000


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 miguel@ximian.com.

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

--- shadow/31333	Mon Nov 18 10:45:11 2002
+++ shadow/31333.tmp.881	Tue Nov 19 08:08:30 2002
@@ -182,6 +182,14 @@
 
 ------- Additional Comments From dick@ximian.com  2002-11-18 10:11 -------
 Fixed in CVS.  However, not setting status to FIXED, as there's a
 problem still with weak references.  (See comment in metadata/gc.c in
 ves_icall_System_GCHandle_GetTargetHandle.)
 
+
+------- Additional Comments From miguel@ximian.com  2002-11-19 08:08 -------
+Dick, I have a question, do we start up a thread per AppDomain? 
+
+Or is it possible to use the same thread across all AppDomains, and
+just switch accordingly?
+
+Miguel.