Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 23908 invoked from network); 23 Feb 2007 16:28:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2007 16:28:27 -0000 Received: (qmail 26434 invoked by uid 500); 23 Feb 2007 16:28:35 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 26422 invoked by uid 500); 23 Feb 2007 16:28:35 -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 26411 invoked by uid 99); 23 Feb 2007 16:28:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 08:28:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 08:28:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98C037140D1 for ; Fri, 23 Feb 2007 08:28:05 -0800 (PST) Message-ID: <9916422.1172248085592.JavaMail.jira@brutus> Date: Fri, 23 Feb 2007 08:28:05 -0800 (PST) From: "Jared Hanson (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-537) Severe memory leak in process_http_post_request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Severe memory leak in process_http_post_request ----------------------------------------------- Key: AXIS2C-537 URL: https://issues.apache.org/jira/browse/AXIS2C-537 Project: Axis2-C Issue Type: Bug Environment: All Reporter: Jared Hanson Priority: Critical In axis2_http_transport_utils_process_http_post_request(), there is a soap_builder and two soap_body's (in and out) that get constructed and never free'd. These are rather large structures, and can cause memory leaks of many MB within a matter of minutes. Further details have been posted to the mailing list. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org