Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 13230 invoked from network); 12 Apr 2008 01:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2008 01:19:34 -0000 Received: (qmail 70269 invoked by uid 500); 12 Apr 2008 01:19:34 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 70255 invoked by uid 500); 12 Apr 2008 01:19:34 -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 70246 invoked by uid 99); 12 Apr 2008 01:19:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2008 18:19:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 01:18:44 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m3C1J23E001010 for ; Sat, 12 Apr 2008 01:19:03 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Exit code 3 on MSVC and ICC/Windows Date: Fri, 11 Apr 2008 19:19:01 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Exit code 3 on MSVC and ICC/Windows Thread-Index: AcibOA2+/v/28dSuT0m5W9m+BUSpKwAAFAmwAAo6oLAANCS8IA== References: <7BDB2168BEAEF14C98F1901FD2DE64383C3EAD@epmsa009.minsk.epam.com> <7BDB2168BEAEF14C98F1901FD2DE64383C3EAF@epmsa009.minsk.epam.com> <47FE5ADD.2090705@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 >Travis Vitek wrote: > >Travis Vitek wrote: >> >>> Martin Sebor wrote: >>> >>>Have you guys compared the environment from the nightly builds >>>with yours to see if there are any interesting differences? >>>Travis, it might be worthwhile to try to set yours up to match >>>and re-running the build on one of the build servers. >> >>Yeah, I'm already pulling a build now. I'll let you know what I find. >> > >I pulled the build archive from the build system, extracted=20 >it, and then ran > > build_msvc-8.0.bat 15s > >It took quite a while, but I didn't see the unexpected failures for the >locale tests. I'm running another build using the from the top level >build script to make absolutely sure I'm not missing something. I'm >expecting that build to finish sometime tonight. > Okay, I've finally reproduced this, found the problem, and have a fix. It turns out to be a bug in the formatted i/o part of the test driver. I'll be filing a JIRA shortly. Travis >