Skip to content

Conversation

smuzaffar
Copy link

No description provided.

@smuzaffar
Copy link
Author

please test

@cmsbuild
Copy link

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch cms/v6-24-00-patches/4b08829.

@smuzaffar, @iarspider can you please review it and eventually sign? Thanks.
@perrotta, @dpiparo, @qliphy you are the release manager for this.
cms-bot commands are listed here

@cmsbuild
Copy link

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8c9a64/23542/summary.html
COMMIT: 6061468
CMSSW: CMSSW_12_4_X_2022-03-30-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/root/167/23542/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 48
  • DQMHistoTests: Total histograms compared: 3585896
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3585866
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 47 files compared)
  • Checked 200 log files, 45 edm output root files, 48 DQM output files
  • TriggerResults: no differences found

pcanal added 17 commits April 5, 2022 19:19
When encountering a data member of a class that is a enum or if it is use in a map or multimap,
record the enum in the rootpcm.
This was a fatal typo in 9678405 pair: properly update StreamerInfo.
We already had TListOfEnumsWithLock but TListOfEnums::FindObject is used by rootcling
In the 'root_serialization' use case, we ended in TBufferFile::WriteClassBuffer with no
StreamerInfo created yet for the TClass for `std::vector<float>` and thus go into
the branch that creates the StreamerInfo ... However, at least in that case,
the call to `BuildRealData` induced the creation of the StreamerInfo but the code
in `TBufferFile::WriteClassBuffer` did not notice and thus create a second
one and tried to register it in the same slot.  (The actual negative side
effect was only an error message and a memory leak).
This happened in a user case where the container (map) for a pair of an enum, which had not dictionary
and something else that did have a dictionary.
This was happening when, inadvertently, StreamerInfo were created multiple times and then immeditately
deleted (for map<enumtype_without_dict, somethinelse>)
@cmsbuild
Copy link

cmsbuild commented Apr 6, 2022

Pull request #167 was updated.

@cmsbuild
Copy link

cmsbuild commented Apr 6, 2022

Pull request #167 was updated.

@smuzaffar smuzaffar closed this May 12, 2022
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.

3 participants