CoreDumpSvc: Add StackTrace property
Add a boolean StackTrace
property (default: False
) that will create
a stack trace using ROOT's stack trace generator (usually invoking
gdb
). This is useful for cases where there is no default signal handler
doing this, or if for some reason the signal handler is not usable
(ATR-20918). For a regular athena job this should not be necessary. If
used anyway, one should set CallOlderHanlder = False
to avoid multiple
stack trace generations.
Enable this feature when running in athenaHLT.
Merge request reports
Activity
added Core Trigger master review-pending-level-1 labels
CI Result SUCCESS (hash ba069020)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 9780]added review-approved label and removed review-pending-level-1 label
mentioned in merge request !30573 (merged)