osmo-sgsn/src/gtphub
Pau Espin 7ffc6603e2 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
2020-11-25 18:22:21 +01:00
..
Makefile.am Move out gtphub to its own subdir 2019-09-02 14:03:04 +02:00
gtphub.c Use osmo_fd_setup() whenever applicable 2020-10-19 10:50:45 +00:00
gtphub_ares.c Move out gtphub to its own subdir 2019-09-02 14:03:04 +02:00
gtphub_main.c gtphub: generate coredump and exit upon SIGABRT received 2020-11-25 18:22:21 +01:00
gtphub_sock.c gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr 2020-07-18 21:43:49 +00:00
gtphub_vty.c Move out gtphub to its own subdir 2019-09-02 14:03:04 +02:00