SIGFPE -> ArithmeticException ?

Anthony Green green@cygnus.com
Tue Jun 29 19:45:00 GMT 1999


Andrew -

       I just spoke with rth about this:

> 1999-06-25  Andrew Haley  <aph@cygnus.com>
> 
>         * include/i386-signal.h: Rewritten to use SystemV style ucontext
>         signal handlers where possible.

It turns out that the signature for handlers in the old scheme is really:

   static void my_handler (int sig, struct sigcontext_struct ctx);

and not

   static void my_handler (int sig);

This is not what the manpage says - but that's linux for you :-) This
_should_ work with all versions of the kernel, although he recommends
using the new scheme on systems that support it.

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California


More information about the Java-patches mailing list