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 4BC1C7DE3 for ; Fri, 9 Dec 2011 14:23:35 +0000 (UTC) Received: (qmail 96337 invoked by uid 500); 9 Dec 2011 14:23:34 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 96304 invoked by uid 500); 9 Dec 2011 14:23:34 -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 96296 invoked by uid 99); 9 Dec 2011 14:23:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 14:23:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of daniel.donoso@ikusi.com designates 194.30.89.100 as permitted sender) Received: from [194.30.89.100] (HELO webmail.ikusi.com) (194.30.89.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 14:23:28 +0000 Received: from SVMIKU033.ikusi.net ([169.254.2.157]) by svmiku031.ikusi.net ([192.168.202.131]) with mapi id 14.01.0270.001; Fri, 9 Dec 2011 15:23:06 +0100 From: "Donoso Gabilondo, Daniel" To: "users@activemq.apache.org" Subject: RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16) Thread-Topic: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16) Thread-Index: Acy2ZTpql0i6eeFiQF6tR6RwbMdQHAAGDKMg Date: Fri, 9 Dec 2011 14:23:06 +0000 Message-ID: <8BE888673A5C3D4C9EAB590C692A5BC002091A@svmiku033.ikusi.net> References: <8BE888673A5C3D4C9EAB590C692A5BC00208DD@svmiku033.ikusi.net> In-Reply-To: <8BE888673A5C3D4C9EAB590C692A5BC00208DD@svmiku033.ikusi.net> Accept-Language: es-ES, en-US Content-Language: es-ES X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.240.22] x-tm-as-product-ver: SMEX-10.0.0.4211-6.800.1017-18570.007 x-tm-as-result: No--42.433200-0.000000-31 x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 I downloaded unreleased version of ActiveMQ-CPP 3.4.1 and now it works fine= . -----Mensaje original----- De: Donoso Gabilondo, Daniel [mailto:daniel.donoso@ikusi.com]=20 Enviado el: viernes, 09 de diciembre de 2011 12:25 Para: users@activemq.apache.org Asunto: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16)=20 I've a program that uses activemq-cpp library (Activemq-cpp 3.4.0) The program compiles and works well on Fedora Core 12. I need to use Fedora Core 15 or Fedora16. I compiled and installed activemq= -cpp library as always. I compile my program, using the same activemq-cpp version and the same FC12= include and library paths configuration, but when I run/debug it on Fedora= 15 or Fedora16 activemqcpp library crashes showing these errors: No source available for "std::basic_string, st= d::allocator >::basic_string() Level () at /home/mikel/Projects/libraries/activemq-cpp-library-3.4.0/src/m= ain/decaf/util/loggin/Level.h __tatic_initialization_and_destruction_0() at /home/mikel/Projects/librarie= s/activemq-cpp-library-3.4.0/src/main/decaf/util/loggin/Handler.cpp:31 I don't know what's the problem. All the include an library paths are the s= ame that in Fedora 12, but on Fedora 15/16 doesn't work. I tried to remove activemq-cpp 3.4.0 and install official activemqp-cpp rel= eases for Fedora 15/16 but with the same results. Any idea about the problem and how can I resolve it?