CoreDumpSvc: handle SIGALRM ourselves
Install signal handler for SIGALRM
and either terminate the process
(should be the same as the default handler) or call std::abort
to
ensure we get core files even when the stacktrace generation is
interrupted by a timeout.
Relates to ATR-25404.