ETHZ-TEC / RocketLogger

Official development repository of the RocketLogger project.
https://github.com/ETHZ-TEC/RocketLogger/wiki
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Sample aggregation not working (segmentation fault) #35

Closed rdaforno closed 3 years ago

rdaforno commented 3 years ago

The following command leads to a segmentation fault:

rocketlogger start --rate=100 --format=csv --samples=100  --aggregate=average

Without the option --aggregate=average, the segmentation fault does not occur.

The fault is due to an access to an invalid address on line 428 in rl_file.c.

PR added