Dinko F.
Dinko F.
I did a bit of investigation and the code is crashing in https://github.com/cms-sw/cmssw/blob/CMSSW_12_4_6/RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoA.cc#L114 where `edmNew::DetSetVector::FastFiller` is constructed. The constructor eventually end up calling [`edmNew::DetSetVector::addItem`](https://github.com/cms-sw/cmssw/blob/CMSSW_12_4_6/DataFormats/Common/interface/DetSetVectorNew.h#L498-L504) which in turn ends up calling...
> @ferencek @nothingface0 while sorting the data technically fixes the crash, it is not clear to us if the resulting reconstruction is correct, and in fact if the input data...
> I am confused by the scope of this PR. IIUC this is demoting errors to debug level messages. But the underlying source of the errors is not addressed. Is...