[rrd-developers] Seg fault with r1094

Bernhard Fischer rep.dot.nop at gmail.com
Thu May 31 18:38:52 CEST 2007


On Thu, May 31, 2007 at 11:06:42AM -0500, Matthew Chambers wrote:
>Binutils/gcc versions:
>binutils.ppc                             2.17.50.0.3-6
>gcc.ppc                                  4.1.1-30
>
>Attached is the rrd, and here's 'bt f', but did I not compile everything
>with -g properly?  This same rrd and all the others work fine with the

This looks like an inconsistent build. Please do:
$ make clean distclean
$ ./MakeMakefile
$ (CFLAGS="-O0 -g3 -ggdb3 -W -Wall" ./configure \
--prefix=/there) 2>&1 >&1 | tee mk.conf.log
$ (make ; echo $?) 2>&1 >&1 | tee mk.all.log
$ make install

and resend the resulting "backtrace full" from gdb, the mk.conf.log and
'grep -i warning mk.all.log'

TIA,



More information about the rrd-developers mailing list