Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 29144 invoked from network); 8 Nov 2007 04:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 04:30:13 -0000 Received: (qmail 51311 invoked by uid 500); 8 Nov 2007 04:30:01 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 51293 invoked by uid 500); 8 Nov 2007 04:30:01 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 51282 invoked by uid 99); 8 Nov 2007 04:30:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 20:30:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 04:30:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A66671420A for ; Wed, 7 Nov 2007 20:29:50 -0800 (PST) Message-ID: <33444423.1194496190557.JavaMail.jira@brutus> Date: Wed, 7 Nov 2007 20:29:50 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-654) infinite loop in 18.csetjmp and 18.setjmp tests In-Reply-To: <28856242.1194488150867.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/jira/browse/STDCXX-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-654: ----------------------------------- Assignee: Martin Sebor > infinite loop in 18.csetjmp and 18.setjmp tests > ----------------------------------------------- > > Key: STDCXX-654 > URL: https://issues.apache.org/jira/browse/STDCXX-654 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.2.1 > > > The two tests, 18.csetjmp and 18.setjmp, appear to time out in nightly optimzied builds with gcc on Linux. > Compiling 18.setjmp.cpp with gcc 4.1.2 on Fedora Core 6 in an 8D configuration and running it shows the following output (repeated until killed): > # INFO (S1) (10 lines): > # TEXT: > # COMPILER: gcc 4.1.2, __VERSION__ = "4.1.2 20070626 (Red Hat 4.1.2-13)" > # ENVIRONMENT: x86_64/LP64 running linux-elf (Fedora Core release 6 (Zod)) with > glibc 2.5 > # FILE: 18.setjmp.cpp > # COMPILED: Nov 7 2007, 19:09:14 > # COMMENT: header > ############################################################ > # CLAUSE: support.runtime > # ASSERTION (S7) (4 lines): > # TEXT: longjmp(..., 1) returned 2 from setjmp() > # CLAUSE: support.runtime > # LINE: 84 > # ASSERTION (S7) (4 lines): > # TEXT: longjmp(..., 1) returned 2 from setjmp() > # CLAUSE: support.runtime > # LINE: 84 > # ASSERTION (S7) (4 lines): > # TEXT: longjmp(..., 1) returned 2 from setjmp() > # CLAUSE: support.runtime > # LINE: 84 > ^C -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.