Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 98667 invoked from network); 9 Apr 2008 22:30:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 22:30:05 -0000 Received: (qmail 1054 invoked by uid 500); 9 Apr 2008 22:30:05 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 1040 invoked by uid 500); 9 Apr 2008 22:30:05 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 1030 invoked by uid 99); 9 Apr 2008 22:30:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 15:30:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msebor@gmail.com designates 64.233.170.186 as permitted sender) Received: from [64.233.170.186] (HELO rn-out-0910.google.com) (64.233.170.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 22:29:22 +0000 Received: by rn-out-0910.google.com with SMTP id s28so2741542rnb.13 for ; Wed, 09 Apr 2008 15:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:organization:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=uxJoC4+atkpTMkjaTPe4J6Hbypzhv7UPAJSVeOTYcks=; b=x3X7+1jzSNIWiFbpZjmxuo3ItCuQOJwmtTIY8EpkwFtObbenCAp6zkolnkRLfLuxjlNPtj1lyYpBDfmtn9xXBylIoE+oe3bagIvBI47FQTp/7Ymw7ICbiXu7cSm8Nt8zc0OrtaZjjSuHUmtc+JwmOA2LF1kjxcgTbnnoeoe2vdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=onR0B+XrvXUmmgtQTFXKzrh4KtbMjqPkZ9sJBzkXOSCDpmg/jSweTJSE2dSVX5FwhNMWkCi4WItTLvt5LeSTs7ZLLrmMIvSYatiD6Qnkjj5J/CcAsrr6gPV26qE6PEj6mSadbEkld5WOKCyE64KsmTm0+M5195cgjmYuJj+B6/U= Received: by 10.143.44.3 with SMTP id w3mr191748wfj.346.1207780173680; Wed, 09 Apr 2008 15:29:33 -0700 (PDT) Received: from localhost.localdomain ( [71.229.200.170]) by mx.google.com with ESMTPS id 31sm1231305wff.7.2008.04.09.15.29.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Apr 2008 15:29:31 -0700 (PDT) Message-ID: <47FD434A.9020703@roguewave.com> Date: Wed, 09 Apr 2008 16:29:30 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: [jira] Commented: (STDCXX-828) [AMD64] SIGABRT in 27.istream.fmat.arith References: <1319149096.1207756644427.JavaMail.jira@brutus> <47FCEA15.3060509@roguewave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org Eric Lemings wrote: > > >> -----Original Message----- >> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor >> Sent: Wednesday, April 09, 2008 10:09 AM >> To: dev@stdcxx.apache.org >> Subject: Re: [jira] Commented: (STDCXX-828) [AMD64] SIGABRT >> in 27.istream.fmat.arith >> >> The test also fails in 15D builds (on AMD64?) so you should be able >> to get a full stack trace. > > It doesn't fail in manual testing with this build config. :( Have you tried Sun C++ 5.8? I see SIGABRT in 8D, 12D, and 12S with Sun C++ 5.9/Solaris 10/AMD64 and in 12D and 15S with Sun C++ 5.8/Solaris 10/AMD64 in nightly builds. Martin