-
Notifications
You must be signed in to change notification settings - Fork 168
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
Bug: GSF crashes with a segmentation error (single electron, ATLAS production) #1666
Comments
So without a stack trace or verbose log it is difficult to say where the error exactely comes from. That would be the first step. What is the exact issue with the VERBOSE output? It might be possible that it will be fixed by the large GSF refactor I'm currently doing (#1629). Is it easy possible to compile ACTS with this branch and check if it is still present? |
I run the Reco_tf.py with those additionnal flags: |
Yes, I'm currently looking into compiling and using a custom ACTS build with Athena. I'll try using your refactor/gsf-big-refactoring branch from your fork then |
Ah here we go: RAWtoALL 10:44:30 ActsReFitterAlg.ActsKalma...Acts GaussianSum RefitWARNING Did not find forward states on surface vol=21|lay=4|sen=2676 This should be fixed with #1629 |
This is a major refactoring of the GSF. It changes the propagation structure, and the way the GSF records states to the `MultiTrajectory`. It also removes the smoothing code, since it is not really useful at the moment, as the component states are not exported anyways. should be merged after #1609 and #1627 and #1628 We should add performance monitoring in this or a later PR Fixes #1666
This is a major refactoring of the GSF. It changes the propagation structure, and the way the GSF records states to the `MultiTrajectory`. It also removes the smoothing code, since it is not really useful at the moment, as the component states are not exported anyways. should be merged after acts-project#1609 and acts-project#1627 and acts-project#1628 We should add performance monitoring in this or a later PR Fixes acts-project#1666
I'm currently doing refitting of ATLAS tracks inside Athena (the ATLAS software environment) with the ACTS GSF, so calling the
fit
function of GSF.On some events, a crash (segmentation fault) occurs just after calling the
fit
function from GaussianSumFitter.hpp#L139 and before this function returns its result, so it does not come from the ATLAS-side code. As of now, I am not able to obtain a verbose output from the GSF fitter ACTS-side.To reproduce the error, one would need access to ATLAS' files and environment:
[Bug]
The text was updated successfully, but these errors were encountered: