[Mono-bugs] [Bug 568644] GC.Collect() does not collect WeakReferences
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 6 20:38:03 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=568644
http://bugzilla.novell.com/show_bug.cgi?id=568644#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-01-07 01:38:00 UTC ---
Due to the way mono's garbage collector works, objects might not be collected
if there are no user visible references to them, like in this case, there could
be references to the result of new object () somewhere on the stack, in
registers etc.
--
Configure bugmail: http://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