This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SIGFPE -> ArithmeticException ?


> Date: Tue, 29 Jun 1999 19:45:05 -0700
> From: Anthony Green <green@cygnus.com>
> 
> 
> 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

It's also not what the header files say, at least on my system.  I can
fix it with a cast, though.  Bletch.

I'll try it.

Andrew.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]