Re: [patch] signal handler defaulting fix ...

From: Linus Torvalds
Date: Mon Jun 28 2004 - 17:09:54 EST




On Mon, 28 Jun 2004, Davide Libenzi wrote:
>
> It's not that the program try to block the signal. It's the kernel that
> during the delivery disables the signal. Then when the signal handler
> longjmp(), the signal remains disabled. The next time the signal is raised
> again, the kernel does not honor the existing handler, but it reset to
> SIG_DFL.

So? That program is buggy. Setting the signal handler to SIG_DFL causes it
to be killed with a nice "killed by SIGFPE" message, and now the bug is
visible, and can be fixed.

Hint: it should have done a siglongjmp().

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/