From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson Date: Mon, 01 May 2000 19:35:47 +0000 Subject: Re: [Linux-ia64] bug in fmod on trillian [fmod(-10,1) causes core dump] Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org I tried your testcase on my system. It worked fine. Your bug report is incomplete. You didn't mention what compiler version you have, or the glibc version, or the kernel version, or the root filesystem and/or OS release, or the firmware version or the hardware version. The problem could be any of those, or something else. It is pretty unlikely that the compiler miscompiled such a simple testcase. So I would guess, in order 1) You have a miscompiled glibc. Try recompiling it or getting a newer one. 2) You have an old buggy gcc. Try getting a newer one. Repeat step one. 3) You have old buggy firmware. Try updating it. Jim