Skip to content
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

cleanup of uninitialized reads reported by valgrind #11173

Conversation

slava77
Copy link
Contributor

@slava77 slava77 commented Sep 7, 2015

A fraction of uninitialized value reads reported by valgrind in wflow 4.53 step3 is done.

  • PileupJetIdAlgo is buggy and will need to be fixed by JME developers (I will start a separate thread for this). I have just gotten rid of uninitialized reads.
    • confirmed with valgrind as fixed
  • HcalZDCMonitor counters initialized (cleans up occasional NANs in the plots)
    • confirmed with valgrind as fixed
  • B2GDQM was missing initialization of semiE_LepJetPtCut (the default uninitialized value was between zero and any other value; it now becomes 30 GeV as desired in the config). Corresponding plots will change.
    • confirmed with valgrind as fixed
  • EcalClusterLazyToolsBase had reads beyond vector size (should be harmless from the logic)
    • confirmed with valgrind as fixed
  • patPFMETCorrections changes appear to be cosmetic
    • the invalid read in SmearedJetProducerT calling StringCutObjectSelector still remains
  • changes in cscdqm::StripClusterFinder are towards cleaning of uninitialized values in StripClusterFitData::height_
    • cleanup is not confirmed by valgrind

Tested in CMSSW_7_6_X_2015-08-30-2300 /test area sign584/.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2015

A new Pull Request was created by @slava77 (Slava Krutelyov) for CMSSW_7_6_X.

cleanup of uninitialized reads reported by valgrind

It involves the following packages:

DQM/CSCMonitorModule
DQM/HcalMonitorTasks
DQM/Physics
DataFormats/JetReco
PhysicsTools/PatUtils
RecoEcal/EgammaCoreTools

@cvuosalo, @monttj, @cmsbuild, @deguio, @slava77, @vadler, @danduggan can you please review it and eventually sign? Thanks.
@rappoccio, @Sam-Harper, @barvic, @imarches, @ahinzmann, @acaudron, @mmarionncern, @lgray, @jdolen, @nhanvtran, @schoef, @ferencek, @gpetruc, @mariadalfonso, @argiro, @pvmulder, @TaiSakuma this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@slava77
Copy link
Contributor Author

slava77 commented Sep 7, 2015

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2015

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2015

@slava77
Copy link
Contributor Author

slava77 commented Sep 9, 2015

+1

for #11173 4f08204

  • jenkins tests pass and comparisons with the baseline are in agreement with local tests (diffs are only in a while-since randomly changing DQM plots)

davidlange6 added a commit that referenced this pull request Sep 10, 2015
…MVAetc-valgrind

cleanup of uninitialized reads reported by valgrind
@davidlange6 davidlange6 merged commit a2ea8d4 into cms-sw:CMSSW_7_6_X Sep 10, 2015
davidlange6 added a commit that referenced this pull request Sep 11, 2015
…MVAetc-valgrind

cleanup of uninitialized reads reported by valgrind (backport of #11173 )
cmsbuild added a commit that referenced this pull request Sep 16, 2015
…MVAetc-valgrind

cleanup of uninitialized reads reported by valgrind (backport of #11173 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants