rticommunity / rticonnextdds-logparser

RTI Log Parser for Connext DDS is a command-line tool that processes and enhances Connext DDS log messages making it easier to debug applications.
https://www.rti.com/developers/rti-labs/easy-debugging-with-log-parser
Apache License 2.0
13 stars 6 forks source link

Benito fixed a bug in which the iterator was really big #31

Closed franporcel closed 7 years ago

franporcel commented 7 years ago

Benito fixed a bug in which the iterator was really big (garbage value) and it made the application crash

pleonex commented 7 years ago

This was happening only with Python 3.6 and basically the call to stream.tell() sometimes was returning a garbage value. I think this is a bug in python so we have implemented a workaround.