| Summary: | giving NULL G4Material* to G4LogicalVolume silently crashes G4 during run initialization | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | jasondet |
| Component: | geometry/management | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | asai |
| Priority: | P2 | ||
| Version: | 7.0 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
jasondet
2005-03-29 17:56:20 CEST
done for what concern G4Material NULL pointer to material must be allowed by G4LogicalVolume for the use-case of readout and ghost (envelopes) geometries. The problem anyhow exists since NULL material pointers should not be allowed for the 'tracking' geometry. A fix has been introduced in G4Region and is included in the development tag "geommng-V07-00-01". It will be included in future releases. Thanks. |