|
From: | Nick Lee |
Subject: | [Pnet-developers] [bug #20250] Garbage Collector Doesn't Reclaim Memory |
Date: | Mon, 25 Jun 2007 10:54:20 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
URL: <http://savannah.gnu.org/bugs/?20250> Summary: Garbage Collector Doesn't Reclaim Memory Project: DotGNU Portable.NET Submitted by: nick_lee Submitted on: Monday 25/06/07 at 10:54 Category: None Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: In the attached code, the Garbage collector never reclaims any memory when run on Linux. Program output is as follows:[[BR]][[BR]] Bytes used: 131072[[BR]] Forcing GC...[[BR]] Bytes used: 356352[[BR]] Allocating some memory...[[BR]] Bytes used: 1527808[[BR]] Removing all references to allocated memory...[[BR]] Bytes used: 1527808[[BR]] Forcing GC...[[BR]] Bytes used: 1527808[[BR]] _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Monday 25/06/07 at 10:54 Name: GCTest.cs Size: 749B By: nick_lee <http://savannah.gnu.org/bugs/download.php?file_id=13157> ------------------------------------------------------- Date: Monday 25/06/07 at 10:54 Name: GCTest.log Size: 475B By: nick_lee <http://savannah.gnu.org/bugs/download.php?file_id=13158> _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?20250> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |