cmssw: [ROOT6 and ROOT628] Unit tests `Miscellanea` and `PrimaryVertex` failing
Hello,
Unit tests Miscellanea and PrimaryVertex (module Alignment/OfflineValidation) are failing in both ROOT6 and ROOT628 IBs with:
Executing rm StripHitMap.coor
tempfilename StripHitMap.coor
created palette with 1 colors
printing StripHitMap.png
Executing rm StripHitMap.coor
Fatal system signal has occurred during exit
/data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_13_3_ROOT6_X_2023-08-03-2300/src/Alignment/OfflineValidation/test/testingScripts/test_unitMiscellanea.sh: line 5: 2017541 Aborted (core dumped) cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/inspectData_cfg.py unitTest=True trackCollection=ALCARECOTkAlCosmicsCTF0T
Failure running inspectData_cfg.py: status 134
Severity # Occurrences Total Occurrences
-------- ------------- -----------------
Info 3659 3659
FwkInfo 100 100
Warning 431 431
Error 1 1
System 3 3
dropped waiting message count 0
Fatal system signal has occurred during exit
/data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_13_3_ROOT6_X_2023-08-03-2300/src/Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh: line 6: 2017591 Aborted (core dumped) cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/testPrimaryVertexRelatedValidations_cfg.py isPhase2=False maxEvents=100
Failure running testPrimaryVertexRelatedValidations_cfg.py isPhase2=False: status 134
at https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh#L6, respectively.
They started failing at the same time yesterday CMSSW_13_3_ROOT6_X_2023-08-02-2300. Today they failed again CMSSW_13_3_ROOT6_X_2023-08-03-2300. I can reproduce the crashes locally.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 20 (17 by maintainers)
Thanks! So the crash occurs inside TCMalloc, upon destruction of
TString. Let’s tag @pcanal (crash is visible in ROOT6 master and 6.28 IBs, but not in 6.26 production IBs)