Problem 803 - extended/radioactivedecay/exrdm crashes when low energy physics are turned on
Summary: extended/radioactivedecay/exrdm crashes when low energy physics are turned on
Status: RESOLVED INVALID
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: radioactivedecay/exrdm (show other problems)
Version: 7.1
Hardware: All All
: P2 normal
Assignee: flei
URL:
Depends on:
Blocks:
 
Reported: 2005-10-18 14:52 CEST by jasondet
Modified: 2007-04-08 19:00 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description jasondet 2005-10-18 14:52:44 CEST
extended/radioactivedecay/exrdm crashes when issuing the following commands in
the G4UIXm terminal:

/exrdm/phys/SelectPhysics LowEnergy_EM
/run/initialize
/run/beamOn 1

Eventually, the G4UIXm terminal disappears and the message

Bus error (core dumped)

appears in the Terminal windown from which exRDM was executed.
Comment 1 barrand 2005-11-14 04:38:59 CET
Hello

  It does not work too by using G4UIterminal on my Mac. Then there is clearly a problem around, but it
is not tied to G4UIXm and then it is not for me....

  Not clear to me who is responsible of this example. I reassign to Gabriele Cosmo who will probably be
in better position to find someone able to jump in this problem.

  I put anyway my traceback :

Program received signal EXC_BAD_ACCESS, Could not access memory.
0x0061f050 in G4ParticleDefinition::IsShortLived() const (this=0x0) at /geant4/geant4-07-01/source/
particles/management/include/G4ParticleDefinition.hh:143
143           G4bool   IsShortLived() const { return fShortLivedFlag; }
(gdb) where
#0  0x0061f050 in G4ParticleDefinition::IsShortLived() const (this=0x0) at /geant4/geant4-07-01/
source/particles/management/include/G4ParticleDefinition.hh:143
#1  0x00334b9c in G4VUserPhysicsList::BuildPhysicsTable(G4ParticleDefinition*) (this=0x1730f300,
particle=0x0) at src/G4VUserPhysicsList.cc:449
#2  0x00334960 in G4VUserPhysicsList::BuildPhysicsTable() (this=0x1730f300) at src/
G4VUserPhysicsList.cc:410
#3  0x003327d0 in G4RunManagerKernel::BuildPhysicsTables() (this=0x17303e70) at src/
G4RunManagerKernel.cc:337
#4  0x003325c8 in G4RunManagerKernel::RunInitialization() (this=0x17303e70) at src/
G4RunManagerKernel.cc:291
#5  0x0032f824 in G4RunManager::RunInitialization() (this=0x17303df0) at src/G4RunManager.cc:167
#6  0x0032f568 in G4RunManager::BeamOn(int, char const*, int) (this=0x17303df0, n_event=1,
macroFile=0x0, n_select=-1) at src/G4RunManager.cc:127

   Cheers
Comment 2 flei 2005-11-14 06:54:59 CET
"Lowenergy_EM" is not one of the valid physics list options. The complete
options is given in the README file.