Skip to content
Snippets Groups Projects
Commit b7737780 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

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.
parent dd08934d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment