checking on buildfarm member thrush

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mendola(at)bigfoot(dot)com
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: checking on buildfarm member thrush
Date: 2006-06-20 02:52:50
Message-ID: 23633.1150771970@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm trying to determine why thrush has been failing on PG CVS HEAD for
the past few days. Could you try running the attached program on that
machine, and see what it prints? I suspect it will dump core :-(

Note: you might need to use -D_GNU_SOURCE to get it to compile at all.

regards, tom lane

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>

int
main()
{
if (posix_fadvise(fileno(stdin), 0, 0, POSIX_FADV_DONTNEED))
printf("failed: %s\n", strerror(errno));
else
printf("OK\n");
return 0;
}

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-06-20 03:18:10 Re: shall we have a TRACE_MEMORY mode
Previous Message satoshi nagayasu 2006-06-20 02:15:14 PAM auth