Always use the default signal handler for ABRT signals.
[tinc] / src / process.c
index 0007943..a3de065 100644 (file)
@@ -546,6 +546,7 @@ static struct {
        {SIGCHLD, ignore_signal_handler},
        {SIGALRM, sigalrm_handler},
        {SIGWINCH, sigwinch_handler},
+       {SIGABRT, SIG_DFL},
        {0, NULL}
 };
 #endif