Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6.0
-
None
-
AXIS2C -> axis2c-1.6.0-5.i386
Generated code -> Apache Axis2/Java version: 1.5 Built on : Apr 30, 2009 (06:07:24 EDT)
Description
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)
Attachments
Issue Links
- Blocked
-
AXIS2C-1419 Fixing memory leak
- Open