From owner-freebsd-questions Sat Sep 27 16:42:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA20724 for questions-outgoing; Sat, 27 Sep 1997 16:42:20 -0700 (PDT) Received: from oznet11.ozemail.com.au (oznet11.ozemail.com.au [203.2.192.118]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA20719 for ; Sat, 27 Sep 1997 16:42:17 -0700 (PDT) Received: from richard (slmel60p06.ozemail.com.au [203.108.205.86]) by oznet11.ozemail.com.au (8.8.4/8.6.12) with SMTP id JAA04328; Sun, 28 Sep 1997 09:42:08 +1000 (EST) Message-Id: <199709272342.JAA04328@oznet11.ozemail.com.au> From: "Richard Lyon" To: "Dave Bodenstab" , Subject: Re: NIST ATM Network Simulator. Date: Sun, 28 Sep 1997 09:41:39 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yes this makes it run. -----Original Message----- From: Dave Bodenstab To: freebsd-questions@FreeBSD.ORG ; rlyon@ozemail.com.au Date: Friday, 26 September 1997 7:30 Subject: Re: NIST ATM Network Simulator. Apparently many Unix's mask floating point exceptions by default. FreeBSD does not. Good? Bad? Well, it's just the way it is. I find that many application programs seem to rely on the exceptions being masked rather than being more careful how computations are done. A quick kludge is to simply mask all the exceptions... of course, whatever errors are hidden by this approach remain...