From stdcxx-dev-return-5890-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Oct 30 19:40:36 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 39176 invoked from network); 30 Oct 2007 19:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2007 19:40:36 -0000 Received: (qmail 40352 invoked by uid 500); 30 Oct 2007 19:40:23 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 40332 invoked by uid 500); 30 Oct 2007 19:40:23 -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 40321 invoked by uid 99); 30 Oct 2007 19:40:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 12:40:23 -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: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 19:40:39 +0000 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: Intel C++ 9.1/Win XP build timeouts Date: Tue, 30 Oct 2007 21:40:05 +0200 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438012AC4B7@epmsa009.minsk.epam.com> In-Reply-To: <472262D4.4010207@gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Intel C++ 9.1/Win XP build timeouts Thread-Index: AcgYG1CKm6wNl2wbSAKsSDZhq47zHgDEKndQ References: <472231DC.1000907@gmail.com> <4722488F.3090906@roguewave.com> <47225B57.4000400@gmail.com> <47225E82.3000205@roguewave.com> <472262D4.4010207@gmail.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:msebor@gmail.com]=20 > Sent: Saturday, October 27, 2007 12:58 AM > To: stdcxx-dev@incubator.apache.org > Subject: Intel C++ 9.1/Win XP build timeouts >=20 > [Forwarding a private discussion] >=20 > Farid, would it be possible to update the Windows build=20 > script(s) to write out the info below? Done: http://svn.apache.org/viewvc?rev=3D590279&view=3Drev > Also, do you have any idea why the build cscript would refuse=20 > to die when killed like Andrew says? Because they are the different processes (cscript is the child process of the build_xxx.bat). But when some process is killed the child processes are not killed. They would be killed if the all processes belongs to the same job object. But I don't know how create the job object and assign to it from the batch file. Maybe the BATMAN could do this before executing the batch file? Farid.