Re: [rrd-users] Segmentation Fault - Basic Test of RRDTool 1.2.19

2007-04-16 Thread Sam Umbach
On 4/16/07, Mark Easton <[EMAIL PROTECTED]> wrote: > > >rrd_wrapper from the contrib section of the rrdtool website is dated > >17-Dec-2001. It has not been kept up and isn't compatible with > >rrdtool 1.2.x. Actually, I'm not sure how you got it to compile; > > Yes I know, I wrote my own rrd_wra

Re: [rrd-users] Segmentation Fault - Basic Test of RRDTool 1.2.19

2007-04-16 Thread Mark Easton
>rrd_wrapper from the contrib section of the rrdtool website is dated >17-Dec-2001. It has not been kept up and isn't compatible with >rrdtool 1.2.x. Actually, I'm not sure how you got it to compile; Yes I know, I wrote my own rrd_wrap which works against rrd_tool.c. When I run "rrdtool graph

Re: [rrd-users] Segmentation Fault - Basic Test of RRDTool 1.2.19

2007-04-16 Thread Sam Umbach
On 4/16/07, Mark Easton <[EMAIL PROTECTED]> wrote: //Create Graph - but this returns a segmentation fault (core dumped) sprintf(argstr, "temp.png --start %lu --end %lu DEF:mytemp=temperature.rrd:temp:AVERAGE", (long)start_time, (long)end_time); ret = wrap_rrd_graph( argstr); rrd_wrapper from

[rrd-users] Segmentation Fault - Basic Test of RRDTool 1.2.19

2007-04-16 Thread Mark Easton
Yes, I am a beginner on this - trying to work out how to use it. I can create an RRD file, can update values to it and then fetch those values. But when I come to do a graph I get a segmentation fault. //Create graph sprintf(argstr, "temperature.rrd --start %ld --step 60 DS:temp:GAUGE:120:-273:5