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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=402443#c1


Robert Jordan <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]
           Severity|Major                                           |Normal




--- Comment #1 from Robert Jordan <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to