mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
Also install handler for SIGTRAP.
This commit is contained in:
parent
e532b6c68c
commit
7978041b09
@ -1,5 +1,5 @@
|
|||||||
/* Catch segmentation faults and print backtrace.
|
/* Catch segmentation faults and print backtrace.
|
||||||
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
|
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
|
||||||
|
|
||||||
@ -231,6 +231,7 @@ install_handler (void)
|
|||||||
#endif
|
#endif
|
||||||
INSTALL_FOR_SIG (SIGABRT, "abrt");
|
INSTALL_FOR_SIG (SIGABRT, "abrt");
|
||||||
INSTALL_FOR_SIG (SIGFPE, "fpe");
|
INSTALL_FOR_SIG (SIGFPE, "fpe");
|
||||||
|
INSTALL_FOR_SIG (SIGTRAP, "trap");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Preserve the output file name if there is any given. */
|
/* Preserve the output file name if there is any given. */
|
||||||
|
Loading…
Reference in New Issue
Block a user