mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 17:32:43 +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 void trap_default_signals(void)
|
||||||
{
|
{
|
||||||
static const int core_signals[] = {
|
static const int core_signals[] = {
|
||||||
SIGQUIT, SIGILL,
|
SIGQUIT, SIGILL, SIGABRT,
|
||||||
#ifdef SIGEMT
|
#ifdef SIGEMT
|
||||||
SIGEMT,
|
SIGEMT,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user