FLTUND in KF in physmon at PointwiseMaterialInteraction::covarianceContributions
#3890
Labels
Component - Core
Affects the Core module
fpe
Floating point exception
Impact - Minor
Nuissance bug and/or affects only a single module
Problem
I tried to run the KF with the current physmon settings but with 100k events. This leads on the gitlab CI to an FPE of type
FLTUND
. This happend in the callhttps://gitlab.cern.ch/acts/ci-bridge/-/jobs/46363712
Stack trace
Analysis
We end up here with a multiplication of small floats.
Core/src/Propagator/detail/PointwiseMaterialInteraction.cpp:43
:These small floats are coming from the multiplication of many other small floats in
Core/src/Material/Interactions.cpp:310
:Next steps
As discussed with @andiwand we should wait, until we switch the material from
float
todouble
and see, if the problem persists.The text was updated successfully, but these errors were encountered: