Describe the bug
We encounter a crash during dictionary creation via rootcling when building a specific package against the ATLAS offline software -- Athena.
The package can be accessed in this public gitlab repository.
Essentially, the package contains classes which derive from base classes within the Athena software repository, and we need to create dictionary for this package.
Expected behavior
Build should succeed with dictionary creation.
To Reproduce
We've been unable trigger this with a simple minimal example. I am attaching instead the log from the build, which contains the crash. build_log_err.txt
The following classes in the package are leading to the crash:
https://gitlab.cern.ch/tdado/publiccustomeventsaver/-/blob/master/HowtoExtendAnalysisTop/CustomEventSaver.h
https://gitlab.cern.ch/atlasphys-top/reco/howtoextendanalysistop/-/blob/master/HowtoExtendAnalysisTop/DynamicKeysEventSaver.h
Both of them derive from base class in athena:
https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/TopAnalysis/EventSaverFlatNtuple.h
Setup
build_log_err.txt
Describe the bug
We encounter a crash during dictionary creation via rootcling when building a specific package against the ATLAS offline software -- Athena.
The package can be accessed in this public gitlab repository.
Essentially, the package contains classes which derive from base classes within the Athena software repository, and we need to create dictionary for this package.
Expected behavior
Build should succeed with dictionary creation.
To Reproduce
We've been unable trigger this with a simple minimal example. I am attaching instead the log from the build, which contains the crash. build_log_err.txt
The following classes in the package are leading to the crash:
https://gitlab.cern.ch/tdado/publiccustomeventsaver/-/blob/master/HowtoExtendAnalysisTop/CustomEventSaver.h
https://gitlab.cern.ch/atlasphys-top/reco/howtoextendanalysistop/-/blob/master/HowtoExtendAnalysisTop/DynamicKeysEventSaver.h
Both of them derive from base class in athena:
https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/TopPhys/xAOD/TopAnalysis/TopAnalysis/EventSaverFlatNtuple.h
Setup
build_log_err.txt