Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 35944 invoked from network); 4 Dec 2007 08:18:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 08:18:05 -0000 Received: (qmail 18802 invoked by uid 500); 4 Dec 2007 08:17:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 18783 invoked by uid 500); 4 Dec 2007 08:17:54 -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 18774 invoked by uid 99); 4 Dec 2007 08:17:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 00:17:53 -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; Tue, 04 Dec 2007 08:17:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1B752714238 for ; Tue, 4 Dec 2007 00:17:45 -0800 (PST) Message-ID: <14265423.1196756265109.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 00:17:45 -0800 (PST) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-5239) [drlvm][jitrino] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run In-Reply-To: <18335323.1196628343023.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-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov reassigned HARMONY-5239: --------------------------------------- Assignee: Mikhail Fursov > [drlvm][jitrino] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run > ------------------------------------------------------------------------------------ > > Key: HARMONY-5239 > URL: https://issues.apache.org/jira/browse/HARMONY-5239 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: win32 > Reporter: Ilya Leviev > Assignee: Mikhail Fursov > Attachments: H-5239.patch > > > svn = r600076 > While profiling a simple EIOffice application on Harmony using > BoundsChecker the tool detected following memory leaks. > "smm" are not disposed correctly while EIOffice startup-shutdown. > Here is stack trace: > operator new f:\vs70builds\3077\vc\crtbld\crt\src\new.cpp 25 > PMF::PipelineIterator::next vm\jitrino\src\main\pmf.cpp 2442 > smm = new MemoryManager(it->factory->getName()); > runPipeline \vm\jitrino\src\main\jitrino.cpp 218 > compileMethod vm\jitrino\src\main\jitrino.cpp 241 > Jitrino::CompileMethod vm\jitrino\src\main\jitrino.cpp 258 > JIT_compile_method_with_params vm\jitrino\src\vm\jitinterface.cpp 260 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.