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

Fix bug in TICLLayerTileProducer. #44843

Merged
merged 1 commit into from Apr 29, 2024

Conversation

wddgit
Copy link
Contributor

@wddgit wddgit commented Apr 24, 2024

PR description:

Fix bug in TICLLayerTileProducer. The LogDebug statement could access the object pointed to by results when results is not filled. This potentially could cause a seg fault. Issue #42470 reports a seg fault in that part of the code. This bug might or might not be the cause of that seg fault. I did not verify the connection, but the bug should be fixed irregardless. We can monitor the IBs after this PR is merged to see if that failure stops occurring.

This also modifies the module to only call consumes and construct the results object corresponding to the chosen option, a minor optimization.

PR validation:

Relies on existing tests.

In the LogDebug line, result might be accessed even if
it is not filled.
@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 24, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44843/40092

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

  • RecoHGCal/TICL (reconstruction, upgrade)

@mandrenguyen, @jfernan2, @srimanob, @subirsarkar, @cmsbuild can you please review it and eventually sign? Thanks.
@missirol, @youyingli, @lecriste, @hatakeyamak, @rovere, @apsallid, @forthommel, @sameasy, @felicepantaleo, @sobhatta this is something you requested to watch as well.
@rappoccio, @antoniovilela, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@wddgit
Copy link
Contributor Author

wddgit commented Apr 24, 2024

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3d371e/39080/summary.html
COMMIT: b55dad4
CMSSW: CMSSW_14_1_X_2024-04-24-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44843/39080/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

There are some workflows for which there are errors in the baseline:
24834.78 step 2
25088.203 step 3
The results for the comparisons for these workflows could be incomplete
This means most likely that the IB is having errors in the relvals.The error does NOT come from this pull request

Summary:

@mandrenguyen
Copy link
Contributor

type bug-fix, hgcal

@mandrenguyen
Copy link
Contributor

+1

@felicepantaleo
Copy link
Contributor

Thanks a lot, David.
Symbolic +1 from hgcal reco.

@srimanob
Copy link
Contributor

+Upgrade

@cmsbuild
Copy link
Contributor

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. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2)

@antoniovilela
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit b39a398 into cms-sw:master Apr 29, 2024
11 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.

None yet

6 participants