From dev-return-13271-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Nov 05 07:33:27 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 21664 invoked from network); 5 Nov 2008 07:33:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 07:33:27 -0000 Received: (qmail 25856 invoked by uid 500); 5 Nov 2008 07:33:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 25830 invoked by uid 500); 5 Nov 2008 07:33:33 -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 25819 invoked by uid 99); 5 Nov 2008 07:33:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 23:33:33 -0800 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; Wed, 05 Nov 2008 07:32:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3018F234C27B for ; Tue, 4 Nov 2008 23:33:06 -0800 (PST) Message-ID: <597051784.1225870386191.JavaMail.jira@brutus> Date: Tue, 4 Nov 2008 23:33:06 -0800 (PST) From: "Alexander Martens (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQCPP-203) Segmentation Fault in Integration tests occurs occasionally. In-Reply-To: <2023082075.1225721465399.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-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Martens updated AMQCPP-203: ------------------------------------- Attachment: segfaults.barak.tar.gz Hi there! (I think last night test was republican or something) Two segmentation faults, one error and one failure. Chronologically: #222: core.6853 in activemq::connector::openwire::OpenWireFormat::marshal at activemq/connector/openwire/OpenWireFormat.cpp:197 197 dsm->looseMarshal( this, dataStructure, looseOut ); #228: Error on test1 # 407: core.9740 in decaf::io::BufferedInputStream::bufferData at decaf/io/BufferedInputStream.cpp:260 260 int bytesRead = inputStream->read( getTail(), 0, bytesToRead ); #500: Assertion failed on test1 The test was canceled during #511 Hope this helps! > Segmentation Fault in Integration tests occurs occasionally. > ------------------------------------------------------------ > > Key: AMQCPP-203 > URL: https://issues.apache.org/activemq/browse/AMQCPP-203 > Project: ActiveMQ C++ Client > Issue Type: Sub-task > Components: Integration Tests > Affects Versions: 2.2.1 > Environment: CentOS 5.2 / REHL / Fedora 9 > Reporter: Timothy Bish > Assignee: Timothy Bish > Fix For: 2.2.2 > > Attachments: BufferedInputStream.cpp.patch, segfault.bufferedinputstream.log.gz, segfaults.barak.tar.gz, segfaults.tar.gz > > > While running the integration tests in a long loop an occasional Segmentation fault has been seen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.