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.