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

UBSAN issue in TrackListMerger #39229

Closed
smuzaffar opened this issue Aug 29, 2022 · 4 comments · Fixed by #39233
Closed

UBSAN issue in TrackListMerger #39229

smuzaffar opened this issue Aug 29, 2022 · 4 comments · Fixed by #39233

Comments

@smuzaffar
Copy link
Contributor

As a follow up on #37384 , the suggested change #37384 (comment) [a] by @mmusich works for me. Workflow 2323.4.0 did not fail [b] and ubsan issue about RecoTracker/FinalTrackSelectors/plugins/TrackListMerger.cc:451:45: runtime error: variable length array bound evaluates to non-positive value 0 is also fixed. May be we can also move https://github.com/cms-sw/cmssw/blob/master/RecoTracker/FinalTrackSelectors/plugins/TrackListMerger.cc#L364 after the check [a]

@cms-sw/reconstruction-l2 what do you suggest?

[a]

+  if (ngood == 0) {
+    // output empty collections and early return
+    this->returnEmptyCollections(e);
+    return;
+  }

[b]

23234.0_TTbar_14TeV+2026D49+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14INPUT+DigiTrigger+RecoGlobal+HARVESTGlobal Step0-PASSED Step1-PASSED Step2-PASSED Step3-PASSED  - time date Mon Aug 29 12:01:40 2022-date Mon Aug 29 11:32:36 2022; exit: 0 0 0 0
1 1 1 1 tests passed, 0 0 0 0 failed
@smuzaffar
Copy link
Contributor Author

assign reconstruction

@cmsbuild
Copy link
Contributor

A new Issue was created by @smuzaffar Malik Shahzad Muzaffar.

@Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

New categories assigned: reconstruction

@jpata,@clacaputo,@mandrenguyen you have been requested to review this Pull request/Issue and eventually sign? Thanks

@mmusich
Copy link
Contributor

mmusich commented Aug 29, 2022

I've created #39233 with my original suggestion (not yet tested in the last IB), to start the discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants