Skip to content

IncidentSvc: improve error reporting

Charles Leggett requested to merge leggett/Gaudi:dev/improveIncErrMsg into master

When the IncidentSvc catches an exception, it's useful to show which handler produced it.

Also, sometimes the stack can get messed up (especially in debug builds?), so the m_currentIncidentType ptr is null when the exception is caught, causing even less understandable messages....

Merge request reports