Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 88544 invoked from network); 8 Sep 2009 02:43:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 02:43:20 -0000 Received: (qmail 68908 invoked by uid 500); 8 Sep 2009 02:43:19 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 68829 invoked by uid 500); 8 Sep 2009 02:43:19 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 68817 invoked by uid 99); 8 Sep 2009 02:43:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 02:43:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 02:43:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A466234C044 for ; Mon, 7 Sep 2009 19:42:57 -0700 (PDT) Message-ID: <1240025164.1252377777496.JavaMail.jira@brutus> Date: Mon, 7 Sep 2009 19:42:57 -0700 (PDT) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXIS2C-1388) Memory leak AXIS2C In-Reply-To: <1003136874.1250779994783.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.