Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 94903 invoked from network); 12 Apr 2008 13:18:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2008 13:18:40 -0000 Received: (qmail 24373 invoked by uid 500); 12 Apr 2008 13:18:40 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 24346 invoked by uid 500); 12 Apr 2008 13:18:40 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 24337 invoked by uid 99); 12 Apr 2008 13:18:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 06:18:40 -0700 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; Sat, 12 Apr 2008 13:17:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80F3E234C0BE for ; Sat, 12 Apr 2008 06:15:43 -0700 (PDT) Message-ID: <1633734414.1208006143526.JavaMail.jira@brutus> Date: Sat, 12 Apr 2008 06:15:43 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Closed: (AMQCPP-173) C++ Client has memory leaks In-Reply-To: <120649865.1207586792630.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQCPP-173. ------------------------------- Assignee: Timothy Bish (was: Nathan Mittler) Resolution: Cannot Reproduce The data provided by the MSVC memory detector is not really sufficient to determine if any of these are really leaks. Running the code through valgrind on unix platforms shows no leaks. Given the mass restructuring done in V2.2 I'm closing this issue. If we can get access to a real windows memory leak testing tool such as Rational Purify and find issues we can reopen or create a new issue. > C++ Client has memory leaks > --------------------------- > > Key: AMQCPP-173 > URL: https://issues.apache.org/activemq/browse/AMQCPP-173 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: CMS Impl > Affects Versions: 2.1.3 > Environment: Visual Studio 2008, Windows XP Pro SP2 > Reporter: John Urberg > Assignee: Timothy Bish > Fix For: 2.2 > > Attachments: dump.txt > > > I added memory debugging calls to the vs2005-activemq-example project. When I ran it it produced a memory leak dump. To recreate, do the following: > 1) Add the following to the top of main.cpp: > #define CRTDBG_MAP_ALLOC > #include > #include > 2) Add the following to the bottom of the main function: > _CrtDumpMemoryLeaks(); > 3) Run the application thru the debbugger > The output will display a memory leak dump similar to the one attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.