Bug#447041: FIX

2007-12-07 Thread colchaodemola
Recompile without -O2 apparently fix the problem., Change CFLAGS from debian/rules from CFLAGS := -O2 to CFLAGS := -g3 -ggdb3 fixed the problem to me. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#447041: rrdtool segmentation fault when using GPRINT

2007-10-17 Thread colchaodemola
Package: rrdtool Version: 1.2.15-0.3 Severity: grave Justification: renders package unusable rrdtool always seg fault when using GPRINT function. This make the use of the tool very limited. # rrdtool graph test.png DEF:a=a.rrd:fan:AVERAGE GPRINT:a:AVERAGE:%lf Segmentation fault Follow the st