Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A287597D6 for ; Fri, 12 Dec 2014 08:13:13 +0000 (UTC) Received: (qmail 15720 invoked by uid 500); 12 Dec 2014 08:13:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 15660 invoked by uid 500); 12 Dec 2014 08:13:13 -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 15471 invoked by uid 99); 12 Dec 2014 08:13:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2014 08:13:13 +0000 Date: Fri, 12 Dec 2014 08:13:13 +0000 (UTC) From: "pfid (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQCPP-557) ActiveMQ C++ library leaks threads MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQCPP-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] pfid updated AMQCPP-557: ------------------------ Attachment: main.cc > ActiveMQ C++ library leaks threads > ---------------------------------- > > Key: AMQCPP-557 > URL: https://issues.apache.org/jira/browse/AMQCPP-557 > Project: ActiveMQ C++ Client > Issue Type: Bug > Affects Versions: 3.8.2 > Environment: Solaris 5.10 > Reporter: pfid > Assignee: Timothy Bish > Attachments: main.cc > > > Steps to reproduce: > 1) open connection > 2) attach to the process and note the number of threads (info thr) > 3) shutdown the broker > 4) your programm should try to automatically reconnect > 5) start the broker > 6) repeat 2) to see that the number of threads has increased > We had a bigger outage because of this recently, when the library would refuse to reconnect to the (multiple times) restarted broker, because the maximum number of threads was reached on OS level. > It seems im not able to attach files, so please see this very minimal example which will reproduce the problem: > http://pastebin.com/szYYE56Y -- This message was sent by Atlassian JIRA (v6.3.4#6332)