Opened 6 years ago
Last modified 6 years ago
#5433 new defect
FMU GetString returns \x3
Reported by: | Owned by: | Lennart Ochel | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | FMI | Version: | v1.14.0-dev-nightly |
Keywords: | Cc: |
Description
I know, it's a very unclear bug report, but because of this I had to roll back to previous version.
Version (stable) v1.13.2 works just fine.
Version v1.14.0-dev-169-g050a82062 worked just fine.
Version v1.14.0-dev-225-g199705757 is broken.
FMU GetString returns in some cases an '\x3' character.
I tried to understand the pattern: it happens especially when I have to read a 'shapeType' String that is of the type 'modelica://MyLibrary/something.stl' but not in ALL the models.
(some of the models with external shapeType worked even with the 'broken' version).
And I can't share my code because it's under NDA.
Yes, blame me :-(
Maybe you can check in the Git log if something happened during this period...
Narrowing down the possibilities: v1.14.0-dev-202-g09f079c67 DOES WORK
Thus the bug should have been introduced between 202 and 225.
Happy debugging ;-)