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

[jira] Resolved: (HARMONY-5238) [drlvm][util] memory leak at compile_gen_compile_me at compile_ia32.cpp while EIOffice run

     [ https://issues.apache.org/jira/browse/HARMONY-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-5238.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M4
         Assignee: Gregory Shimansky

Bug is fixed at 601355. There should be no leak any more.

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