CoreDumpSvc: Add printout on calling previous signal handler
Add printout when calling the previous signal handler to help debugging missing stack traces seen in ATR-20796. Also change the exit code in case of recursive signals to 98 to distinguish it from the 99 exit code for "regular" crashes.
Note that the std::cout
usage is unavoidable here as it's printing from a signal handler.
Merge request reports
Activity
added Core master review-pending-level-1 labels
CI Result SUCCESS (hash e14a571c)Athena AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 8837]removed review-pending-level-1 label
added review-pending-level-1 label
CI Result SUCCESS (hash 050840df)Athena AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 8965]added review-approved label and removed review-pending-level-1 label
mentioned in commit 6ef50c5a
added sweep:ignore label