gparida
gparida
There was an HLT crash in the run `381147` of the fill 9666, which seems to be a crash of the nature report in this issue—attaching the log. [old_hlt_run381147_pid2159904.log](https://github.com/cms-sw/cmssw/files/15442296/old_hlt_run381147_pid2159904.log)
This crash seems to appear again in the collision run [381067](https://cmsoms.cern.ch/cms/runs/report?cms_run=381067). Attaching the error log to this comment [old_hlt_run381067_pid1000282.log](https://github.com/cms-sw/cmssw/files/15428787/old_hlt_run381067_pid1000282.log) We were unable to reproduce the error after running the HLT...
I tried reproducing it (`CMSSW_14_0_7_MULTIARCHS`) offline (unsuccessfully). Used the following: ``` #!/bin/bash -ex # CMSSW_14_0_7_MULTIARCHS hltGetConfiguration run:381067 \ --globaltag 140X_dataRun3_HLT_v3 \ --data \ --no-prescale \ --no-output \ --max-events -1 \...