[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Signal 8
On Wed, Nov 06, 2002 at 04:52:00PM -0500, Raghu R. Arur wrote:
> i really dont know what this signal is for.
kill -l
8 is SIGFPE on my system -- floating point exception.
For the original poster -- don't use floating point in the kernel. If
you do, you need to modify the context switch code to properly handle
the floating point registers.
--
http://immunix.org/
PGP signature
- References:
- Signal 8
- From: "Usman S. Ansari" <uansari@yahoo.com>
- Re: Signal 8
- From: "Raghu R. Arur" <rra2002@cs.columbia.edu>