FMUComplianceChecker icon indicating copy to clipboard operation
FMUComplianceChecker copied to clipboard

Exception handling

Open modelica-trac-importer opened this issue 7 years ago • 9 comments

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

modelica-trac-importer avatar Feb 08 '18 18:02 modelica-trac-importer