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

Logging callback issues on Linux #50

Open
clegaard opened this issue Jun 29, 2020 · 0 comments
Open

Logging callback issues on Linux #50

clegaard opened this issue Jun 29, 2020 · 0 comments

Comments

@clegaard
Copy link
Contributor

On Linux there are issues of the callback function being passed to fmi2Instantiate appearing as none in the Rust wrapper code.

This appears to be the case for:

  • fmpy
  • maestro v1

It does not appear in:

  • fmu compliance checker
  • calls from Rust unit tests

To trace this issue we need some tests that do not rely on third-party frameworks for loading the FMUs.
For example, we could:

  1. load using ctypes.CDLL in Python
  2. load using dlopen or similar from C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant