[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
18 Nov 2002 15:11:32 -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 Mon Oct 28 19:11:04 2002
+++ shadow/31333.tmp.15470 Mon Nov 18 10:11:32 2002
@@ -175,6 +175,12 @@
GC_finalize_on_demand to nonzero, and set GC_finalizer_notifier to
point to a function which notifies that thread that there may be
runnable finalizers. (This leaves some more subtle issues related to
invoking finalizers from file open procedures and the like, but it
should at least get you close.) There is some argument that the GC
default be different, but that causes release compatibility issues.
+
+------- 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.)
+