ziutek / rrd

Bindings to rrdtool
Other
146 stars 44 forks source link

Support for rrdtool 1.5.x (crashes now) #24

Open xor-gate opened 9 years ago

xor-gate commented 9 years ago

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

ziutek commented 9 years ago

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.

xor-gate commented 8 years ago

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

pandada8 commented 8 years ago

+1

ziutek commented 8 years ago

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?

falzm commented 8 years ago

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).

xor-gate commented 8 years ago

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.

ziutek commented 8 years ago

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