[Mono-bugs] [Bug 402443] GC does not run

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jun 21 11:22:17 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=402443

User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=402443#c1


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |robertj at gmx.net
           Severity|Major                                           |Normal




--- Comment #1 from Robert Jordan <robertj at gmx.net>  2008-06-21 09:22:15 MDT ---
The problem of this sample is the not recommended  excessive finalization
demand of those Data objects. The GC is working correctly, but it cannot
keep up with new allocations that are performed from the main thread.

You must call

GC.Collect ();
GC.WaitForPendingFinalizers ();

periodically or avoid using finalizers (destructors in C#).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list