[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] hobbitd_larrd is crashing



On Fri, Jun 09, 2006 at 05:37:45PM -0500, Larry Barber wrote:
> Still crashing, stack trace:

As a final (desperate) fix, change to code to avoid printing the
error message. I.e. around line 143 in hobbitd/do_rrd.c, add a
line after 
    result = rrd_create(pcount, creparams);
with
    if (result != 0) return 1;


If that doesn't crash, then I'm really suspicious of your rrdtool
library. What version is that, by the way ?


Regards,
Henrik