Malik Shahzad Muzaffar
Malik Shahzad Muzaffar
@makortel , CMSSW_14_1_0_pre6 is in build phase, should we build CMSSW_14_1_0_pre6_ROOT632 to start the validation of root 6.32 for it possible integration in CMSSW 15.0 ?
We have few UBSAN runtime errors [a]. This happens when [exponent](https://github.com/cms-sw/cmssw/blob/master/L1Trigger/L1THGCal/src/HGCalVFECompressionImpl.cc#L42) (`const uint32_t exponent = bitlen - mantissaBits_;`) is `1` which causes `exponent-2` to become `4294967295` at https://github.com/cms-sw/cmssw/blob/master/L1Trigger/L1THGCal/src/HGCalVFECompressionImpl.cc#L53 @cms-sw/l1-l2 ,...
This PR fixes clang-analyzer warnings - https://cmssdt.cern.ch/SDT/jenkins-artifacts/ib-static-analysis/CMSSW_14_2_X_2024-10-08-1100/el8_amd64_gcc12/build-logs/ - https://cmssdt.cern.ch/SDT/jenkins-artifacts/ib-static-analysis/CMSSW_14_2_X_2024-10-08-1100/el8_amd64_gcc12/llvm-analysis/index.html
There are few UBSAN errors about shift exponent too large for 32-bit type int [a]. Normally this indicates that there might be some logical error. @cms-sw/dqm-l2 , can you please...
UBSAN IBs show that we have runtime error [a] coming from `if (newalpha >= (1
@cms-sw/orp-l2 , we discussed during last ORP, there was a request to build CMSSW_9_4 with slc7 as production arch. I see that last 9.4 release was `CMSSW_9_4_21_patch1` and after that...
@cms-sw/orp-l2 , @cms-sw/core-l2 would like to build a special CMSSW_14_2 ROOT633 release measure the properties of RNTuple. The changes needed for this have been integrated in CMSSW_14_2_ROOT6_X IBs. We propose...
This PR proposes following changes - code clean: Call `getAvrg` only when needed - Bug fix: Fill `maxAvgs` using the correct correct index `nActualStrips` - Call `TMath::MinElement` only if `nActualStrips>0`...
For UBSAN relvals, we do see runtime errors like [a]. This was [fixed for root 6.32](https://github.com/root-project/root/pull/14135) and above. Is this a change which we should get in root 6.30 used...