Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 20096 invoked from network); 18 Nov 2008 14:27:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2008 14:27:28 -0000 Received: (qmail 6409 invoked by uid 500); 18 Nov 2008 14:27:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 6225 invoked by uid 500); 18 Nov 2008 14:27:36 -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 6214 invoked by uid 99); 18 Nov 2008 14:27:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 06:27:36 -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; Tue, 18 Nov 2008 14:26:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AA26E234C28C for ; Tue, 18 Nov 2008 06:27:07 -0800 (PST) Message-ID: <379906744.1227018427695.JavaMail.jira@brutus> Date: Tue, 18 Nov 2008 06:27:07 -0800 (PST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQCPP-199) Segmentation fault at decaf/net/SocketInputStream.cpp (line 108) In-Reply-To: <274143096.1223196652649.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-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-199. --------------------------------- Resolution: Fixed Resolved in Trunk, deadlock seems to be in the Python Library. A new issue can be created if this turns out not to be the case. > Segmentation fault at decaf/net/SocketInputStream.cpp (line 108) > ---------------------------------------------------------------- > > Key: AMQCPP-199 > URL: https://issues.apache.org/activemq/browse/AMQCPP-199 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Decaf, Openwire > Affects Versions: 2.2.1 > Environment: RHEL 5.2 (32 bits), apr-1.3.3, apr-util-1.3.4, ActiveMQ 5.1, gcc 4.1.2-42 (20071124), Java(TM) SE Runtime Environment (build 1.6.0_06-b02), pyactivemq-0.1.0rc1 > Reporter: Alexander Martens > Assignee: Timothy Bish > Fix For: 2.2.2 > > Attachments: python.stress.log.gz, stress-again.tar.gz, stress-fc8.log.gz, stress-segfault-1.log.bz2, stress-waits.tar.gz, stress.out > > > We're getting occasional segmentation faults in our Python based application. > The easiest way to reproduce it is by running pyactivemq's stress tests (src/tests/stresstest.py). > The offending line seems to be always the same. > I send you attached a full gdb postmortem back-trace. > Any help will be appreciated! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.