From stdcxx-dev-return-3850-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Mon Jul 02 18:27:47 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 10890 invoked from network); 2 Jul 2007 18:27:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2007 18:27:47 -0000 Received: (qmail 54184 invoked by uid 500); 2 Jul 2007 18:27:50 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54129 invoked by uid 500); 2 Jul 2007 18:27:50 -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 54118 invoked by uid 99); 2 Jul 2007 18:27:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 11:27:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.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; Mon, 02 Jul 2007 11:27:46 -0700 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++ build issues on Windows Date: Mon, 2 Jul 2007 21:27:24 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64389D744B@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE64389D7445@epmsa009.minsk.epam.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Intel C++ build issues on Windows Thread-Index: Ace6fotj/LJKHBljSxiDAEHqyOsmuQCSPQMAAANk4YA= References: <4685352A.2020104@roguewave.com> <46854951.8000509@roguewave.com> <4685550B.8050503@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64389D7445@epmsa009.minsk.epam.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Farid Zaripov [mailto:Farid_Zaripov@epam.com]=20 > Sent: Monday, July 02, 2007 9:09 PM > To: stdcxx-dev@incubator.apache.org > Subject: RE: Intel C++ build issues on Windows >=20 > > I see. I thought we cleaned them all up. Farid, are there any more=20 > > tests or examples that you're aware of that could be causing this? > > I suppose it's always possible that a test will crash and pop up a=20 > > window on the screen (what a pain!) We really need to come=20 > up with a=20 > > reliable way to prevent this. >=20 > There are 3 types of popup's: > 1) Dr.Watson window, appear on access violation or unhandled=20 > exception; > 2) CRT asserts and parameter validat I have sent unfinished message. Here the corrections: There are 3 types of popup's: 1) Dr.Watson window, appear on access violation or unhandled=20 exception; 2) CRT asserts ; 3) Parameter validattion handler popup's. The 1) prevented in exec utility (SetErrorMode()). The 2) and 3) might be prevented by installing report hook and invalid parameter handler: http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03761.htm l =20 Farid.