mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 14:21:45 +00:00
Merge pull request #7906 from donaldsharp/sig_abrt
lib: Allow us to catch abort and do some small cleanup
This commit is contained in:
commit
284c5a4584
@ -258,7 +258,7 @@ core_handler(int signo, siginfo_t *siginfo, void *context)
|
||||
static void trap_default_signals(void)
|
||||
{
|
||||
static const int core_signals[] = {
|
||||
SIGQUIT, SIGILL,
|
||||
SIGQUIT, SIGILL, SIGABRT,
|
||||
#ifdef SIGEMT
|
||||
SIGEMT,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user