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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 31 Jan 2003 07:10:39 -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 dick@ximian.com.

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

--- shadow/35040	Thu Jan 30 05:26:25 2003
+++ shadow/35040.tmp.25426	Fri Jan 31 07:10:38 2003
@@ -37,6 +37,11 @@
 
 ------- 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.
+
+------- Additional Comments From dick@ximian.com  2003-01-31 07:10 -------
+I intend to make the handles array resize.  That should be reasonably
+straightforward now the shared memory is a mmap()ed file.  Of course,
+WaitForPendingFinalizers() is still needed too.