Hlt1Conf.test_hlt1_smog_example crashing in dbg builds
#10 <signal handler called>
#11 LHCb::Event::SOAData<float>::data<LHCb::Event::SOAPath<unsigned long> > (this=0x1853ea19757e70) at /workspace/build/LHCb/InstallArea/x86_64_v2-centos7-gcc11-dbg/include/Event/SOAData.h:91
#12 LHCb::Event::SOADataNDArray<LHCb::Event::SOAData<float>, 2ul, 5ul>::data<LHCb::Event::SOAPath<unsigned long, unsigned long> > (p=..., this=0x7f19aeab71f0) at /workspace/build/LHCb/InstallArea/x86_64_v2-centos7-gcc11-dbg/include/Event/SOAData.h:169
#13 LHCb::Event::SOADataStruct<LHCb::Pr::Velo::Tag::nVPHits, LHCb::Pr::Velo::Tag::vp_indices, LHCb::Pr::Velo::Tag::lhcbIDs, LHCb::Pr::Velo::Tag::States, LHCb::Pr::Velo::Tag::StateCovXs, LHCb::Pr::Velo::Tag::StateCovYs>::data<LHCb::Event::SOAPath<LHCb::Pr::Velo::Tag::States, unsigned long, unsigned long> > (p=..., this=0x7f19aeab7190) at /workspace/build/LHCb/InstallArea/x86_64_v2-centos7-gcc11-dbg/include/Event/SOAData.h:304
#14 LHCb::Event::SOACollection<LHCb::Pr::Velo::Tracks, LHCb::Pr::Velo::Tag::nVPHits, LHCb::Pr::Velo::Tag::vp_indices, LHCb::Pr::Velo::Tag::lhcbIDs, LHCb::Pr::Velo::Tag::States, LHCb::Pr::Velo::Tag::StateCovXs, LHCb::Pr::Velo::Tag::StateCovYs>::data<LHCb::Event::SOAPath<LHCb::Pr::Velo::Tag::States, unsigned long, unsigned long> > (this=<optimized out>, p=...) at /workspace/build/LHCb/InstallArea/x86_64_v2-centos7-gcc11-dbg/include/Event/SOACollection.h:331
#15 0x00007f19c6046dd1 in ?? ()
#16 0x0000000000000000 in ?? ()
The underlying reason could be related to the warning just before the crash:
PrFilter__PrVeloTracks WARNING Suppressing message: 'Stack:SSE, Functor:Scalar, instruction set mismatch (Best requested). ROOT/cling was not compiled with the same options as the stack, try the functor cache'
This is likely due to LHCb!3379 (merged) (was already in the ci-test but we missed it).
Thanks to @lmeyerga for tracking it down and reporting.