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 2008/01/22 13:40:34 UTC

[jira] Created: (HARMONY-5412) [drlvm][gc] memory leak at mutator_initialize at gc_gen\src\thread\mutator.cpp

[drlvm][gc] memory leak at  mutator_initialize at  gc_gen\src\thread\mutator.cpp
--------------------------------------------------------------------------------

                 Key: HARMONY-5412
                 URL: https://issues.apache.org/jira/browse/HARMONY-5412
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Ilya Leviev


memory leak at  mutator_initialize at  \working_vm\vm\gc_gen\src\thread\mutator.cpp

mutator not disposed at mutator_destruct()

mutator_initialize()
  Mutator *mutator = (Mutator *)STD_MALLOC(sizeof(Mutator));



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-5412) [drlvm][gc] memory leak at mutator_initialize at gc_gen\src\thread\mutator.cpp

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

Xiao-Feng Li reassigned HARMONY-5412:
-------------------------------------

    Assignee: Xiao-Feng Li

> [drlvm][gc] memory leak at  mutator_initialize at  gc_gen\src\thread\mutator.cpp
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-5412
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5412
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Leviev
>            Assignee: Xiao-Feng Li
>
> memory leak at  mutator_initialize at  \working_vm\vm\gc_gen\src\thread\mutator.cpp
> mutator not disposed at mutator_destruct()
> mutator_initialize()
>   Mutator *mutator = (Mutator *)STD_MALLOC(sizeof(Mutator));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-5412) [drlvm][gc] memory leak at mutator_initialize at gc_gen\src\thread\mutator.cpp

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

Xiao-Feng Li closed HARMONY-5412.
---------------------------------

    Resolution: Fixed

fixed in r614520.

> [drlvm][gc] memory leak at  mutator_initialize at  gc_gen\src\thread\mutator.cpp
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-5412
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5412
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Leviev
>            Assignee: Xiao-Feng Li
>
> memory leak at  mutator_initialize at  \working_vm\vm\gc_gen\src\thread\mutator.cpp
> mutator not disposed at mutator_destruct()
> mutator_initialize()
>   Mutator *mutator = (Mutator *)STD_MALLOC(sizeof(Mutator));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.