-
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
Improve unprotected areas of GSF code to avoid segfault #40084
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40084/33066
|
A new Pull Request was created by @swagata87 (Swagata Mukherjee) for master. It involves the following packages:
@cmsbuild, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
type tracking,egamma |
Thank you @swagata87 : could you please prepare also a backport for 12_5_X, so that it does not get fogotten? |
urgent
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-523e9b/29045/summary.html Comparison SummarySummary:
|
+1
|
merge |
+1 |
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 be automatically merged. |
PR description:
This PR fixes a crash in prompt reco in run number
361971
as reported in #39987 (comment).In Run3, by now, there were at least 3 instances of crashes in prompt reco due to Gsf, to the best of my knowledge. Apparently the error-messages looks similar, but they needed different fixes. To fix this particular crash, we need some extra protection against edge-cases, in
GsfTrajectorySmoother
.PR validation:
Checked that the reported crash in run
361971
gets solved.runTheMatrix.py -l 12434.0
ran fine.I intend to backport it to 12_4_X and 12_5_X soon.