aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-11-25 18:51:06 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-11-25 18:51:06 +0100
commite917b1983af71246a756c5571a374078d60ba96b (patch)
treebcadc0157c17d78db411a1929bc88710e1f9a695 /README
parent4dc5dcf4e0d238638c03cb1bc8f8401510099853 (diff)
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
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions