Skip to content

Fix bug in OnlineMessageSvc that causes abort in debug builds with Gaudi v29r3.

Roel Aaij requested to merge fix_online_message_svc into master

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.

Merge request reports