diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-11-25 18:03:21 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-11-25 18:22:21 +0100 |
commit | 7ffc6603e2cb8b64be44ab31298d22ac21ea1543 (patch) | |
tree | 0a7c697646cee243bd988cd5b9bb62d9c3c98173 /src/gprs/Makefile.in | |
parent | 826eaa327bfd7af22b857684de21c545be6518b1 (diff) |
gtphub: generate coredump and exit upon SIGABRT received
Previous code relied on abort() switching sigaction to SIG_FDL +
retriggering SIGABRT in case the signal handler returns, which would
then generate the coredump + terminate the process.
However, if a SIGABRT is received from somewhere else (kill -SIGABRT),
then the process would print the talloc report and continue running,
which is not desired.
Change-Id: I1cab4a716cf2fda6353f698888edbcec6228d78b
Fixes: OS#4865
Diffstat (limited to 'src/gprs/Makefile.in')
0 files changed, 0 insertions, 0 deletions