You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2007/01/20 07:47:30 UTC

[jira] Closed: (AXISCPP-740) Memory leak in SOAPTransportFactory

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

nadir amra closed AXISCPP-740.
------------------------------

       Resolution: Fixed
    Fix Version/s: current (nightly)

My guess is this was related to how we were throwing messages.  This has been cleaned up so the code no longer does memory allocations.  

> Memory leak in SOAPTransportFactory
> -----------------------------------
>
>                 Key: AXISCPP-740
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-740
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Transport (Client)
>    Affects Versions: current (nightly)
>         Environment: Linux
>            Reporter: Samisa Abeysinghe
>            Priority: Minor
>             Fix For: current (nightly)
>
>
> The following leak is revealed by the profiler tool:
> ==14216== 60 bytes in 1 blocks are definitely lost in loss record 2 of 4
> ==14216==    at 0x1B904BF3: operator new(unsigned) (vg_replace_malloc.c:133)
> ==14216==    by 0x1C0004F7: ???
> ==14216==    by 0x1BFEE131: ???
> ==14216==    by 0x1BFEED19: ???
> ==14216==    by 0x1BFEE1C0: ???
> ==14216==    by 0x1B94140D: axiscpp::SOAPTransportFactory::getTransportObject(axiscpp::AXIS_PROTOCOL_TYPE) (in /home/samisa/obj/bin/libaxis_client.so)
> ==14216==    by 0x1B96E2E7: axiscpp::Call::Call() (in /home/samisa/obj/bin/libaxis_client.so)
> ==14216==    by 0x1B95BB1F: axiscpp::Stub::Stub(char const*, axiscpp::AXIS_PROTOCOL_TYPE) (in /home/samisa/obj/bin/libaxis_client.so)
> ==14216==    by 0x804AAB4: InteropTestPortType::InteropTestPortType(char const*, axiscpp::AXIS_PROTOCOL_TYPE) (InteropTestPortType.cpp:21)
> ==14216==    by 0x80495B8: main (Client.cpp:66)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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