Skip to content

Conversation

@akritkbehera
Copy link
Contributor

@akritkbehera akritkbehera commented Oct 8, 2025

PR description:

This PR fixes a segmentation fault in testRefInROOT::testGoodChain caused by calling SetBranchAddress() before the TChain had loaded its first tree.
TChain::SetBranchAddress() requires fTree to be initialized (fTreeNumber >= 0), which wasn’t the case — resulting in null TBranch* pointers and a crash at runtime.

Added a call to eventChain.LoadTree(0) before setting branch addresses.
@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

cms-bot internal usage

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

@akritkbehera
Copy link
Contributor Author

Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

A new Pull Request was created by @akritkbehera for master.

It involves the following packages:

  • FWCore/FWLite (core)

@Dr15Jones, @makortel, @smuzaffar can you please review it and eventually sign? Thanks.
@makortel, @wddgit this is something you requested to watch as well.
@ftenchini, @mandrenguyen, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

-1

Failed Tests: ClangBuild
Size: This PR adds an extra 16KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-41ccf2/48555/summary.html
COMMIT: 9109c63
CMSSW: CMSSW_16_0_X_2025-10-08-1100/el8_amd64_gcc13
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/49103/48555/install.sh to create a dev area with all the needed externals and cmssw changes.

Clang Build

I found compilation warning while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' /usr/bin/time -v scram build -k -j 32 COMPILER='llvm compile'

See details on the summary page.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

REMINDER @ftenchini, @sextonkennedy, @mandrenguyen: This PR was tested with cms-sw/cmsdist#10111, please check if they should be merged together

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

Pull request #49103 was updated. @Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please check and sign again.

@akritkbehera
Copy link
Contributor Author

Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

+1

Size: This PR adds an extra 24KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-41ccf2/48558/summary.html
COMMIT: b9e737e
CMSSW: CMSSW_16_0_X_2025-10-08-1100/el8_amd64_gcc13
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/49103/48558/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 1 lines to the logs
  • Reco comparison results: 8 differences found in the comparisons
  • DQMHistoTests: Total files compared: 51
  • DQMHistoTests: Total histograms compared: 3940073
  • DQMHistoTests: Total failures: 419
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3939634
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 50 files compared)
  • Checked 218 log files, 188 edm output root files, 51 DQM output files
  • TriggerResults: no differences found

@makortel
Copy link
Contributor

makortel commented Oct 8, 2025

Comparison differences are related to #47071 and #49073

@makortel
Copy link
Contributor

makortel commented Oct 8, 2025

+core

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 8, 2025

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @ftenchini, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2)

@ftenchini
Copy link

+1

@cmsbuild cmsbuild merged commit baf71ca into cms-sw:master Oct 9, 2025
10 checks passed
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.

4 participants