Skip to content

TrigPSC: Fix crash in THistSvc finalize

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

Make sure to call Gaudi's finalize transition also in the mother process. This was only done for the children and can lead to ordering issues between ROOT's and Gaudi's respective cleanup routines.

This fixes a crash seen in THistSvc finalize (ATR-19875).

Merge request reports