-
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
index out of bounds in RecoHGCalTICLPlugins #41731
Comments
A new Issue was created by @dan131riley Dan Riley. @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign reconstruction, upgrade FYI @cms-sw/hgcal-dpg-l2 |
New categories assigned: upgrade,reconstruction @AdrianoDee,@mandrenguyen,@clacaputo,@srimanob you have been requested to review this Pull request/Issue and eventually sign? Thanks |
type hgcal |
thanks, I have the fix ready, waiting for #41589 to be merged |
While chasing another bug I found that UBSAN is getting index out of bounds in RecoHGCalTICLPlugins. Stack trace:
I did a bit of debugging and got this backtrace by setting a gdb breakpoint on
__ubsan::ScopedReport::~ScopedReport
(it would have been smarter to set the breakpoint on__ubsan::__ubsan_handle_out_of_bounds
as we get a lot of UBSAN hits from the Xilinx headers doing undefined shifts):which points back to
cmssw/RecoHGCal/TICL/plugins/PatternRecognitionbyCLUE3D.cc
Line 556 in 9d147a6
This was observed in wf 25234.911 with IB CMSSW_13_2_UBSAN_X_2023-05-15-2300.
The text was updated successfully, but these errors were encountered: