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 "Kevin (JIRA)" <ji...@apache.org> on 2009/08/20 16:53:14 UTC

[jira] Created: (AXIS2C-1388) Memory leak AXIS2C

Memory leak AXIS2C
------------------

                 Key: AXIS2C-1388
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1388
             Project: Axis2-C
          Issue Type: Bug
    Affects Versions: 1.6.0
         Environment: AXIS2C -> axis2c-1.6.0-5.i386
Generated code -> Apache Axis2/Java version: 1.5  Built on : Apr 30, 2009 (06:07:24 EDT)

            Reporter: Kevin
            Priority: Critical


I run a test that makes requests using the generated code and valgrind reports a large memory leak after  afew minutes of running:

==23281== 15,782,780 (84,520 direct, 15,698,260 indirect) bytes in 324 blocks are definitely lost in loss record 32 of 33
==23281==    at 0x4028F3D: malloc (vg_replace_malloc.c:207)
==23281==    by 0x43205CD: (within /usr/lib/libcrypto.so.0.9.8k)
==23281==    by 0x4320C5B: CRYPTO_malloc (in /usr/lib/libcrypto.so.0.9.8k)
==23281==    by 0x42D3D5A: X509_LOOKUP_new (in /usr/lib/libcrypto.so.0.9.8k)
==23281==    by 0x42D40CD: X509_STORE_add_lookup (in /usr/lib/libcrypto.so.0.9.8k)
==23281==    by 0x42CC564: X509_STORE_load_locations (in /usr/lib/libcrypto.so.0.9.8k)
==23281==    by 0x420D46D: SSL_CTX_load_verify_locations (in /usr/lib/libssl.so.0.9.8k)
==23281==    by 0x41D6797: axis2_ssl_utils_initialize_ctx (ssl_utils.c:110)
==23281==    by 0x41D61F0: axutil_stream_create_ssl (ssl_stream.c:96)
==23281==    by 0x41D54D5: axis2_http_client_send (http_client.c:266)
==23281==    by 0x41D29BC: axis2_http_sender_send (http_sender.c:1101)
==23281==    by 0x41CDB8B: axis2_http_transport_sender_write_message (http_transport_sender.c:807)





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


[jira] Updated: (AXIS2C-1388) Memory leak AXIS2C

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar updated AXIS2C-1388:
-------------------------------------

         Priority: Major  (was: Critical)
    Fix Version/s: 1.7.0

Issue AXIS2C-1419 is related. 

> Memory leak AXIS2C
> ------------------
>
>                 Key: AXIS2C-1388
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1388
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: 1.6.0
>         Environment: AXIS2C -> axis2c-1.6.0-5.i386
> Generated code -> Apache Axis2/Java version: 1.5  Built on : Apr 30, 2009 (06:07:24 EDT)
>            Reporter: Kevin
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>
> I run a test that makes requests using the generated code and valgrind reports a large memory leak after  afew minutes of running:
> ==23281== 15,782,780 (84,520 direct, 15,698,260 indirect) bytes in 324 blocks are definitely lost in loss record 32 of 33
> ==23281==    at 0x4028F3D: malloc (vg_replace_malloc.c:207)
> ==23281==    by 0x43205CD: (within /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x4320C5B: CRYPTO_malloc (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42D3D5A: X509_LOOKUP_new (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42D40CD: X509_STORE_add_lookup (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42CC564: X509_STORE_load_locations (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x420D46D: SSL_CTX_load_verify_locations (in /usr/lib/libssl.so.0.9.8k)
> ==23281==    by 0x41D6797: axis2_ssl_utils_initialize_ctx (ssl_utils.c:110)
> ==23281==    by 0x41D61F0: axutil_stream_create_ssl (ssl_stream.c:96)
> ==23281==    by 0x41D54D5: axis2_http_client_send (http_client.c:266)
> ==23281==    by 0x41D29BC: axis2_http_sender_send (http_sender.c:1101)
> ==23281==    by 0x41CDB8B: axis2_http_transport_sender_write_message (http_transport_sender.c:807)

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


[jira] Assigned: (AXIS2C-1388) Memory leak AXIS2C

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar reassigned AXIS2C-1388:
----------------------------------------

    Assignee: S.Uthaiyashankar

> Memory leak AXIS2C
> ------------------
>
>                 Key: AXIS2C-1388
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1388
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: 1.6.0
>         Environment: AXIS2C -> axis2c-1.6.0-5.i386
> Generated code -> Apache Axis2/Java version: 1.5  Built on : Apr 30, 2009 (06:07:24 EDT)
>            Reporter: Kevin
>            Assignee: S.Uthaiyashankar
>            Priority: Critical
>
> I run a test that makes requests using the generated code and valgrind reports a large memory leak after  afew minutes of running:
> ==23281== 15,782,780 (84,520 direct, 15,698,260 indirect) bytes in 324 blocks are definitely lost in loss record 32 of 33
> ==23281==    at 0x4028F3D: malloc (vg_replace_malloc.c:207)
> ==23281==    by 0x43205CD: (within /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x4320C5B: CRYPTO_malloc (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42D3D5A: X509_LOOKUP_new (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42D40CD: X509_STORE_add_lookup (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42CC564: X509_STORE_load_locations (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x420D46D: SSL_CTX_load_verify_locations (in /usr/lib/libssl.so.0.9.8k)
> ==23281==    by 0x41D6797: axis2_ssl_utils_initialize_ctx (ssl_utils.c:110)
> ==23281==    by 0x41D61F0: axutil_stream_create_ssl (ssl_stream.c:96)
> ==23281==    by 0x41D54D5: axis2_http_client_send (http_client.c:266)
> ==23281==    by 0x41D29BC: axis2_http_sender_send (http_sender.c:1101)
> ==23281==    by 0x41CDB8B: axis2_http_transport_sender_write_message (http_transport_sender.c:807)

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


[jira] Updated: (AXIS2C-1388) Memory leak AXIS2C

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar updated AXIS2C-1388:
-------------------------------------

    Component/s: transport/http

> Memory leak AXIS2C
> ------------------
>
>                 Key: AXIS2C-1388
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1388
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: 1.6.0
>         Environment: AXIS2C -> axis2c-1.6.0-5.i386
> Generated code -> Apache Axis2/Java version: 1.5  Built on : Apr 30, 2009 (06:07:24 EDT)
>            Reporter: Kevin
>            Priority: Critical
>
> I run a test that makes requests using the generated code and valgrind reports a large memory leak after  afew minutes of running:
> ==23281== 15,782,780 (84,520 direct, 15,698,260 indirect) bytes in 324 blocks are definitely lost in loss record 32 of 33
> ==23281==    at 0x4028F3D: malloc (vg_replace_malloc.c:207)
> ==23281==    by 0x43205CD: (within /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x4320C5B: CRYPTO_malloc (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42D3D5A: X509_LOOKUP_new (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42D40CD: X509_STORE_add_lookup (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x42CC564: X509_STORE_load_locations (in /usr/lib/libcrypto.so.0.9.8k)
> ==23281==    by 0x420D46D: SSL_CTX_load_verify_locations (in /usr/lib/libssl.so.0.9.8k)
> ==23281==    by 0x41D6797: axis2_ssl_utils_initialize_ctx (ssl_utils.c:110)
> ==23281==    by 0x41D61F0: axutil_stream_create_ssl (ssl_stream.c:96)
> ==23281==    by 0x41D54D5: axis2_http_client_send (http_client.c:266)
> ==23281==    by 0x41D29BC: axis2_http_sender_send (http_sender.c:1101)
> ==23281==    by 0x41CDB8B: axis2_http_transport_sender_write_message (http_transport_sender.c:807)

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