Skip to content

EOS-1565: remove SIGSEGV/SIGBUS/SIGABRT handler, allow FST to coredump

Jan Iven requested to merge EOS-1565 into master

Removing the useless handler for SIGSEGV/SIGBUS/SIGABRT on FST - while this prints a backtrace in the log, it anyway crashes afterwards, but then the backtrace+coredump is less useful. Instead will rely on "abrtd" to get a meaningful backtrace.

Merge request reports