Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 96638 invoked from network); 7 May 2004 07:35:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 May 2004 07:35:14 -0000 Received: (qmail 92859 invoked by uid 500); 7 May 2004 07:34:52 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 92849 invoked by uid 500); 7 May 2004 07:34:52 -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 92825 invoked from network); 7 May 2004 07:34:52 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 7 May 2004 07:34:52 -0000 Received: (qmail 9140 invoked from network); 7 May 2004 07:35:56 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 7 May 2004 07:35:56 -0000 Message-ID: <1620318310.1083915356259.JavaMail.apache@nagoya> Date: Fri, 7 May 2004 00:35:56 -0700 (PDT) From: jira@apache.org To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-61) STL map memory leaks - patch In-Reply-To: <1490085054.1082970053246.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: Susantha Kumara (mailto:susantha@opensource.lk) Date: Fri, 7 May 2004 12:35 AM Changes: Attachment changed from SLT map patches.rar --------------------------------------------------------------------- For a full history of the issue, see: http://issues.apache.org/jira/browse/AXISCPP-61?page=history --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXISCPP-61 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXISCPP-61 Summary: STL map memory leaks - patch Type: Bug Status: Unassigned Priority: Critical Project: Axis-C++ Components: Performance Versions: 1.1 Final Assignee: Reporter: Sevwandi Abeysinghe Created: Mon, 26 Apr 2004 1:59 AM Updated: Fri, 7 May 2004 12:35 AM Environment: All platforms Description: The use of STL map seems to cause memeory leaks (it leaves 'reachable memory' behind after client terminates) It is quite possible to do without the STL map in some cases. This is been done for SoapKeywordMapping. (see patch in attached file) In cases it is difficult to replace maps with arrays (as an exampel when key is a string) may have to look for alternatives. Is it possible to replace STL map with our own map? (To do this without templates, may have to stick to string keys) Some memory leaks fixed are fixed in SoapKeywordMapping code. Need to call SoapKeywordMapping::uninitialize () from Axis.cpp uninitialize_module() to make this effective. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira