sigfpe
sa.sa_sigaction = sigfpe;
void sigfpe(int, siginfo_t *, void *);
(void)signal(SIGFPE, sigfpe);