The Gaudi Framework  v36r1 (3e2fb5a8)
StatusCodeSvc Class Reference

#include </builds/gaudi/Gaudi/GaudiCommonSvc/src/StatusCodeSvc.h>

Inheritance diagram for StatusCodeSvc:
Collaboration diagram for StatusCodeSvc:

Classes

struct  StatCodeDat
 

Public Member Functions

StatusCode initialize () override
 
StatusCode reinitialize () override
 
StatusCode finalize () override
 
void regFnc (const std::string &func, const std::string &lib) override
 
void list () const override
 
bool suppressCheck () const override
 
- Public Member Functions inherited from extends< Service, IStatusCodeSvc >
void * i_cast (const InterfaceID &tid) const override
 Implementation of IInterface::i_cast. More...
 
StatusCode queryInterface (const InterfaceID &ti, void **pp) override
 Implementation of IInterface::queryInterface. More...
 
std::vector< std::stringgetInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames. More...
 
- Public Member Functions inherited from Service
const std::stringname () const override
 Retrieve name of the service
More...
 
StatusCode configure () override
 
StatusCode initialize () override
 
StatusCode start () override
 
StatusCode stop () override
 
StatusCode finalize () override
 
StatusCode terminate () override
 
Gaudi::StateMachine::State FSMState () const override
 
Gaudi::StateMachine::State targetFSMState () const override
 
StatusCode reinitialize () override
 
StatusCode restart () override
 
StatusCode sysInitialize () override
 Initialize Service
More...
 
StatusCode sysStart () override
 Initialize Service
More...
 
StatusCode sysStop () override
 Initialize Service
More...
 
StatusCode sysFinalize () override
 Finalize Service
More...
 
StatusCode sysReinitialize () override
 Re-initialize the Service. More...
 
StatusCode sysRestart () override
 Re-initialize the Service. More...
 
 Service (std::string name, ISvcLocator *svcloc)
 Standard Constructor
More...
 
SmartIF< ISvcLocator > & serviceLocator () const override
 Retrieve pointer to service locator
More...
 
StatusCode setProperties ()
 
template<class T >
StatusCode service (const std::string &name, const T *&psvc, bool createIf=true) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (const std::string &name, T *&psvc, bool createIf=true) const
 
template<typename IFace = IService>
SmartIF< IFace > service (const std::string &name, bool createIf=true) const
 
template<class T >
StatusCode service (const std::string &svcType, const std::string &svcName, T *&psvc) const
 Access a service by name and type, creating it if it doesn't already exist. More...
 
template<class T >
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandle< T > &hndl, const std::string &doc="none")
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, bool createIf=true)
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, std::string toolTypeAndName, bool createIf=true)
 Declare used tool. More...
 
template<class T >
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandleArray< T > &hndlArr, const std::string &doc="none")
 
template<class T >
void addToolsArray (ToolHandleArray< T > &hndlArr)
 
const std::vector< IAlgTool * > & tools () const
 
SmartIF< IAuditorSvc > & auditorSvc () const
 The standard auditor service.May not be invoked before sysInitialize() has been invoked. More...
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 PropertyHolder ()=default
 
Gaudi::Details::PropertyBasedeclareProperty (Gaudi::Details::PropertyBase &prop)
 Declare a property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, TYPE &value, const std::string &doc="none")
 Helper to wrap a regular data member and use it as a regular property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none")
 Declare a PropertyBase instance setting name and documentation. More...
 
Gaudi::Details::PropertyBasedeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="")
 Declare a remote property. More...
 
StatusCode setProperty (const std::string &name, const Gaudi::Details::PropertyBase &p) override
 set the property from another property with a different name More...
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string More...
 
StatusCode setProperty (const Gaudi::Details::PropertyBase &p)
 Set the property from a property. More...
 
virtual StatusCode setProperty (const std::string &name, const Gaudi::Details::PropertyBase &p)=0
 Set the property from a property with a different name. More...
 
