[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:26:06 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31333
--- shadow/31333 Tue Nov 19 08:08:30 2002
+++ shadow/31333.tmp.21087 Tue Nov 19 08:26:06 2002
@@ -190,6 +190,10 @@
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.
+
+------- Additional Comments From dick@ximian.com 2002-11-19 08:26 -------
+There is only one thread. The finalizer thread sets the domain before
+it executes the object's method.