-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[UBSAN]Check for finite tracklet seeding or d0 cut #46794
base: master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46794/42780 |
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@aloeliger, @cmsbuild, @epalencia can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
please test |
please test for CMSSW_15_0_UBSAN_X |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f25296/43061/summary.html |
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
|
+l1 |
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, @mandrenguyen, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
This PR fixes a runtime error (shown in UBSAN IBs [a] workflow 29751.85/step2). This happens when either rinvapprox or d0approx are
nan
. This change now also check if these variables have finite values. @cms-sw/l1-l2 TrackletCalculatorDisplaced::LLLSeeding(...) also have similar code, so let me know if we should add these check in there.I also moved https://github.com/cms-sw/cmssw/blob/master/L1Trigger/TrackFindingTracklet/src/TrackletCalculatorDisplaced.cc#L942-L966 code under
if (settings_.debugTracklet())
condition ( just to avoid running for loops ifsettings_.debugTracklet()
is not true[a] https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/raw/el8_amd64_gcc12/CMSSW_15_0_UBSAN_X_2024-11-22-2300/pyRelValMatrixLogs/run/29751.85_HydjetQMinBias_5519GeV+Run4D110_hi/step2_HydjetQMinBias_5519GeV+Run4D110_hi.log