| Summary: | Crash at run time with QT ON, geant4-09-05-ref-10 | ||
|---|---|---|---|
| Product: | Examples/Extended | Reporter: | garnier |
| Component: | medical/DICOM | Assignee: | garnier |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | Ivana.Hrivnacova, ivana |
| Priority: | P5 | ||
| Version: | 9.5 | ||
| Hardware: | All | ||
| OS: | Mac OS X | ||
|
Description
garnier
2012-11-08 17:02:35 CET
The example breaks when G4SAIDXSDATA variable is not defined; when running on FC14 we get: ./DICOM run.in In /work/packages/geant4/geant4_ref_source/source/processes/hadronic/cross_sections/src/G4ComponentSAIDTotalXS.cc, line 245: ===> NO data sets opened terminate called after throwing an instance of 'G4HadronicException' what(): std::exception Aborted (core dumped) The G4HadronicException class throws a "real" exception which seems not be caught anywhere. When running the same example with Qt GUI, we get: terminate called after throwing an instance of 'G4HadronicException' what(): std::exception Aborted (core dumped) The message ===> NO data sets opened does not appear anywhere in this case. Fixed by hadr-cross-V09-05-42 Laurent |