virtual StatusCode setProperty (const std::string &s)=0
 Set the property by string. More...
 
StatusCode setProperty (const std::string &name, const char *v)
 Special case for string literals. More...
 
StatusCode setProperty (const std::string &name, const std::string &v)
 Special case for std::string. More...
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value More...
 
StatusCode setPropertyRepr (const std::string &n, const std::string &r) override
 set the property from name and value string representation More...
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property More...
 
const Gaudi::Details::PropertyBasegetProperty (std::string_view name) const override
 get the property by name More...
 
StatusCode getProperty (std::string_view n, std::string &v) const override
 convert the property to the string More...
 
const std::vector< Gaudi::Details::PropertyBase * > & getProperties () const override
 get all properties More...
 
bool hasProperty (std::string_view name) const override
 Return true if we have a property with the given name. More...
 
Gaudi::Details::PropertyBaseproperty (std::string_view name) const
 \fixme property and bindPropertiesTo should be protected More...
 
void bindPropertiesTo (Gaudi::Interfaces::IOptionsSvc &optsSvc)
 
 PropertyHolder (const PropertyHolder &)=delete
 
PropertyHolderoperator= (const PropertyHolder &)=delete
 
- Public Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level msgLevel () const
 get the cached level (originally extracted from the embedded MsgStream) More...
 
bool msgLevel (MSG::Level lvl) const
 get the output level from the embedded MsgStream More...
 

Private Member Functions

void parseFilter (const std::string &str, std::string &fnc, std::string &lib) const
 
bool failsFilter (const std::string &fnc, const std::string &lib) const
 

Private Attributes

Gaudi::Property< std::vector< std::string > > m_pFilter {this, "Filter"}
 
Gaudi::Property< bool > m_abort {this, "AbortOnError", false}
 
Gaudi::Property< bool > m_suppress {this, "SuppressCheck", false}
 
Gaudi::Property< bool > m_dict {this, "IgnoreDicts", true}
 
tbb::concurrent_unordered_map< std::string, StatCodeDatm_dat
 
std::set< std::stringm_filterfnc
 
std::set< std::stringm_filterlib
 

Additional Inherited Members

- Public Types inherited from extends< Service, IStatusCodeSvc >
using base_class = extends
 Typedef to this class. More...
 
using extend_interfaces_base = extend_interfaces< Interfaces... >
 Typedef to the base of this class. More...
 
- Public Types inherited from Service
using Factory = Gaudi::PluginService::Factory< IService *(const std::string &, ISvcLocator *)>
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
using base_class = CommonMessaging
 
- Public Types inherited from extend_interfaces< Interfaces... >
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type
 take union of the ext_iids of all Interfaces... More...
 
- Protected Member Functions inherited from Service
std::vector< IAlgTool * > & tools ()
 
 ~Service () override
 Standard Destructor
More...
 
int outputLevel () const
 get the Service's output level More...
 
- Protected Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level setUpMessaging () const
 Set up local caches. More...
 
MSG::Level resetMessaging ()
 Reinitialize internal states. More...
 
void updateMsgStreamOutputLevel (int level)
 Update the output level of the cached MsgStream. More...
 
- Protected Attributes inherited from Service
Gaudi::StateMachine::State m_state = Gaudi::StateMachine::OFFLINE
 Service state
More...
 
Gaudi::StateMachine::State m_targetState = Gaudi::StateMachine::OFFLINE
 Service state
More...
 
Gaudi::Property< int > m_outputLevel {this, "OutputLevel", MSG::NIL, "output level"}
 flag indicating whether ToolHandle tools have been added to m_tools More...
 
Gaudi::Property< bool > m_auditInit {this, "AuditServices", false, "[[deprecated]] unused"}
 
Gaudi::Property< bool > m_auditorInitialize {this, "AuditInitialize", false, "trigger auditor on initialize()"}
 
Gaudi::Property< bool > m_auditorStart {this, "AuditStart", false, "trigger auditor on start()"}
 
Gaudi::Property< bool > m_auditorStop {this, "AuditStop", false, "trigger auditor on stop()"}
 
Gaudi::Property< bool > m_auditorFinalize {this, "AuditFinalize", false, "trigger auditor on finalize()"}
 
Gaudi::Property< bool > m_auditorReinitialize {this, "AuditReinitialize", false, "trigger auditor on reinitialize()"}
 
Gaudi::Property< bool > m_auditorRestart {this, "AuditRestart", false, "trigger auditor on restart()"}
 
Gaudi::Property< bool > m_autoRetrieveTools {this, "AutoRetrieveTools", true, "retrieve all AlgTools during initialize"}
 
Gaudi::Property< bool > m_checkToolDeps
 
SmartIF< IAuditorSvcm_pAuditorSvc
 Auditor Service
More...
 

Detailed Description

Definition at line 22 of file StatusCodeSvc.h.

Member Function Documentation

◆ failsFilter()

bool StatusCodeSvc::failsFilter ( const std::string fnc,
const std::string lib 
) const
private

Definition at line 103 of file StatusCodeSvc.cpp.

103  {
104  return m_filterfnc.find( fnc ) != m_filterfnc.end() || m_filterlib.find( lib ) != m_filterlib.end();
105 }

◆ finalize()

StatusCode StatusCodeSvc::finalize ( )
override

Definition at line 48 of file StatusCodeSvc.cpp.

48  {
49 
50  list();
51  return StatusCode::SUCCESS;
52 }

◆ initialize()

StatusCode StatusCodeSvc::initialize ( )
override

Definition at line 21 of file StatusCodeSvc.cpp.

21  {
22 
24  if ( !sc.isSuccess() ) return sc;
25 
26  info() << "initialize" << endmsg;
27 
28  for ( const auto& itr : m_pFilter.value() ) {
29  std::string fnc, lib;
30  parseFilter( itr, fnc, lib );
31  if ( !fnc.empty() ) m_filterfnc.insert( fnc );
32  if ( !lib.empty() ) m_filterlib.insert( lib );
33  }
34 
35  return StatusCode::SUCCESS;
36 }

◆ list()

void StatusCodeSvc::list ( ) const
override

Definition at line 109 of file StatusCodeSvc.cpp.

109  {
110 
112  unsigned int N = 0;
113 
114  // Created a sorted map of the results
115  std::map<std::string, StatCodeDat> dat_sorted( m_dat.begin(), m_dat.end() );
116  for ( const auto& itr : dat_sorted ) {
117  const auto& dat = itr.second;
118 
119  // we need to do this in case someone has gotten to regFnc before filters were setup in initialize
120  if ( failsFilter( dat.fnc, dat.lib ) ) continue;
121 
122  N++;
123  os.width( 3 );
124  os.setf( std::ios_base::right, std::ios_base::adjustfield );
125  os << dat.count;
126 
127  os << " | ";
128  os.width( 30 );
129  os.setf( std::ios_base::left, std::ios_base::adjustfield );
130  os << dat.fnc;
131 
132  os << " | ";
133  os.setf( std::ios_base::left, std::ios_base::adjustfield );
134  os << dat.lib;
135 
136  os << std::endl;
137  }
138  if ( N > 0 ) {
139  info() << "listing all unchecked return codes:" << endmsg;
140  info() << std::endl
141  << "Num | Function | Source Library" << std::endl
142  << "----+--------------------------------+------------------------------------------" << std::endl
143  << os.str() << endmsg;
144  } else {
145  if ( msgLevel( MSG::DEBUG ) ) debug() << "all StatusCode instances where checked" << endmsg;
146  }
147 }

◆ parseFilter()

void StatusCodeSvc::parseFilter ( const std::string str,
std::string fnc,
std::string lib 
) const
private

Definition at line 151 of file StatusCodeSvc.cpp.

151  {
152 
153  auto loc = str.find( "=" );
154  if ( loc == std::string::npos ) {
155  fnc = str;
156  lib = "";
157  } else {
158  std::string key = str.substr( 0, loc );
159  std::string val = str.substr( loc + 1 );
160 
161  toupper( key );
162 
163  if ( key == "FCN" || key == "FNC" ) {
164  fnc = val;
165  lib.clear();
166  } else if ( key == "LIB" ) {
167  fnc.clear();
168  lib = val;
169  } else {
170  fnc.clear();
171  lib.clear();
172 
173  warning() << "ignoring unknown token in Filter: " << str << endmsg;
174  }
175  }
176 }

◆ regFnc()

void StatusCodeSvc::regFnc ( const std::string func,
const std::string lib 
)
override

Definition at line 56 of file StatusCodeSvc.cpp.

56  {
57 
59 
60  // A StatusCode instance may be create internally by ROOT dictionaries and,
61  // of course, it's not checked, so here we whitelist a few library names
62  // that are known to produce spurious reports.
63  if ( m_dict ) {
64  // ROOT's library names can end with either ".so" or ".so.x.y" with x.y the ROOT version in use
65  const auto len = lib.length();
66  if ( len >= 3 && lib.compare( len - 3, 3, ".so" ) == 0 ) {
67  if ( ( len >= 7 && ( lib.compare( len - 7, 4, "Dict" ) == 0 || lib.compare( len - 7, 4, "Core" ) == 0 ) ) ||
68  ( len >= 8 && lib.compare( len - 8, 5, "Cling" ) == 0 ) ) {
69  return;
70  }
71  } else if ( lib.rfind( "Dict.so" ) != std::string::npos || lib.rfind( "Cling.so" ) != std::string::npos ||
72  lib.rfind( "Core.so" ) != std::string::npos ) {
73  return;
74  }
75  }
76  // this appears only with gcc 4.9...
77  if ( fnc == "_PyObject_GC_Malloc" ) return;
78  // GAUDI-1036
79  if ( fnc == "PyThread_get_thread_ident" ) return;
80  if ( fnc == "local" ) return;
81 
82  const std::string rlib = lib.substr( lib.rfind( "/" ) + 1 );
83  if ( failsFilter( fnc, rlib ) ) return;
84 
85  if ( m_abort ) {
86  fatal() << "Unchecked StatusCode in " << fnc << " from lib " << lib << endmsg;
87  msgStream().flush();
88  abort();
89  }
90 
91  const std::string key = fnc + lib;
92 
93  decltype( m_dat )::const_iterator itr = m_dat.find( key );
94  if ( itr != m_dat.end() ) {
95  ++( itr->second.count );
96  } else {
97  m_dat.emplace( key, StatCodeDat{fnc, rlib} );
98  }
99 }

◆ reinitialize()

StatusCode StatusCodeSvc::reinitialize ( )
override

Definition at line 40 of file StatusCodeSvc.cpp.

40  {
41 
42  info() << "reinitialize" << endmsg;
43 
44  return StatusCode::SUCCESS;
45 }

◆ suppressCheck()

bool StatusCodeSvc::suppressCheck ( ) const
inlineoverride

Definition at line 31 of file StatusCodeSvc.h.

31 { return m_suppress.value(); }

Member Data Documentation

◆ m_abort

Gaudi::Property<bool> StatusCodeSvc::m_abort {this, "AbortOnError", false}
private

Definition at line 48 of file StatusCodeSvc.h.

◆ m_dat

tbb::concurrent_unordered_map<std::string, StatCodeDat> StatusCodeSvc::m_dat
private

Definition at line 52 of file StatusCodeSvc.h.

◆ m_dict

Gaudi::Property<bool> StatusCodeSvc::m_dict {this, "IgnoreDicts", true}
private

Definition at line 50 of file StatusCodeSvc.h.

◆ m_filterfnc

std::set<std::string> StatusCodeSvc::m_filterfnc
private

Definition at line 53 of file StatusCodeSvc.h.

◆ m_filterlib

std::set<std::string> StatusCodeSvc::m_filterlib
private

Definition at line 53 of file StatusCodeSvc.h.

◆ m_pFilter

Gaudi::Property<std::vector<std::string> > StatusCodeSvc::m_pFilter {this, "Filter"}
private

Definition at line 47 of file StatusCodeSvc.h.

◆ m_suppress

Gaudi::Property<bool> StatusCodeSvc::m_suppress {this, "SuppressCheck", false}
private

Definition at line 49 of file StatusCodeSvc.h.


The documentation for this class was generated from the following files:
MSG::DEBUG
@ DEBUG
Definition: IMessageSvc.h:25
std::ostringstream::width
T width(T... args)
Service::initialize
StatusCode initialize() override
Definition: Service.cpp:118
std::string
STL class.
IOTest.N
N
Definition: IOTest.py:110
Service::m_state
Gaudi::StateMachine::State m_state
Service state
Definition: Service.h:206
StatusCode::isSuccess
bool isSuccess() const
Definition: StatusCode.h:355
std::set::find
T find(T... args)
StatusCodeSvc::m_abort
Gaudi::Property< bool > m_abort
Definition: StatusCodeSvc.h:48
std::string::length
T length(T... args)
StatusCodeSvc::m_filterfnc
std::set< std::string > m_filterfnc
Definition: StatusCodeSvc.h:53
StatusCodeSvc::m_suppress
Gaudi::Property< bool > m_suppress
Definition: StatusCodeSvc.h:49
CommonMessaging< implements< IService, IProperty, IStateful > >::msgLevel
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
Definition: CommonMessaging.h:148
StatusCodeSvc::parseFilter
void parseFilter(const std::string &str, std::string &fnc, std::string &lib) const
Definition: StatusCodeSvc.cpp:151
std::string::clear
T clear(T... args)
StatusCodeSvc::m_filterlib
std::set< std::string > m_filterlib
Definition: StatusCodeSvc.h:53
Gaudi::StateMachine::CONFIGURED
@ CONFIGURED
Definition: StateMachine.h:24
StatusCode
Definition: StatusCode.h:65
MsgStream::flush
MsgStream & flush()
Definition: MsgStream.h:123
toupper
void toupper(std::string &s)
Definition: StatusCodeSvc.cpp:17
Gaudi::StateMachine::OFFLINE
@ OFFLINE
Definition: StateMachine.h:23
std::string::compare
T compare(T... args)
Gaudi::Property::value
const ValueType & value() const
Backward compatibility (.
Definition: Property.h:240
StatusCodeSvc::m_dict
Gaudi::Property< bool > m_dict
Definition: StatusCodeSvc.h:50
std::ostringstream::setf
T setf(T... args)
StatusCodeSvc::failsFilter
bool failsFilter(const std::string &fnc, const std::string &lib) const
Definition: StatusCodeSvc.cpp:103
StatusCodeSvc::m_pFilter
Gaudi::Property< std::vector< std::string > > m_pFilter
Definition: StatusCodeSvc.h:47
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:203
std::map
STL class.
std::string::substr
T substr(T... args)
std::ostringstream
STL class.
StatusCode::SUCCESS
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
std::endl
T endl(T... args)
std::set::insert
T insert(T... args)
StatusCodeSvc::list
void list() const override
Definition: StatusCodeSvc.cpp:109
std::string::empty
T empty(T... args)
std::ostringstream::str
T str(T... args)
std::set::end
T end(T... args)
ProduceConsume.key
key
Definition: ProduceConsume.py:52
std::string::rfind
T rfind(T... args)
std::abort
T abort(T... args)
StatusCodeSvc::m_dat
tbb::concurrent_unordered_map< std::string, StatCodeDat > m_dat
Definition: StatusCodeSvc.h:52