You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Leviev (JIRA)" <ji...@apache.org> on 2007/12/02 21:45:43 UTC

[jira] Created: (HARMONY-5239) [drlvm][jitrino] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run

[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


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.


[jira] Resolved: (HARMONY-5239) [drlvm][jitrino] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov resolved HARMONY-5239.
-------------------------------------

    Resolution: Fixed

Committed revision 600850

> [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.


[jira] Updated: (HARMONY-5239) [drlvm][jitrino] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run

Posted by "Ilya Leviev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Leviev updated HARMONY-5239:
---------------------------------

    Attachment: H-5239.patch

> [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
>         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.


[jira] Assigned: (HARMONY-5239) [drlvm][jitrino] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run

Posted by "Mikhail Fursov (JIRA)" <ji...@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.


[jira] Updated: (HARMONY-5239) [drlvm][jit] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run

Posted by "Ilya Leviev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Leviev updated HARMONY-5239:
---------------------------------

    Summary: [drlvm][jit] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run  (was: [drlvm][jitrino] memory leak at PipelineIterator::next at pmf.cpp while EIOffice run)

> [drlvm][jit] 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.