[Mono-dev] Issues with GC due to libgc

Mark Probst mark.probst at gmail.com
Tue Sep 29 03:06:50 EDT 2009


On Mon, Sep 28, 2009 at 11:41 PM, Miguel de Icaza <miguel at novell.com> wrote:
> The problem with AppDomains is that upon unloading there is a potential
> for leaking vtables, something that I do not particular think is as
> important as being able to scan the AppDomains precisely.

This is one of the main problems I'm fighting with in getting SGen to
work - SGen always scans based on the VTables, so any leakage kills
it.  The situation is much better already but there still seem to be a
few cases where objects can leak beyond their domains.

Mark


More information about the Mono-devel-list mailing list