Problem 247 - High energy hadrons in high Z materials crash occasionally
Summary: High energy hadrons in high Z materials crash occasionally
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic (show other problems)
Version: 3.0
Hardware: PC Linux
: P2 minor
Assignee: Hans-Peter.Wellisch
URL:
Depends on:
Blocks:
 
Reported: 2001-04-13 10:46 CEST by dbailey
Modified: 2001-06-28 12:16 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 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.