Closed rdaforno closed 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.
--aggregate=average
The fault is due to an access to an invalid address on line 428 in rl_file.c.
rl_file.c
PR added
The following command leads to a segmentation fault:
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