If Geant4.2.0 was built with g++-2.95.2 with -O option, it always crash at around 1000000 events in G4MuPairProduction::SelectRandomAtom() because of a variable 'rval' contains -NaN. This is because of a table 'PartialSumsigma' is initialized with -NaN in G4MuPairProduction::ComputeDDMicroscopicCrossSection (). It looks like, in this member function, the evaluation of a statement G4double a6 = 1. - a5; foced delayed forever with -O option. It could be not a bug in Geant but a bug in g++-2.95.2. However, I would really appreciate if Geant code is modified so that it keeps away from the sympton. Regards, Msaharu Aoki
*** This bug has been marked as a duplicate of 182 *** *** 'Michel.Maire@cern.ch' will be responsible for this bug. ***