You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/15 16:47:00 UTC

[jira] [Commented] (AXIOM-493) LifecycleManagerImpl doesn't delete FileAccesor references correctly

    [ https://issues.apache.org/jira/browse/AXIOM-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688334#comment-16688334 ] 

ASF GitHub Bot commented on AXIOM-493:
--------------------------------------

GitHub user mu-so opened a pull request:

    https://github.com/apache/webservices-axiom/pull/2

    Update LifecycleManagerImpl.java

    Fix memory leak in LifecycleManagerImpl
    See description in
    https://issues.apache.org/jira/browse/AXIOM-493

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mu-so/webservices-axiom patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/webservices-axiom/pull/2.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2
    
----
commit 4ff4d8324327533d7742941f5812f26e32581f14
Author: Mustafa Solmaz <ms...@...>
Date:   2018-11-15T16:45:16Z

    Update LifecycleManagerImpl.java
    
    Fix memory leak in LifecycleManagerImpl

----


> LifecycleManagerImpl doesn't delete FileAccesor references correctly
> --------------------------------------------------------------------
>
>                 Key: AXIOM-493
>                 URL: https://issues.apache.org/jira/browse/AXIOM-493
>             Project: Axiom
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.2.21
>            Reporter: Mustafa Solmaz
>            Priority: Major
>
> Hi,
> we had a memory leak on our webservice project. When debugging, we noticed that the LifecycleManagerImpl does not clean up its hashtable correctly. While looking through the code, I noticed that theĀ _create_ (line 72) method fills the table with the filename, but uses the file name reference on _delete_ (line 91, 138, 206).
> Kind regards,
> Mustafa



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org