Description
Spinning off from #46002 (comment)
These calls to putenv()
are not thread safe
cmssw/CondTools/SiPixel/plugins/SiPixelGainCalibrationReadDQMFile.cc
Lines 521 to 522 in f55e6a5
cmssw/CondTools/SiPixel/plugins/SiPixelCondObjOfflineBuilder.cc
Lines 115 to 116 in f55e6a5
cmssw/CondTools/SiPixel/plugins/SiPixelCondObjForHLTBuilder.cc
Lines 118 to 119 in f55e6a5
cmssw/CondTools/SiPixel/plugins/SiPixelCondObjBuilder.cc
Lines 99 to 100 in f55e6a5
cmssw/CondFormats/RPCObjects/test/RPCReadOutMapBuilder.cc
Lines 42 to 43 in f55e6a5
cmssw/CondFormats/RPCObjects/test/RPCReadOutMapAnalyzer.cc
Lines 35 to 36 in f55e6a5
because EDModules are constructed concurrently to the Source, and ROOT/cling/LLVM calls getenv()
there.