-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
ASAN problem found in RecHitProcessor #47170
Comments
cms-bot internal usage |
A new Issue was created by @Dr15Jones. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign l1 |
New categories assigned: l1 @aloeliger,@epalencia you have been requested to review this Pull request/Issue and eventually sign? Thanks |
I believe the problem is the following cmssw/L1Trigger/L1TMuonCPPF/src/RecHitProcessor.cc Lines 177 to 178 in 75451d5
so when cmssw/L1Trigger/L1TMuonCPPF/src/RecHitProcessor.cc Lines 181 to 182 in 75451d5
when cmssw/L1Trigger/L1TMuonCPPF/src/RecHitProcessor.cc Lines 183 to 184 in 75451d5
here it clearly reads the end, which is illegal. Then in the following logic the iterators are manipulated in such a way as to be able to get iterators pointing to before the beginning or even after the end cmssw/L1Trigger/L1TMuonCPPF/src/RecHitProcessor.cc Lines 185 to 199 in 75451d5
|
The ASAN build found the following
https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/raw/el8_amd64_gcc12/CMSSW_15_0_ASAN_X_2025-01-20-2300/pyRelValMatrixLogs/run/145.301_RunDisplacedJet2024E/step3_RunDisplacedJet2024E.log
The text was updated successfully, but these errors were encountered: