Charles, Since you are the one who provided this patch, do you have any comments?
Andrea, I noticed that your RRDs are in /dev/shm -- any chance you can try to use tmpfs instead (put the following in your fstab and copy your RRDs back to /var/lib/ganglia/rrds): none /var/lib/ganglia/rrds tmpfs size=1024M,mode=755,uid=nobody,gid=root 0 0 Cheers, Bernard On 7/16/07, Andrea Capriotti <[EMAIL PROTECTED]> wrote: > I already spoke about this problem with Bernard Li on IRC last week and > I'm providing a report. > > I'm using ganglia on a SUSE LINUX Enterprise Server 9 (i586) with kernel > version 2.6.5-7.244-bigsmp with a grid of 6 sources, 2059 hosts and 7513 > CPUs. > > When I upgrade ganglia to latest stable version (3.0.4) it crashes and > the problem looks like the fixed bug 56: > > http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=56 > > If I remove the last line of that patch, included in 3.0.4 sources, it > works again: > > # diff process_xml.c process_xml.c.old > 987c987 > < /*source->sum_finished = NULL;*/ /* remember that we released the > lock */ > --- > > source->sum_finished = NULL; /* remember that we released the lock > > */ > > This is a strace of the segfault: > > http://www.andreacapriotti.it/misc/gmetad_strace.gz > > Can you help me to find out the problem and fix it? > > Best Regards > -- > Andrea Capriotti > System Management Group - Cineca - www.cineca.it > [EMAIL PROTECTED] - Tel +39 051 6171890 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Ganglia-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ganglia-developers > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
