-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
cms-sw/cmsdist
#7261Description
Two relvals are failing in gcc10 with the same stacktrace suggesting the same issue in ThePEG:
#4 <signal handler called>
#5 0x00002b94bf6c5305 in ThePEG::CFileLineReader::operator>> (this=0x2b94c1987de0, d=<error reading variable>) at CFileLineReader.cc:115
#6 0x00002b94c42e8b45 in ThePEG::FxFxFileReader::doReadEvent() () from /cvmfs/cms-ib.cern.ch/nweek-02694/slc7_amd64_gcc10/external/herwig7/7.2.2-39af8eacc71a05fc1859229135845ef8/lib/Herwig/HwFxFx.so
#7 0x00002b94c4317a8e in ThePEG::FxFxReader::readEvent() () from /cvmfs/cms-ib.cern.ch/nweek-02694/slc7_amd64_gcc10/external/herwig7/7.2.2-39af8eacc71a05fc1859229135845ef8/lib/Herwig/HwFxFx.so
#8 0x00002b94c43108a1 in ThePEG::FxFxReader::scan() () from /cvmfs/cms-ib.cern.ch/nweek-02694/slc7_amd64_gcc10/external/herwig7/7.2.2-39af8eacc71a05fc1859229135845ef8/lib/Herwig/HwFxFx.so
#9 0x00002b94c4315610 in ThePEG::FxFxReader::initialize(ThePEG::FxFxEventHandler&) () from /cvmfs/cms-ib.cern.ch/nweek-02694/slc7_amd64_gcc10/external/herwig7/7.2.2-39af8eacc71a05fc1859229135845ef8/lib/Herwig/HwFxFx.so
#10 0x00002b94c42ed6c9 in ThePEG::FxFxFileReader::initialize(ThePEG::FxFxEventHandler&) () from /cvmfs/cms-ib.cern.ch/nweek-02694/slc7_amd64_gcc10/external/herwig7/7.2.2-39af8eacc71a05fc1859229135845ef8/lib/Herwig/HwFxFx.so
#11 0x00002b94c42fb11a in ThePEG::FxFxEventHandler::initialize() () from /cvmfs/cms-ib.cern.ch/nweek-02694/slc7_amd64_gcc10/external/herwig7/7.2.2-39af8eacc71a05fc1859229135845ef8/lib/Herwig/HwFxFx.so
#12 0x00002b94bf72f55b in ThePEG::EventGenerator::doinit (this=0x2b9490563200) at EventGenerator.cc:262
#13 0x00002b94bf732be4 in ThePEG::InterfacedBase::init (this=0x2b9490563200) at ../include/ThePEG/Interface/InterfacedBase.h:246
#14 ThePEG::EventGenerator::setup (this=this@entry=0x2b9490563200, newRunName=..., newObjects=..., newParticles=..., newMatchers=...) at EventGenerator.cc:175
#15 0x00002b94bf777991 in ThePEG::Repository::makeRun (eg=..., name=...) at Repository.cc:316
#16 0x00002b94bf77ae79 in ThePEG::Repository::exec (command=..., os=...) at Repository.cc:786
#17 0x00002b94bf77be1f in ThePEG::Repository::execAndCheckReply (line=..., os=...) at Repository.cc:510
#18 0x00002b94bf77c0cb in ThePEG::Repository::read (is=..., os=..., prompt=...) at Repository.cc:566
#19 0x00002b94bf77c575 in ThePEG::Repository::read (filename=..., os=...) at Repository.cc:452
this follows the end of the discussion thread on #34531
where the 537.0 was failing for another reason.
I'm opening to separate it from the other issue which is now resolved
Reactions are currently unavailable