Problem 1374

Summary: G4Exception at run time with QT ON, geant4-09-05-ref-10
Product: Examples/Extended Reporter: garnier
Component: field/BlineTracerAssignee: garnier
Status: RESOLVED FIXED    
Severity: normal CC: Ivana.Hrivnacova, ivana
Priority: P5    
Version: 9.5   
Hardware: All   
OS: Mac OS X   

Description garnier 2012-11-08 16:00:32 CET
On MAC OS X 10.8 :

-------- EEEE ------- G4Exception-START -------- EEEE -------

*** ExceptionHandler is not defined ***
*** G4Exception : Run0041
issued by : G4UserRunAction::G4UserRunAction()
You are instantiating G4UserRunAction BEFORE your G4VUserPhysicsList is
instantiated and assigned to G4RunManager.
Such an instantiation is prohibited by Geant4 version 8.0. To fix this
problem,
please make sure that your main() instantiates G4VUserPhysicsList AND
set it to G4RunManager before instantiating other user action classes
such as G4UserRunAction.
*** Fatal Exception ***
-------- EEEE -------- G4Exception-END --------- EEEE -------


*** G4Exception: Aborting execution ***
Abort trap: 6
Comment 1 Ivana Hrivnacova 2012-11-08 16:29:15 CET
The problem is fixed in BlineTracer-V09-05-03, proposed for testing.
To be closed when the proposed tag is accepted.
Comment 2 garnier 2012-11-21 17:58:22 CET
Ok, FIXED by Ivana,