osmo-msc/src/osmo-msc
Pau Espin e917b1983a main: 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: Iff66eea9ee70850a4d038ece1d8473457023e1ee
Fixes: OS#4865
2020-11-25 18:51:06 +01:00
..
Makefile.am build osmo-msc: add "missing" LIBASN1C_LIBS 2019-05-19 07:25:04 +00:00
msc_main.c main: generate coredump and exit upon SIGABRT received 2020-11-25 18:51:06 +01:00