FMUComplianceChecker
FMUComplianceChecker copied to clipboard
Exception handling
Reported by anonymous on 14 Dec 2012 21:38 UTC The official FMU Checker 2.0a1 (on Windows 7) crashes if the loaded FMU DLL gives an exception like an access violation or floating point overflow. The FMU Checker shall catch such exceptions and shall give a hint which function threw which kind of exception (if possible), e.g.
Exception in Model.dll: Model_fmiSetTime.
Access violation at address 012345678. Read of address 00000000.
or simply
Exception in Model.dll:
Floating point division by zero.
.
Migrated-From: https://trac.fmi-standard.org/ticket/119