Problem 247

Summary: High energy hadrons in high Z materials crash occasionally
Product: Geant4 Reporter: dbailey
Component: processes/hadronicAssignee: Hans-Peter.Wellisch
Status: CLOSED FIXED    
Severity: minor    
Priority: P2    
Version: 3.0   
Hardware: PC   
OS: Linux   

Description dbailey 2001-04-13 10:46:16 CEST
If I fire hadrons above a TeV or so into high Z materials I occasionally get
segmentation faults after some number of events. e.g. 5 TeV hadrons into tungsten
inevitably produce segmentation faults after a thousand events or so, and less
frequently at energies down to a TeV. The offending events all seem to be trying
to produce more than 512 secondaries.

   Increasing MAXPART in G4HEInelastic from 512 to 1024 seems to solve the
problem (or at least postpones it).

   I am basically using the Example N04 physics list.
Comment 1 Hans-Peter.Wellisch 2001-04-17 04:19:59 CEST
Fix is underway. Please use the
'SetMaxNumberOfSecondaries(int )' method of the high_energy models
to increase the allocation for a temporary workaround.

Many greetings,

Hans-Peter.
Comment 2 Hans-Peter.Wellisch 2001-04-17 04:21:59 CEST
Dear Harm,

  can you please take care?

Many greetings,

Hans-Peter.
Comment 3 Hans-Peter.Wellisch 2001-06-28 12:15:59 CEST
fidex in this weeks release.