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