Problem 470 - infinite loop test30 proton + Be at 256 MeV
Summary: infinite loop test30 proton + Be at 256 MeV
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models (show other problems)
Version: other
Hardware: PC Linux
: P2 normal
Assignee: Hans-Peter.Wellisch
URL:
: 471 (view as problem list)
Depends on:
Blocks:
 
Reported: 2003-03-26 11:26 CET by Vladimir.Ivantchenko
Modified: 2003-05-25 12:13 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Vladimir.Ivantchenko 2003-03-26 11:26:03 CET
infinite loop test30 proton + Be at 256 MeV
Comment 1 Gabriele Cosmo 2003-03-27 10:19:59 CET
*** Bug 471 has been marked as a duplicate of this bug. ***
*** 'Hans-Peter.Wellisch@cern.ch' will be responsible for bug 471. ***
Comment 2 Gunter.Folger 2003-04-10 08:48:59 CEST
Probably a problem with G4Evaporation::BreakItUp. This seems to loop and allocate
memory until out of memory: a debugger 'where' when the process was looping:

#0  0x422f3853 in G4Evaporation::BreakItUp ()
   from /home/gunter/geant4.5.0.ref02/2.95.2//lib/Linux-g++/libG4hadronic_deex.so
#1  0x42306268 in G4ExcitationHandler::BreakItUp ()
   from /home/gunter/geant4.5.0.ref02/2.95.2//lib/Linux-g++/libG4hadronic_deex.so
#2  0x41e7e545 in G4PreCompoundModel::PerformEquilibriumEmission ()
   from /home/gunter/geant4.5.0.ref02/2.95.2//lib/Linux-g++/libG4hadronic_preequ.so
#3  0x41e7e3ac in G4PreCompoundModel::DeExcite ()
   from /home/gunter/geant4.5.0.ref02/2.95.2//lib/Linux-g++/libG4hadronic_preequ.so
#4  0x41e2847f in G4BinaryCascade::Propagate (this=0x8189bd8,
    secondaries=0x834dc90, nucleus=0x83c6ed8) at src/G4BinaryCascade.cc:631
#5  0x41e26c4a in G4BinaryCascade::ApplyYourself (this=0x8189bd8,
    aTrack=@0x80c8850, aNucleus=@0x838e1b4) at src/G4BinaryCascade.cc:173
#6  0x41df20ab in Test30VSecondaryGenerator::Secondaries ()
   from /home/gunter/geant4.5.0.ref02/2.95.2//tmp/Linux-g++/test30/libtest30.so
#7  0x41de88d4 in Test30HadronProduction::PostStepDoIt ()
   from /home/gunter/geant4.5.0.ref02/2.95.2//tmp/Linux-g++/test30/libtest30.so
#8  0x0806ce53 in main ()
#9  0x42d8c589 in __libc_start_main () from /lib/i686/libc.so.6
Comment 3 Hans-Peter.Wellisch 2003-05-25 12:13:59 CEST
as discussed.