hELLO, > recently I upgraded my RPMs of Mono to the newest > version 0.30.2. Unfortunatelly I believe there is a > bug in the runtime, because the small program attached > to this message don't appear to be calling its method > Finalize() even under heavy memory preasure. > > After receiving some kind help from Cesar (who > verified that Finalize() was actually being called > when Microsoft's framework was used instead of Mono) I > filled bug 55644. > > Please check if this is actually a bug. If this > happens to be true I think a new RPM should be built > ASAP.
With CVS, the GC is kicking-in, and things are getting released (I am allocating a larger object than you are, and also renamed `Finalizer' to use the destructor syntax, you should not try to guess what the compiler does). The memory use stays reasonably bound, but the finalizer is in fact not being called. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
