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 70A461177A for ; Wed, 20 Aug 2014 20:31:27 +0000 (UTC) Received: (qmail 27310 invoked by uid 500); 20 Aug 2014 20:31:27 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 27259 invoked by uid 500); 20 Aug 2014 20:31:27 -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 27244 invoked by uid 99); 20 Aug 2014 20:31:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 20:31:27 +0000 Date: Wed, 20 Aug 2014 20:31:27 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQCPP-550) CMS (C++ client) crashed if getLocalHost failed 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-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-550. --------------------------------- Resolution: Fixed Fix Version/s: 3.9.0 3.8.4 Assignee: Timothy Bish Fixed, thanks. > CMS (C++ client) crashed if getLocalHost failed > ----------------------------------------------- > > Key: AMQCPP-550 > URL: https://issues.apache.org/jira/browse/AMQCPP-550 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Decaf > Affects Versions: 3.8.3 > Environment: Suse Linux 12.3 > Reporter: Huan Bui > Assignee: Timothy Bish > Priority: Minor > Fix For: 3.8.4, 3.9.0 > > Attachments: InetAddress.cpp > > > CMS (C++ client) crashed when calling ActiveMQ::initializeLibrary(). Here is the backtrace from gdb > #0 decaf::net::InetAddress::getLocalHost () at decaf/net/InetAddress.cpp:174 > #1 0x00007f071766247b in IdGeneratorKernel (this=0x31de9d0) at activemq/util/IdGenerator.cpp:60 > #2 activemq::util::IdGenerator::initialize () at activemq/util/IdGenerator.cpp:169 > #3 0x000000000043fe30 in main () > apr_sockaddr_info_get returned APR_SUCCESS but address is NULL causing the segfault at InetAddress.cpp line 174. -- This message was sent by Atlassian JIRA (v6.2#6252)