Root crash while I was running Gate


ROOT Version: 6.12/04
Platform: Linux(Ubuntu18.04)
_Compiler:_gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)

Hi,
The following error comes from when I was running Gate_v8.1. It says it comes from root.
My geant4 is geant4.10.04.p02

Thanks!

Rath G.

Error message after crash.
========================
___
The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
===========================================================
#6  0x0000000000067c31 in ?? ()
#7  0x00007f43683d1643 in G4ExcitationHandler::~G4ExcitationHandler() () from /geant4/geant4.10.04.p02-install/lib/libG4processes.so
#8  0x00005556da760ae8 in GateVProcess::~GateVProcess() ()
#9  0x00005556da6c95dc in GateNeutronInelasticPB::kill() ()
#10 0x00005556da75e542 in GateVProcess::Delete() ()
#11 0x00005556da6d5a63 in GatePhysicsList::~GatePhysicsList() ()
#12 0x00005556da6d5e13 in virtual thunk to GatePhysicsList::~GatePhysicsList() ()
#13 0x00007f436987207a in G4RunManager::DeleteUserInitializations() () from /geant4/geant4.10.04.p02-install/lib/libG4run.so
#14 0x00007f4369873250 in G4RunManager::~G4RunManager() () from /geant4/geant4.10.04.p02-install/lib/libG4run.so
#15 0x00005556da811ec9 in GateRunManager::~GateRunManager() ()
#16 0x00005556da230339 in main ()
===========================================================


WARNING - Attempt to delete the physical volume store while geometry closed !
WARNING - Attempt to delete the logical volume store while geometry closed !
WARNING - Attempt to delete the solid store while geometry closed !
WARNING - Attempt to delete the region store while geometry closed !

Hi,

the stacktrace seems to point out to a problem in the destructor of the GateRunManager class which ultimately is due to the destructor of the G4ExcitationHandler.

Cheers,
Danilo

Thanks Danilo,
How I can I fix it?

Rath G

Hi,

not sure. Perhaps this is a G4 related question?

D

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.