Fix bug in OnlineMessageSvc that causes abort in debug builds with Gaudi v29r3.
Compare changes
@@ -57,6 +57,10 @@ OnlineMessageSvc::OnlineMessageSvc( const string& name, ISvcLocator* svcloc )
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
CommonMessaging changed in Gaudi v29r3, which results in an abort with an uncaught exception when the OnlineMessageSvc
calls Service::initialize
. This MR fixes that problem.
The production stack for 2018 will be based on Gaudi v29r3, so at the time the version of Gaudi used by Online is updated, this MR can be merged.