[Mono-bugs] [Bug 61325][Wis] Changed - another strange cg behavior
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 07:13:31 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61325
--- shadow/61325 2004-07-08 19:30:24.000000000 -0400
+++ shadow/61325.tmp.21800 2004-07-09 07:13:31.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 61325
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: leandro@bol.com.br
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -74,6 +74,15 @@
How often does this happen?
always.
Additional Information:
+
+------- Additional Comments From lupus@ximian.com 2004-07-09 07:13 -------
+From the docs:
+Use this method to attempt to reclaim all memory that is inaccessible.
+However, the Collect method does not guarantee that all inaccessible
+memory is reclaimed.
+There is still a reference to the object in a stack var in your case,
+even if you don't see it. If you do the alloc in a method called from
+main it will have more chances of being collected.