From dev-return-64323-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Feb 22 05:16:31 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4DBB818061A for ; Thu, 22 Feb 2018 05:16:31 +0100 (CET) Received: (qmail 36339 invoked by uid 500); 22 Feb 2018 04:16:30 -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 36324 invoked by uid 99); 22 Feb 2018 04:16:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2018 04:16:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 29035180414 for ; Thu, 22 Feb 2018 04:16:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.283 X-Spam-Level: **** X-Spam-Status: No, score=4.283 tagged_above=-999 required=6.31 tests=[SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=1.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id j_FgjK-0W_yA for ; Thu, 22 Feb 2018 04:16:28 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [162.253.133.72]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C6FDE5F1B3 for ; Thu, 22 Feb 2018 04:16:27 +0000 (UTC) Received: from mben.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 864EB18E25696 for ; Wed, 21 Feb 2018 21:16:27 -0700 (MST) Date: Wed, 21 Feb 2018 21:16:27 -0700 (MST) From: duttaab To: dev@activemq.apache.org Message-ID: <1519272987546-0.post@n4.nabble.com> Subject: Active MQ-CPP library core dumps MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Hope not braking the sanctity of this Dev forum by posting it and not in User forum, as I believe dev folks can identify the bt clearly. I am getting the following core/crash dump while using the AcitveMQ-CPP (C++) library. What I observe is if I disable the Inactivity Monitor this crash occurs, even if my application is idle. This is the configuration - Any help in this regard will be appreciated. (gdb) bt #0 0x00007f32ada79989 in raise () from /lib64/libc.so.6 #1 0x00007f32ada7b098 in abort () from /lib64/libc.so.6 #2 0x00007f32ae37d9d5 in __gnu_cxx::__verbose_terminate_handler() () from /lib64/libstdc++.so.6 #3 0x00007f32ae37b946 in ?? () from /lib64/libstdc++.so.6 #4 0x00007f32ae37b973 in std::terminate() () from /lib64/libstdc++.so.6 #5 0x00007f32ae37c4df in __cxa_pure_virtual () from /lib64/libstdc++.so.6 #6 0x00007f32afe6b81d in decaf::util::concurrent::Lock::~Lock (this=0x7f31e6ffcbf0, __in_chrg=) at decaf/util/concurrent/Lock.cpp:45 #7 0x00007f32afc88d30 in activemq::threads::CompositeTaskRunner::wakeup (this=) at activemq/threads/CompositeTaskRunner.cpp:154 #8 0x00007f32afce9ae5 in activemq::transport::inactivity::InactivityMonitor::readCheck (this=0x7f31ac00c130) at activemq/transport/inactivity/InactivityMonitor.cpp:400 #9 0x00007f32afe66abd in decaf::util::TimerImpl::run (this=0x7f31ac00c890) at decaf/util/Timer.cpp:156 #10 0x00007f32afde23d2 in (anonymous namespace)::runCallback (arg=0x7f31ac002050) at decaf/internal/util/concurrent/Threading.cpp:268 #11 0x00007f32afde2c0c in (anonymous namespace)::threadEntryMethod (arg=0x7f31ac002050) at decaf/internal/util/concurrent/Threading.cpp:256 #12 0x00007f32b06b7df3 in start_thread () from /lib64/libpthread.so.0 #13 0x00007f32adb3a3dd in clone () from /lib64/libc.so.6 Thanks Abhi -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html