Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 83372 invoked from network); 23 May 2007 21:00:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 21:00:49 -0000 Received: (qmail 44027 invoked by uid 500); 23 May 2007 21:00:55 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 43971 invoked by uid 500); 23 May 2007 21:00:55 -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 43960 invoked by uid 99); 23 May 2007 21:00:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 14:00:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 14:00:49 -0700 Received: from [10.70.3.48] ([10.70.3.48]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l4NKxdIu020405 for ; Wed, 23 May 2007 20:59:39 GMT Message-ID: <4654AB6B.2040909@roguewave.com> Date: Wed, 23 May 2007 15:00:27 -0600 From: Andrew Black User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: infinite loop in exec References: <4654A3FF.8020907@roguewave.com> In-Reply-To: <4654A3FF.8020907@roguewave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Probably wouldn't hurt to open a jira for this, as I'm currently running a sweep of results for our other products, and this may take a little time to look into. Interestingly, http://people.apache.org/~sebor/stdcxx/results/redhat_as-4.0-amd64-gcc-64b-3.4.6-12d-cfg-l.gz.txt indicates that the trunk version of the 21.cwchar test produces the following message when run under the exec utility: > NAME STATUS WARN ASSERTS FAILED PERCNT USER SYS REAL > 21.cwchar 0 0 169 10 94% 0.000 0.000 0.020 However, if your working copy has changed as a result of work you've been doing, this data is likely not relevant. --Andrew Black Martin Sebor wrote: > I'm running into an (almost?) infinite loop when running some > of our tests under the exec utility on Linux (in a 12D build > with gcc 3.4.6 on Red Hat Advanced Server 4, I haven't tried > other configurations). The initial output of strace for one > of the tests, 21.cwchar, is in the attached file. The test > by itself runs fine to completion and doesn't produce any > unusual output (no NULs). > > Andrew, when you have a chance, can you take a look at it? > If that's not going to be soon let me know if I should open > an issue. > > Martin