Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> --- e2fsck/sigcatcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/e2fsck/sigcatcher.c b/e2fsck/sigcatcher.c index 10b9328..bd56c3f 100644 --- a/e2fsck/sigcatcher.c +++ b/e2fsck/sigcatcher.c @@ -387,6 +387,7 @@ void sigcatcher_setup(void) sigaction(SIGILL, &sa, 0); sigaction(SIGBUS, &sa, 0); sigaction(SIGSEGV, &sa, 0); + sigaction(SIGABRT, &sa, 0); } -- 1.7.12.rc0.22.gcdd159b -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html