libosmo-sccp/stp
Pau Espin 685816f97f stp: 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: Idca8e360968cb6998591737348ce520954e251b2
Fixes: OS#4865
2021-02-23 17:40:46 +01:00
..
Makefile.am move osmo_ss7_vty.c [back] into libosmo-sigtran 2017-04-14 14:53:59 +02:00
stp_main.c stp: generate coredump and exit upon SIGABRT received 2021-02-23 17:40:46 +01:00