Skip to content

CoreDumpSvc: proper handling of crashes before first event in MT

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

The AlgExecStateSvc is not functional before the first algorithm execution. Accessing it will result in a GaudiException that needs to be caught so that the crash handling can continue.

Merge request reports