-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calls to putenv()
in EDModule constructors in various conditions tools are not thread safe
#47038
Comments
assign CondTools/SiPixel |
cms-bot internal usage |
A new Issue was created by @makortel. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
putenv()
is not thread safeputenv()
is not thread safe
putenv()
is not thread safeputenv()
are not thread safe
New categories assigned: db @atpathak,@consuegs,@francescobrivio,@perrotta you have been requested to review this Pull request/Issue and eventually sign? Thanks |
putenv()
are not thread safeputenv()
in EDModule constructors in various conditions tools are not thread safe
assign CondFormats/SiPixelObjects, CondFormats/RPCObjects, CalibTracker/SiPixelGainCalibration |
Spinning off from #46002 (comment)
These calls to
putenv()
are not thread safecmssw/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/CondTools/SiPixel/plugins/SiPixelCalibConfigurationObjectMaker.cc
Lines 67 to 68 in f55e6a5
cmssw/CondFormats/SiPixelObjects/test/SiPixelFedCablingMapTestWriter.cc
Lines 41 to 42 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
cmssw/CalibTracker/SiPixelGainCalibration/plugins/SiPixelGainCalibrationAnalysis.cc
Lines 73 to 74 in f55e6a5
because EDModules are constructed concurrently to the Source, and ROOT/cling/LLVM calls
getenv()
there.The text was updated successfully, but these errors were encountered: