retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Userspace section event unmarshalling fails #114

Closed atenart closed 1 year ago

atenart commented 1 year ago

While using --ovs-track we see many messages such as 13:22:23 [ERROR] Could not unmarshal section (owner: Userspace data_type: 1 size: 17): Failed to get symbol information and as a result the userspace section of the event isn't added.

Reverting d14746458a38 fixes the issue.