Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 27475 invoked from network); 28 Dec 2007 14:17:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2007 14:17:07 -0000 Received: (qmail 84590 invoked by uid 500); 28 Dec 2007 14:16:56 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 84497 invoked by uid 500); 28 Dec 2007 14:16:56 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 84488 invoked by uid 99); 28 Dec 2007 14:16:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 06:16:56 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 14:16:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 956DA71423B for ; Fri, 28 Dec 2007 06:16:44 -0800 (PST) Message-ID: <3791871.1198851404608.JavaMail.jira@brutus> Date: Fri, 28 Dec 2007 06:16:44 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-5238) [drlvm][util] memory leak at compile_gen_compile_me at compile_ia32.cpp while EIOffice run In-Reply-To: <26079642.1196620063295.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky closed HARMONY-5238. -------------------------------------- No response, assuming ok. > [drlvm][util] memory leak at compile_gen_compile_me at compile_ia32.cpp while EIOffice run > ------------------------------------------------------------------------------------------ > > Key: HARMONY-5238 > URL: https://issues.apache.org/jira/browse/HARMONY-5238 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: win32, > Reporter: Ilya Leviev > Assignee: Gregory Shimansky > Fix For: 5.0M4 > > Attachments: H-5238.patch > > > svn = r600076 > While profiling a simple EIOffice application on Harmony using > BoundsChecker the tool detected following memory leaks. > "name" are not disposed 26214 times while EIOffice startup-shutdown. > Here is stack trace: > malloc f:\vs70builds\3077\vc\crtbld\crt\src\dbgheap.c 139 > compile_gen_compile_me vm\vmcore\src\util\ia32\base\compile_ia32.cpp 238 > name = (char *)STD_MALLOC(sz); > assign_offsets_to_methods vm\vmcore\src\class_support\prepare.cpp 726 > prepare vm\vmcore\src\class_support\prepare.cpp 1227 > LoadVerifyAndPrepareClass vm\vmcore\src\class_support\classloader.cpp 382 > _resolve_class vm\vmcore\src\class_support\resolve.cpp 167 > _resolve_field vm\vmcore\src\class_support\resolve.cpp 418 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.