Problem 1374 - G4Exception at run time with QT ON, geant4-09-05-ref-10
Summary: G4Exception at run time with QT ON, geant4-09-05-ref-10
Status: RESOLVED FIXED
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: field/BlineTracer (show other problems)
Version: 9.5
Hardware: All Mac OS X
: P5 normal
Assignee: garnier
URL:
Depends on:
Blocks:
 
Reported: 2012-11-08 16:00 CET by garnier
Modified: 2012-11-21 17:58 CET (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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,