Opened 5 years ago
#5894 new defect
segfault after 1020 simulations in Python 3 (but not Python 2)
Reported by: | Owned by: | Lennart Ochel | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | FMI | Version: | v1.16.0-dev |
Keywords: | Cc: |
Description
I export a very simple model (3 equations) as FMU in order to simulate it with Python 2000 times.
It worked using Python 2, but not anymore using Python 3.
ipbd indicates error happens at fmu2instantiate, but the simulation library FMPy only forwards the memory management calls to the native functions of the OS.
Attachments (1)
Note:
See TracTickets
for help on using tickets.