[Mono-bugs] [Bug 35040][Nor] Changed - Finalizer thread issues

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 30 Jan 2003 05:26:25 -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 lupus@ximian.com.

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

--- shadow/35040	Wed Dec  4 12:55:58 2002
+++ shadow/35040.tmp.30082	Thu Jan 30 05:26:25 2003
@@ -31,6 +31,12 @@
 finalizer thread is enabled for 'production' (ie stable releases).
 
 ------- Additional Comments From lupus@ximian.com  2002-12-04 12:55 -------
 There is another issue that I forgot to mention here: running mono on
 windows with the finalizer thread enabled will cause a SEGV in
 mono_gc_init().
+
+------- Additional Comments From lupus@ximian.com  2003-01-30 05:26 -------
+Just to note that the SEGV issue in windows was fixed by gonzalo in cvs
+(though a new libgc binary is needed as well).
+The WaitForPendingFinalizers() is the bigger issue now: non-trivial
+applications will run out of handles pretty soon.