Re: 2.6.x signal handler bug

From: David Wagner
Date: Fri Jun 25 2004 - 20:34:29 EST


Neither printf() nor longjmp() are safe to call from within
the sighandler. Have you tried deleting printf() and replacing
longjmp() with siglongjmp()? This is a FAQ; search the list archives
for details.
-
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/