On Sun, Dec 02, 2007 at 01:13:48PM -0300, Salatiel Filho wrote: >On Dec 2, 2007 10:24 AM, Alex van den Bogaerdt <[EMAIL PROTECTED]> wrote: >> On Sun, Dec 02, 2007 at 09:36:57AM -0300, Salatiel Filho wrote: >> > where should i report a constant segmentation fault problemwhen using >> > GPRINT ? >> >> You can do here. >> >> Create an example, as simple as possible, which demonstrates the problem. >> >> Make sure to use the latest RRDtool version (and show that you do). >> >> Don't forget to include details about your environment. >> >> -- >> Alex van den Bogaerdt >> http://www.vandenbogaerdt.nl/rrdtool/ >> >> _______________________________________________ >> rrd-developers mailing list >> [email protected] >> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers >> >Thanks , for the reply , here is the example. I just compiled the >latest version. But i had the problem with the debian packages too. >The system is an ARM running debian 4.0 > ># uname -a >Linux LS-GL7D6 2.6.12.6-arm1 #77 Tue Dec 5 22:23:46 CST 2006 armv5tejl >GNU/Linux > > ># rrdtool graph fan.png DEF:fan=fan.rrd:output:AVERAGE GPRINT:fan:AVERAGE:%lf
>Any other info i can provide ? Can you please send us $ rrdtool dump fan.rrd Also, please rebuild rrdtool with these extra CFLAGS: -g3 -ggdb3 (if available with your toolchain) and then send us a full backtrace, like: gdb -q /path/to/rrdtool set args graph fan.png DEF:fan=fan.rrd:output:AVERAGE \ GPRINT:fan:AVERAGE:%lf run bt f Please also hint if you use rrdtool-1.2.x or trunk and which revision you're using. Anything non-standard you passed to configure? thanks, _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
