linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Floating point emulation problem
@ 2000-11-02 19:21 Ivo Zivkov
  2000-11-02 20:55 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Ivo Zivkov @ 2000-11-02 19:21 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 813 bytes --]


Dear List,

I am running kernel 2.2.5-15. I am trying to calculate sin(0.9), and it crashes on a 386 board with no f/p hardware. The message I get is:

"Unable to handle kernel paging request at virtual address 7f3c0070......"

The interesting thing is sin(0.8) works fine. On a Pentium the program executes fine for all values.

I tried in 2 different 386 boards, and I get the same problem. The program was compiled on R.H.6.0, and "libm" was present on the 386. I even linked the program statically to eliminate any library dependencies. 

This seems like a common problem, and easy to reproduce. Anybody had the same experience?

please reply to mailto:izivkov@yahoo.com

Regards,

Ivo

 



---------------------------------
Do You Yahoo!?
>From homework help to love advice, Yahoo! Experts has your answer.

[-- Attachment #2: Type: text/html, Size: 969 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Floating point emulation problem
  2000-11-02 19:21 Floating point emulation problem Ivo Zivkov
@ 2000-11-02 20:55 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2000-11-02 20:55 UTC (permalink / raw)
  To: Ivo Zivkov; +Cc: linux-kernel

> I am running kernel 2.2.5-15. I am trying to calculate sin(0.9), and it crashes on a 386 board with no f/p hardware. The message I get is:
> 
> "Unable to handle kernel paging request at virtual address 7f3c0070......"
> 
> The interesting thing is sin(0.8) works fine. On a Pentium the program executes fine for all values.
> 
> I tried in 2 different 386 boards, and I get the same problem. The program was compiled on R.H.6.0, and "libm" was present on the 386. I even linked the program statically to eliminate any library dependencies. 
> 
> This seems like a common problem, and easy to reproduce. Anybody had the same experience?

Either upgrade to a later 2.2 kernel or rebuild the kernel with gcc 2.7.2.3. Its
a bug in the FPU code when compiled with later compilers

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-02 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-02 19:21 Floating point emulation problem Ivo Zivkov
2000-11-02 20:55 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).