| Summary: | subscript out of range | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | zog |
| Component: | geometry/solids | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | 6.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
Thanks for the report. The problem is now fixed in the development tag "geom-specific-V06-02-04" and the fix will be included in the next release. Thanks for the report. The problem is now fixed in the development tag "geom-specific-V06-02-04" and the fix will be included in the next release. |
Hi, The icc compiler warns about a: include/G4VSurface.icc(307): warning #175: subscript out of range fNeighbours[4] = axis1max; If one looks into the source code than fNeighbors is indeed only defined from 0..3, so fNeighbours[4] is out of bounds and will probably cause a seg fault. Ciao, Andreas