Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 20638 invoked from network); 1 May 2007 12:48:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2007 12:48:56 -0000 Received: (qmail 95618 invoked by uid 500); 1 May 2007 12:49:02 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 95596 invoked by uid 500); 1 May 2007 12:49:02 -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 95580 invoked by uid 99); 1 May 2007 12:49:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2007 05:49:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 01 May 2007 05:48:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B1EFF714058 for ; Tue, 1 May 2007 05:48:35 -0700 (PDT) Message-ID: <3182216.1178023715720.JavaMail.jira@brutus> Date: Tue, 1 May 2007 05:48:35 -0700 (PDT) From: "james strachan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1214) threads not stopping causing memory leaks which can lead to OutOfMemoryError In-Reply-To: <2959776.1175007874525.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] james strachan resolved AMQ-1214. --------------------------------- Resolution: Fixed Thanks for the heads up Anish! > threads not stopping causing memory leaks which can lead to OutOfMemoryError > ---------------------------------------------------------------------------- > > Key: AMQ-1214 > URL: https://issues.apache.org/activemq/browse/AMQ-1214 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 4.1.0 > Environment: Fedora Core 6 > Reporter: Xavier Toth > Attachments: test.java, threadleak.tar.gz > > > Threads started by ActiveMQ on behalf of a client persist in a ThreadGroup despite calling the 'interrupt' method on the group thereby leaking memory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.