Re: sigaction inconsistancy (here I go again)

1999-07-09 Thread Thomas David Rivers
Also, I haven't gone into the code yet, but the floating point registers are not saved into the sigcontext so that they can be inspected and modified as appropriate. Thanks, John If I recall correctly - I think there's a discussion of why this is the case in the -hackers mail

sigaction inconsistancy (here I go again)

1999-07-08 Thread John W. DeBoskey
Hi, Running -current... I'm trying to verify SIGFPE handling and am finding some interesting issues. In the following test program, a divide by zero is done and the SIGFPE delivered. $ ./fp sig == 8 code== 0 z has the value 1.00 It seems that from machine/trap.h the value of

sigaction inconsistancy (here I go again)

1999-07-08 Thread John W. DeBoskey
Hi, Running -current... I'm trying to verify SIGFPE handling and am finding some interesting issues. In the following test program, a divide by zero is done and the SIGFPE delivered. $ ./fp sig == 8 code== 0 z has the value 1.00 It seems that from machine/trap.h the value of code