Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 98349 invoked from network); 15 Apr 2008 16:46:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 16:46:08 -0000 Received: (qmail 44911 invoked by uid 500); 15 Apr 2008 16:46:09 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 44889 invoked by uid 500); 15 Apr 2008 16:46:09 -0000 Mailing-List: contact issues-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 issues@stdcxx.apache.org Received: (qmail 44880 invoked by uid 99); 15 Apr 2008 16:46:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 09:46:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 16:45:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 48D2C234C0D3 for ; Tue, 15 Apr 2008 09:43:06 -0700 (PDT) Message-ID: <270860408.1208277786297.JavaMail.jira@brutus> Date: Tue, 15 Apr 2008 09:43:06 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-833) [MSVC 8,9/ICC 9/10] SIGFPE 18.limits.traps.stdcxx-624 In-Reply-To: <1119356314.1207678164344.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589139#action_12589139 ] Travis Vitek commented on STDCXX-833: ------------------------------------- Right, I'm saying that the test installs a signal handler for SIGFPE, but it will never get that signal on Windows. The test or the library needs to be updated to work with this. Either the test should expect a structured exception, be an expected failure, or we need to install a structured exception filter that calls raise(SIGFPE). > [MSVC 8,9/ICC 9/10] SIGFPE 18.limits.traps.stdcxx-624 > ------------------------------------------------------ > > Key: STDCXX-833 > URL: https://issues.apache.org/jira/browse/STDCXX-833 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.1 > Environment: Windows MSVC 7.1/8/9, Intel C++ 9.1/10 > Reporter: Travis Vitek > Original Estimate: 2h > Remaining Estimate: 2h > > Divide by integer zero doesn't appear to generate SIGFPE. From the documentation I can find, it should generate a STATUS_INTEGER_DIVIDE_BY_ZERO structured exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.