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 (backport of #11173 ) #11177

Conversation

slava77
Copy link
Contributor

@slava77 slava77 commented Sep 7, 2015

fixing up what was supposed to be in #11176

A fraction of uninitialized value reads reported by valgrind in wflow 4.53 step3 is cleaned up.
The following summary is based on tests in 76X with #11173 (there is no ZDC monitor change in 74X; otherwise it's the same change as in #11173 )

  • 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
  • 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_4_X_2015-09-07-1100 /test area sign584/:
- short matrix test comparisons show changes in affected plots in DQM
- reco products monitored with fwlite script are not affected

@slava77
Copy link
Contributor Author

slava77 commented Sep 7, 2015

@cmsbuild please test

@cmsbuild cmsbuild added this to the Next CMSSW_7_4_X milestone Sep 7, 2015
@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

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

cleanup of uninitialized reads reported by valgrind (backport of #11173 )

It involves the following packages:

DQM/CSCMonitorModule
DQM/Physics
DataFormats/JetReco
RecoEcal/EgammaCoreTools

@cmsbuild, @cvuosalo, @danduggan, @deguio, @slava77 can you please review it and eventually sign? Thanks.
@rappoccio, @Sam-Harper, @barvic, @ahinzmann, @TaiSakuma, @lgray, @jdolen, @nhanvtran, @schoef, @mariadalfonso, @argiro 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.

@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 #11177 d4f9a57

  • 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)

@deguio
Copy link
Contributor

deguio commented Sep 11, 2015

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Sep 16, 2015
…MVAetc-valgrind

cleanup of uninitialized reads reported by valgrind (backport of #11173 )
@cmsbuild cmsbuild merged commit 886c2d0 into cms-sw:CMSSW_7_4_X Sep 16, 2015
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

5 participants