Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java based FMUs are not supported #192

Open
markaren opened this issue Dec 7, 2020 · 0 comments
Open

Java based FMUs are not supported #192

markaren opened this issue Dec 7, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@markaren
Copy link
Contributor

markaren commented Dec 7, 2020

This issue has been known internally for a while. Just making an issue of it.

cosim-demo-app fails loading Java based FMUs* due to the way golang handles the signals created when a JVM is created in the same process. This happens during FMI instantiate.

*JavaFMI is an exception as it doesn't actually start the JVM in the same process as the calling process. Rather they boot a separate process and rely on message passing.

@markaren markaren added the bug Something isn't working label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant