From owner-freebsd-hackers Mon Oct 13 05:45:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA20152 for hackers-outgoing; Mon, 13 Oct 1997 05:45:41 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from terra.Sarnoff.COM (terra.sarnoff.com [130.33.11.203]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA20147 for ; Mon, 13 Oct 1997 05:45:37 -0700 (PDT) (envelope-from rminnich@Sarnoff.COM) Received: from section05 (morse.sarnoff.com [130.33.10.158]) by terra.Sarnoff.COM (8.6.12/8.6.12) with ESMTP id IAA23938; Mon, 13 Oct 1997 08:44:59 -0400 Received: by section05 (SMI-8.6/SECTION05-Client) id IAA18701; Mon, 13 Oct 1997 08:44:59 -0400 Date: Mon, 13 Oct 1997 08:44:58 -0400 (EDT) From: "Ron G. Minnich" X-Sender: rminnich@morse To: Terry Lambert cc: Glenn Johnson , freebsd-hackers@FreeBSD.ORG Subject: Re: Floating point exceptions In-Reply-To: <199710102149.OAA15093@usr08.primenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 10 Oct 1997, Terry Lambert wrote: > Worst fix: signal( SIGFPE, SIG_IGN); again, it does depend on the app. There are some well-understood (by the programmer) cases where it just doesn't matter. ron