This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/26351] Native Momory Leak in ResourceBundle
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Feb 2006 02:24:24 -0000
- Subject: [Bug libgcj/26351] Native Momory Leak in ResourceBundle
- References: <bug-26351-12213@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-20 02:24 -------
Hmm, natStackTrace.cc was removed with:
2005-03-10 Bryce McKinlay <mckinlay@redhat.com>
New Stack Trace infrastructure.
So maybe this has been fixed for 4.1.0.
Also are you sure that it is leaking or just not being free right away?
I get the following behavior on powerpc-darwin on the mainline:
1294336/2060288
868352/2060288
425984/2060288
1650688/2060288
1318912/2060288
884736/2060288
450560/2060288
12288/2060288
1347584/2060288
See how it goes down and then back up?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26351