rrd icon indicating copy to clipboard operation
rrd copied to clipboard

Support for rrdtool 1.5.x (crashes now)

Open xor-gate opened this issue 9 years ago • 7 comments

Dear Michał,

As Facette uses your rrd library for golang I experienced crashes when my ArchLinux system upgraded to rrdtool 1.4.x to 1.5.x. Is there any chance you will add extra support for rrdtool 1.5.x in the future?

Here is the original issue: https://github.com/facette/facette/issues/207

Kind regards, Jerry

xor-gate avatar May 18 '15 11:05 xor-gate

I don't use 1.5.x and have no any system with it. Debian Wheezy has 1.4.7. Debian SID on my desktop has 1.4.8. I probably will try to add support for 1.5.x when Debian SID will contain it.

ziutek avatar May 18 '15 18:05 ziutek

Hi there @ziutek I want to let you know that librrd 1.5.x has moved into Debian Sid: https://packages.debian.org/sid/librrd4

xor-gate avatar Aug 16 '15 07:08 xor-gate

+1

pandada8 avatar Sep 03 '15 12:09 pandada8

I run go test on my desktop with librrd4 1.5.4-5 without any errors. Can someone provide code that crash on similar librrd version?

ziutek avatar Sep 23 '15 17:09 ziutek

Hi @ziutek, looks like we have another Facette user that faces crashes related to this issue: https://github.com/facette/facette/issues/285 (using librrd4 1.5.4).

falzm avatar Dec 21 '15 18:12 falzm

Maybe @ziutek should get those rrd files which crash facette @falzm ? If those files are properly loaded/tested by the go rrd library implementation then it is something in facette.

xor-gate avatar Dec 21 '15 22:12 xor-gate

ii librrd-dev:amd64 1.5.5-3+b1 amd64 time-series data storage and display system (development) ii librrd4:amd64 1.5.5-3+b1 amd64 time-series data storage and display system (runtime library)

~/P/go/src/github.com/ziutek/rrd$ go test

[cut]

PASS ok github.com/ziutek/rrd 20.339s

ziutek avatar Jan 08 '16 14:01 ziutek