RecoMon crashes in assert with dd4hep
#0 0x00007fb32f2742c7 in raise () from /lib64/libc.so.6
#1 0x00007fb32f2759b8 in abort () from /lib64/libc.so.6
#2 0x00007fb32f26d0e6 in __assert_fail_base () from /lib64/libc.so.6
#3 0x00007fb32f26d192 in __assert_fail () from /lib64/libc.so.6
#4 0x00007fb302518ac7 in LHCb::Detector::DeVPElement<LHCb::Detector::detail::DeVPObject>::local_x (n=870, this=<optimized out>)
at ./Detector/InstallArea/x86_64_v2-centos7-gcc11+dd4hep-dbg/include/Detector/VP/DeVP.h:103
#5 operator() (__closure=__closure@entry=0x7fb2c12c2180, cluster_word=1727425256) at ../VP/VPDAQ/src/VPRetinaClusterDecoder.cpp:264
#6 0x00007fb30251a981 in std::transform<__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int> >, std::back_insert_iterator<std::vector<LHCb::VPLightCluster> >, VPRetinaClusterDecoder::operator()(const LHCb::RawEvent&, const DeVP&) const::<lambda(uint32_t)> >(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, std::back_insert_iterator<std::vector<LHCb::VPLightCluster, std::allocator<LHCb::VPLightCluster> > >, struct {...}) (__first=1727425256, __last=1383359854, __result=__result@entry=..., __unary_op=...)
at /cvmfs/lhcb.cern.ch/lib/lcg/releases/gcc/11.1.0-e80bf/x86_64-centos7/include/c++/11.1.0/bits/stl_algo.h:4296
#7 0x00007fb30251b58b in VPRetinaClusterDecoder::operator() (this=this@entry=0xe928000, rawEvent=..., devp=...)
at /cvmfs/lhcb.cern.ch/lib/lcg/releases/gcc/11.1.0-e80bf/x86_64-centos7/include/c++/11.1.0/bits/stl_iterator.h:1007
Could it be a similar issue to LHCb!3855 (merged)?