From owner-freebsd-stable Wed Apr 12 20:35:10 2000 Delivered-To: freebsd-stable@freebsd.org Received: from alcanet.com.au (mail.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 654C037BBEC for ; Wed, 12 Apr 2000 20:35:05 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <115284>; Thu, 13 Apr 2000 13:35:26 +1000 Content-return: prohibited From: Peter Jeremy Subject: Re: float-to-double core dump on 3.4R In-reply-to: <20000408193053.A3689@ipass.net>; from aa8vb@ipass.net on Sun, Apr 09, 2000 at 10:02:46AM +1000 To: Randall Hopper Cc: stable@FreeBSD.ORG Message-Id: <00Apr13.133526est.115284@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0i Content-type: text/plain; charset=us-ascii References: <20000408193053.A3689@ipass.net> Date: Thu, 13 Apr 2000 13:35:26 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2000-Apr-09 10:02:46 +1000, Randall Hopper wrote: > #include > > main() > { > float f = FLT_MAX; > double d; > f = f * 2; > d = f; > } > >Delete the "d=f" line and it doesn't core. Put it in and it does >(floating-point exception). Exactly what version of -stable are you running? If you built your own kernel, what version is /sys/i386/include/npx.h? The FP handling changed just before 4.0-RELEASE. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message