Open VinInn opened 1 year ago
A new Issue was created by @VinInn Vincenzo Innocente.
@Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks.
cms-bot commands are listed here
assign reconstruction
New categories assigned: reconstruction
@mandrenguyen,@clacaputo you have been requested to review this Pull request/Issue and eventually sign? Thanks
so most of them in mkfit (including some in atan2!) that may been already addressed
Hopefully yes, already addressed. MkFit should be valgrind clean as of #40105 in 12_6_0.
Just to remind that the other occurrences have not been addresses.
for instance I'm sure that in
https://cmssdt.cern.ch/dxr/CMSSW/source/DQM/CSCMonitorModule/plugins/CSCDQM_StripClusterFinder.cc?from=RefindMax&case=true#257
the protection against iS == 0
should be moved in the outer loop
for (int iS = std::max(1,iLS); iS <= iRS; iS++)
I' not sure that all values of the ispretrig_
array are initialized
assign l1,dqm
New categories assigned: dqm,l1
@tjavaid,@epalencia,@micsucmed,@nothingface0,@rvenditti,@emanueleusai,@syuvivida,@aloeliger,@pmandrik you have been requested to review this Pull request/Issue and eventually sign? Thanks
as a side effect of https://github.com/cms-sw/cmssw/issues/40437#issuecomment-1633743889 I found these kind of other errors running Valgrind on reco CMSSW_12_4_14_patch1 100 events from file /store/data/Run2022D/JetMET/RAW/v1/000/357/899/00000/553156f5-b08e-4fcf-9318-a72b73572c76.root
log file in lxplus803: /tmp/innocent/tauCrash/val.log and in /afs/cern.ch/user/i/innocent/public/val.log.xz
so most of them in mkfit (including some in atan2!) that may been already addressed