| Summary: | infinite loop test30 proton + Be at 256 MeV | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Vladimir.Ivantchenko |
| Component: | processes/hadronic/models | Assignee: | Hans-Peter.Wellisch |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | Hans-Peter.Wellisch |
| Priority: | P2 | ||
| Version: | other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Vladimir.Ivantchenko
2003-03-26 11:26:03 CET
*** Bug 471 has been marked as a duplicate of this bug. *** *** 'Hans-Peter.Wellisch@cern.ch' will be responsible for bug 471. *** 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
as discussed. |