cmssw: Segmentation fault in the TrackProducer for EphemeralHLTPhysics

[as current shadow ORM]

A single job was paused while processing PromptReco for the EphemeralHLTPhysics PD due to segmentation fault in the TrackProducer:

%MSG-w BasicTrajectoryState:  TrackProducer:detachedTripletStepTracks  26-Jul-2022 20:59:11 CEST Run: 356077 Event: 94087667
BasicTrajectoryState: attempt to access errors when none available  accessing local error..
freestate pointer: parameters
x =       6.70089    -0.113416     -19.3376
p =          -nan         -nan         -nan
no error defined.

local error valid/values :0
[         -nan        -nan        -nan        -nan        -nan
          -nan        -nan        -nan        -nan        -nan
          -nan        -nan        -nan        -nan        -nan
          -nan        -nan        -nan        -nan        -nan
          -nan        -nan        -nan        -nan        -nan ]
%MSG

The error is locally reproducible and the job tarball (including PSet and log files) can be found here:

/afs/cern.ch/user/c/cmst0/public/tarballs/Run2022C/vocms013.cern.ch-391090-3-log.tar.gz

The full description of the issue can be found in CMS Talk.

@mmusich , could you please have a look?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 28 (27 by maintainers)

Most upvoted comments

The simple configuration

skip_cfg.py

import FWCore.ParameterSet.Config as cms
from PSet import process


#3087                                                                                                                                                                                                       
process.source.skipEvents = cms.untracked.uint32(3086)

process.options.numberOfThreads = 1

If run in the same directory as PSet.py an PSet.pkl will fail in the first event to be processed.