From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30715 invoked by alias); 7 Feb 2007 14:48:56 -0000 Received: (qmail 30677 invoked by uid 48); 7 Feb 2007 14:48:41 -0000 Date: Wed, 07 Feb 2007 14:48:00 -0000 Message-ID: <20070207144841.30676.qmail@sourceware.org> From: "mcvet at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070124155300.3915.mcvet@redhat.com> References: <20070124155300.3915.mcvet@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/3915] Memory leakage X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00303.txt.bz2 List-Id: ------- Additional Comments From mcvet at redhat dot com 2007-02-07 14:48 ------- Created an attachment (id=1541) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1541&action=view) finalize() log file A quick initial assessment shows that StackFrame.java, FrameCursor.java, and the private class UnwindArgs in StackTraceCreator.java never seem to get collected, while other objects associated with stepping do. The attached file is a log of finalize() calls from a variety of classes, some from the DOM, Dwfl and DwflLine. StackFrame is a pure Java file, FrameCursor and UnwindArgs have native bindings; the DOM classes are pure Java and the Dwfl classes have native bindings. Failure to reach the finalize() for UnwindArgs means that native clean-up functions like unw_destroy_addr_space are not called. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3915 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.