[rrd-developers] rrdcached crashed with no logging

2008-10-07 Thread Bernard Li
Hi all: I'm currently working with rrdcached from rrdtool r1588 and am having problems getting it to integrate with Ganglia. This has worked in the past (about 2 weeks ago). Right now I'm trying to figure out what's wrong. It seems that the daemon crashed without logging to syslog. I straced

Re: [rrd-developers] rrdcached crashed with no logging

2008-10-07 Thread kevin brintnall
On Tue, Oct 07, 2008 at 06:01:02PM -0700, Bernard Li wrote: It seems that the daemon crashed without logging to syslog. I straced the rrdcached process and here's what I got: Bernard, Do you have a backtrace? Also, what OS are you using? The interrupted poll() system call is in

Re: [rrd-developers] rrdcached crashed with no logging

2008-10-07 Thread Bernard Li
Hi Kevin: On Tue, Oct 7, 2008 at 7:46 PM, kevin brintnall [EMAIL PROTECTED] wrote: Do you have a backtrace? Also, what OS are you using? Here's the backtrace: (gdb) bt #0 0x002e47a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x004a2815 in raise () from /lib/tls/libc.so.6 #2

Re: [rrd-developers] rrdcached crashed with no logging

2008-10-07 Thread Bernard Li
Hi all: The patch Kevin provided solved my issue: http://www.mail-archive.com/rrd-developers@lists.oetiker.ch/msg02651.html Thanks, Bernard On Tue, Oct 7, 2008 at 8:35 PM, Bernard Li [EMAIL PROTECTED] wrote: Hi Kevin: On Tue, Oct 7, 2008 at 7:46 PM, kevin brintnall [EMAIL PROTECTED] wrote: