From owner-freebsd-hackers Tue Feb 11 09:55:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA07673 for hackers-outgoing; Tue, 11 Feb 1997 09:55:59 -0800 (PST) Received: from gatekeeper.ctron.com (ctron.com [134.141.197.25]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA07667 for ; Tue, 11 Feb 1997 09:55:54 -0800 (PST) Received: (from news@localhost) by gatekeeper.ctron.com (8.6.12/8.6.9) id MAA06334 for ; Tue, 11 Feb 1997 12:55:46 -0500 Received: from stealth.ctron.com(134.141.5.107) by gatekeeper via smap (V1.3mjr) id sma006288; Tue Feb 11 12:55:00 1997 Received: from dur-mail.ctron.com by stealth.ctron.com (4.1/SMI-4.1) id AA02889; Tue, 11 Feb 97 13:00:55 EST Received: from thoth.ctron (thoth.ctron.com [134.141.65.91]) by dur-mail.ctron.com (8.6.12/8.6.9) with ESMTP id MAA14796 for ; Tue, 11 Feb 1997 12:58:18 -0500 Received: from thoth by thoth.ctron (SMI-8.6/SMI-SVR4) id MAA28040; Tue, 11 Feb 1997 12:56:50 -0500 Message-Id: <3300B2E0.678F@ctron.com> Date: Tue, 11 Feb 1997 12:56:48 -0500 From: Alexander Seth Jones Organization: Cabletron Systems, Inc. X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.5.1 sun4m) Mime-Version: 1.0 To: hackers@freefall.freebsd.org Subject: ilogb w/FPU croaking Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just built the libmsun library with the HAVE_FPU and _IEEE_LIBM macros and am getting a memory error when using the ilogb function. I don't think I built it incorrectly because all of the other functions work. Is this a known error, or should I investigate more? I'm running 2.1.5-RELEASE on a 486-66. Here's a test program that illustrates the error: #include int main() { int i = ilogb( 2938472389.2374 ); } -- Alex Jones | ajones@ctron.com Cabletron Systems, Inc. Durham, NH USA 03824