X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=ukBsAFeXa1k/MCF+ 5oZr9Bcj4IT7awQmKw9C8d9+QTUfcTDEbKIeDJlFzQ/s7dEf3k5WBFQK2qO4ccPW aryt9OWm60Y3r0KCMh7o2GHTwZsGzM30HqsuxrkAar/2wF4yisPKsGkD2Y5OhY23 Q0Is+1taU2gRPqKc3SchZXU0KIs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=05DzADKUOneGRJgpnDetaW SSrWg=; b=ZZkGkYBuf/ir7VMvZVHwxqdU69Xr76EBft4Dkxq2aKulJxJr28izkd AIFeRMXXn12YhTYkkhl8OFRMzOof49YMUAmEHyRCagNeKhkKhlwUByldQDh16e4T MyY/BvOQyiCFpa6v/ClPAy8mdt7bZmj0LXo/u2kKwi41wtNF/nu0E= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*Ad:D*t-online.de, Duncan, Roe, duncan X-HELO: mailout11.t-online.de Subject: Re: Floating point exception in strtod() To: cygwin AT cygwin DOT com References: <6e4ccba4-a74b-fb78-db0c-b8d1a2260658 AT cs DOT umass DOT edu> <20180408031147 DOT GA3305 AT dimstar DOT local DOT net> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: <4e7eca2e-2d28-dad6-c7dc-f9ecd0fd074b@t-online.de> Date: Sun, 8 Apr 2018 12:25:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180408031147.GA3305@dimstar.local.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Am 08.04.2018 um 05:11 schrieb Duncan Roe: > I tried in 64-bit with the same result as Eliot: works fine w/out > feenableexcept, no o/p with feenableexcept. Just in case this may have been overlooked: please note that "no output" actually means the program crashed because of an uncaught SIGFPE, just like the 32-bit version does. The only difference between 32-bit and 64-bit versions of the program is that the 32-bit one outputs the "core dumped" message and writes a stackdump, whereas the 64-bit one just dies without _any_ detectable symptoms: no message, no stackdump file, nothing. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple