[Mono-list] GC bug

Miguel de Icaza miguel@ximian.com
03 Nov 2002 12:24:42 -0500


Hello,

> The following code doesn't get garbage collected
> right with the mono runtime (current anoncvs).

We should try hard to fix it, but your application should not depend on
finalizers to be called (the spec claims: an implementation should try
to call all finalizers, but there are no guarantees made).

Miguel