[rrd-developers] rrdtool: *** glibc detected *** free(): invalid pointer: 0x08056450 ***
Vincent Pit
rrdtool at profvince.com
Wed Jun 11 11:41:43 CEST 2008
Those two lines don't compute the same thing.
- end_offset = (long) (rra_end_time - *end) / (long) *step;
+ end_offset = (long) rra_end_time - (long) *end / (long) *step;
More information about the rrd-developers
mailing list