From dev-return-7291-apmail-stdcxx-dev-archive=stdcxx.apache.org@stdcxx.apache.org Thu Apr 10 18:22:51 2008 Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 85938 invoked from network); 10 Apr 2008 18:22:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 18:22:51 -0000 Received: (qmail 38461 invoked by uid 500); 10 Apr 2008 18:22:51 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 38447 invoked by uid 500); 10 Apr 2008 18:22:51 -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 38438 invoked by uid 99); 10 Apr 2008 18:22:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 11:22:51 -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; Thu, 10 Apr 2008 18:22:02 +0000 Received: from nebula.bco.roguewave.com ([10.70.3.27]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m3AIMKIC007062 for ; Thu, 10 Apr 2008 18:22:21 GMT Message-ID: <47FE5ADD.2090705@roguewave.com> Date: Thu, 10 Apr 2008 12:22:21 -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: Exit code 3 on MSVC and ICC/Windows References: <7BDB2168BEAEF14C98F1901FD2DE64383C3EAD@epmsa009.minsk.epam.com> <7BDB2168BEAEF14C98F1901FD2DE64383C3EAF@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE64383C3EAF@epmsa009.minsk.epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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. If that doesn't reveal anything, would instrumenting exec and/or one of the failing tests to produce some useful output in the next nightly build on Windows help solve this mystery? Martin Farid Zaripov wrote: > From: Travis Vitek [mailto:Travis.Vitek@roguewave.com] > To: dev@stdcxx.apache.org > Subject: RE: Exit code 3 on MSVC and ICC/Windows > >> Yes, but unfortunately I can't reproduce most of those exit 3 failures >> locally. Here are a list of programs that fail with code 3 in nightly >> builds... > >> 22.locale.codecvt.length >> 22.locale.codecvt.out >> 22.locale.ctype.is >> 22.locale.ctype.scan >> 22.locale.ctype.tolower >> 22.locale.ctype.toupper >> 22.locale.ctype >> 22.locale.moneypunct.mt >> 22.locale.time.get.mt >> 22.locale.time.get >> 22.locale.time.put > >> I see no problem if I run these executables, either by themselves or >> under the exec utility... >> >> So I'm stumped how this exit code 3 thing can be coming up if the >> program itself returns 0, and the exec utility correctly detects the >> return code. >> >> Are you able to reproduce the exit code 3, or at least a debug dialog >> for any of the above mentioned tests? > > No, I not able. The only tests, that exits with status 3 on my side are: > > 21.string.assign.stdcxx-629.exe 3 0 0.000 0.015 11.015 > 21.string.insert.stdcxx-632.exe 3 0 0.000 0.031 4.734 > 21.string.replace.stdcxx-170.exe 3 0 0.015 0.015 4.531 > 23.vector.modifiers.stdcxx-495.exe 3 0 0.000 0.015 3.656 > > Farid. >