| Summary: | FPE exception trapping doesn't work on MacOSX, probably since LLVM deployment | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Michael Kelsey <kelsey> |
| Component: | global/management | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | 10.5 | ||
| Hardware: | Apple | ||
| OS: | Mac OS X | ||
|
Description
Michael Kelsey
2019-03-12 17:08:27 CET
Thanks Michael for informing about this. The fix is now included in MR global-V10-05-02 and is under testing. The fix suggested is actually not correct, as we need to disable FPE detection on Linux platforms using the clang compiler (that's why there is such protection). MacOS flavour is now made independent from Linux. |