Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 76613 invoked from network); 31 Oct 2008 19:01:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2008 19:01:58 -0000 Received: (qmail 87082 invoked by uid 500); 31 Oct 2008 19:02:03 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 87053 invoked by uid 500); 31 Oct 2008 19:02:03 -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 87037 invoked by uid 99); 31 Oct 2008 19:02:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 12:02:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 19:00:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D0B0234C25C for ; Fri, 31 Oct 2008 12:01:06 -0700 (PDT) Message-ID: <1651015619.1225479666642.JavaMail.jira@brutus> Date: Fri, 31 Oct 2008 12:01:06 -0700 (PDT) From: "Alexander Martens (JIRA)" To: dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (AMQCPP-200) activemq-cpp-2.2.1 test fails for decaf::io::ByteArrayInputStreamTest::testConstructor (segmentation fault) In-Reply-To: <1933478529.1223202292609.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46941#action_46941 ] alex.martens edited comment on AMQCPP-200 at 10/31/08 12:00 PM: --------------------------------------------------------------------- Sorry for the late answer - still fighting too many battles at a time. Yes, your latest changes were (excepting a !closed in the manager) on the integration tests (they've been nearly rewritten). Testing results, are therefore different too (shouldn't be, but they seem to be). The short version says: Segmentation fault on iteration #16: dsm->looseMarshal( this, dataStructure, looseOut ); (core.14475) Segmentation fault on iteration #36: std::size_t available = inputStream->available(); (core.19442) Locked on iteration #65 I do also include the output.log, server's log (which is interesting this time; some errors since minute 1 or so) and gdb outputs... BTW: I commented stomp tests out again, just to narrow searches. Hope this helps! was (Author: alex.martens): Sorry for the late answer - still fighting too many battles at a time. Yes, your latest changes were (excepting a !closed in the manager) on the integration tests (they've been nearly rewritten). Testing results, are therefore different too (shouldn't be, but they seem to be). The short version says: Segmentation fault on iteration #16: dsm->looseMarshal( this, dataStructure, looseOut ); (core.14475) Segmentation fault on iteration #36: std::size_t available = inputStream->available(); (core.19442) Locked on iteration #65 I do also include the output.log, server's log (which is interesting this time; some errors since second 1 or so) and gdb outputs... BTW: I commented stomp tests out again, just to narrow searches. Hope this helps! > activemq-cpp-2.2.1 test fails for decaf::io::ByteArrayInputStreamTest::testConstructor (segmentation fault) > ----------------------------------------------------------------------------------------------------------- > > Key: AMQCPP-200 > URL: https://issues.apache.org/activemq/browse/AMQCPP-200 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Decaf > Affects Versions: 2.2.1 > Environment: RHEL 5.2 (2.6.18-92.el5), apr-1.3.3, apr-util-1.3.4, cppunit-1.12.1, gcc version 4.1.2 20071124 (Red Hat 4.1.2-42), Java(TM) SE Runtime Environment (build 1.6.0_06-b02) > Reporter: Alexander Martens > Assignee: Timothy Bish > Fix For: 2.2.2 > > Attachments: CentOS-AprPool-Fix-Test.patch, daemons.1.tar.gz, deadlock.6.tar.gz, deadlock.7.log.gz, deadlock.8.log.gz, deadlock.9.tar.gz, deadlock.log.gz, deadlock.openwire.join.tar.gz, deadlock2.log.gz, more.daemons.tar.gz, openwire_transaction.tar.gz, quota.2.tar.gz, seg_fault.log.gz, setup.tar.gz, storage_logs.tar.gz, testConstructor-O0.log.gz, testConstructor.log.gz, testString-O0.log.gz > > > This unit test seems to fail. > I send you attached a gdb postmortem log (bt, bt full, info threads). > Thanks! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.