Skip to content

CoreDumpSvc: handle SIGALRM ourselves

Frank Winklmeier requested to merge fwinkl/athena:coredumpsvc_alrm into master

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.

Merge request reports