-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SKA-419: Fixed stack overflow exception & improved exception handling
* Fixed a possible StackOverflow exception if an FMU returns a discard or error status code * Fixed a possible stall of the SIL Kit component if the FMU component terminates unexpectedly * Added more meaningful exit codes and documented them * 0 indicates success * 1xxx indicates an issue in the FMU Importer * 2xxx indicates an issue in the FMI binding * 3xxx indicates an issue in the SIL Kit binding * Cleaned up exception logging behavior * The exception message is logged at an 'Error' level * The entire exception including its stack trace is logged at the 'Debug' level
- Loading branch information
1 parent
b5f8dcb
commit 3dc1992
Showing
21 changed files
with
633 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.