Daniel Gunnarsson

Issue #10 closed
Former user created an issue

Hi Tobias

I'm trying out the parser and everything works fine when running a blf with only CAN-messages but as soon as FlexRay is involved its just stops reading the file.

It complains that the objectsize does not match the calculatedobjectsize

Regards, Daniel

Comments (8)

  1. Tobias Lorenz repo owner

    Hi Daniel,

    I guess, the len field is not evaluated properly. But to be sure, can you send me the BLF file or parts of it that triggers the error? Per e-mail is also ok. Do you know, which of the 10 FlexRay Objects triggers the problem?

    Bye Tobias

  2. Tobias Lorenz repo owner

    Hi Daniel,

    I made a first fix in branch "hotfix/FlexRay" and was able to successfully parse your file. Before the release I still need to fix my unit tests for FlexRayVFrReceiveMsgEx.

    The parser complains also about the ObjectSize of the closing message "Unknown115". But this can be handled in another issue.

    Bye Tobias

  3. Tobias Lorenz repo owner

    Good. I've commit the fix to master.

    Before I release this a new fix version I have to finalize the regression unit test for it.

  4. Log in to comment