janpipek / g4application

A simple modular application for Geant 4.
MIT License
2 stars 0 forks source link

SIGSEGV at end of run #9

Open janpipek opened 9 years ago

janpipek commented 9 years ago
==7666== Process terminating with default action of signal 11 (SIGSEGV)                                                                        
==7666==  Bad permissions for mapped region at address 0x0                                                                                     
==7666==    at 0x0: ???                                                                                                                        
==7666==    by 0x98F72DD: G4IonPhysics::~G4IonPhysics() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4physicslists.so)                       
==7666==    by 0x98F7328: G4IonPhysics::~G4IonPhysics() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4physicslists.so)
==7666==    by 0x9B9F61D: G4VModularPhysicsList::~G4VModularPhysicsList() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4run.so)
==7666==    by 0x990A4A9: QBBC::~QBBC() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4physicslists.so)
==7666==    by 0x990A4D8: QBBC::~QBBC() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4physicslists.so)
==7666==    by 0x9B7CD46: G4RunManager::DeleteUserInitializations() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4run.so)
==7666==    by 0x9B7DA97: G4RunManager::~G4RunManager() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4run.so)
==7666==    by 0x9B845D7: G4MTRunManager::~G4MTRunManager() (in /home/honza/opt/geant4.10.01.p02/lib64/libG4run.so)
==7666==    by 0x5023A7B: g4::RunManager::~RunManager() (in /home/honza/geant4/run10/libg4Application.so)
==7666==    by 0x5023AAB: g4::RunManager::~RunManager() (in /home/honza/geant4/run10/libg4Application.so)
==7666==    by 0x4FBCAA5: g4::Application::~Application() (in /home/honza/geant4/run10/libg4Application.so)
janpipek commented 9 years ago

The Application class should be made easier, perhaps not even a singleton.