Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34931965C for ; Wed, 16 Nov 2011 23:38:44 +0000 (UTC) Received: (qmail 11275 invoked by uid 500); 16 Nov 2011 23:38:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 11251 invoked by uid 500); 16 Nov 2011 23:38:43 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 11243 invoked by uid 99); 16 Nov 2011 23:38:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 23:38:43 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tabish121@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 23:38:37 +0000 Received: by vcbfl13 with SMTP id fl13so1404211vcb.2 for ; Wed, 16 Nov 2011 15:38:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=2SgigRAAXMygmIPlYijgeExsUk7eKOjKYLEoCQrKFvU=; b=nWm9am3ZnjmGCx2Xe2ruqnZeR7oxaD+qgZRut3WSuJGDOT593EIl8weBU74jURpZFS At9ZPWfRVym3OhScP5m+BrFZXgfBTwKnHghIVuOX0m3Ho+srkexuk3nuq5cCksOOhe/R vN776WVVC49jNFXC3F5STM6A19866H7udQ2sg= Received: by 10.52.35.70 with SMTP id f6mr53294768vdj.84.1321486696145; Wed, 16 Nov 2011 15:38:16 -0800 (PST) Received: from [192.168.2.150] (c-98-231-181-148.hsd1.va.comcast.net. [98.231.181.148]) by mx.google.com with ESMTPS id hn2sm45012798vdb.14.2011.11.16.15.38.15 (version=SSLv3 cipher=OTHER); Wed, 16 Nov 2011 15:38:15 -0800 (PST) Subject: Re: The Decaf Threading API is in a Shutdown State. Exception From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <1321486444542-4078311.post@n4.nabble.com> References: <1321473720696-4077689.post@n4.nabble.com> <1321474016.2392.0.camel@OfficePC> <1321475597379-4077794.post@n4.nabble.com> <1321476330.2392.2.camel@OfficePC> <1321476818266-4077852.post@n4.nabble.com> <1321485027.2392.9.camel@OfficePC> <1321485728662-4078288.post@n4.nabble.com> <1321486444542-4078311.post@n4.nabble.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 16 Nov 2011 18:38:14 -0500 Message-ID: <1321486694.2392.12.camel@OfficePC> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, 2011-11-16 at 15:34 -0800, mrdiesel wrote: > I got the segmentation fault again. but i was able to process 4000 messages. > before it was crapping right away. there must be a leak somewhere else? > right? > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/The-Decaf-Threading-API-is-in-a-Shutdown-State-Exception-tp4077689p4078311.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. Hard to say, still don't know what version of the library you have, make sure you have the latest v3.4.0. The only way to debug is to capture a backtrace of all the threads at the time of the segfault. You know you don't need to create a connection / session etc each time you want to consume a message right? You can just create a consumer and call receive when you want a message. Regards -- Tim Bish ------------ FuseSource Email: tim.bish@fusesource.com Web: http://fusesource.com Twitter: tabish121 Blog: http://timbish.blogspot.com/