Re: anole - test case sha2 fails on all branches

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: anole - test case sha2 fails on all branches
Date: 2015-04-24 12:41:37
Message-ID: CANFyU95zPRLzWYHvLCZV+ZsHS_eC8FjsQttVxeAb=DXZwGK74w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Noah

The build at commit 36e5247 also failed. With new buildfarm client 4.15, we
used additional configure options like --with-gssapi -with-libxml
--with-libxml --with-ldap --with-libxslt . The build at commit 36e5247 and
last commit is successful without these options. I'll check which of these
libs is causing an issue and if updating it resolves it.

Thanks.

On Fri, Apr 24, 2015 at 7:55 AM, Noah Misch <noah(at)leadboat(dot)com> wrote:

> On Thu, Apr 23, 2015 at 10:54:45AM -0400, Tom Lane wrote:
> > I wrote:
> > > Given that anole is the only one reporting this, I'm not sure that we
> > > should immediately blame Postgres itself. I have a vague recollection
> > > that we've seen this symptom before and traced it to a bug in some
> > > supporting library. Is anole using any particularly out-of-date
> versions
> > > of openssl, kerberos, etc?
> >
> > A bit of digging in the archives suggests that my hindbrain remembered
> this:
> > http://www.postgresql.org/message-id/flat/4F5A8404(dot)8020708(at)dunslane(dot)net
> >
> > The specifics probably don't apply to anole, but the conclusion that
> > inconsistent openssl header and library files triggered the bug might.
>
> A library problem is plausible. anole builds without OpenSSL, and I have
> no
> guess for which remaining library could be at fault. I could not reproduce
> this in an HP-UX IA-64 build configured as follows (no HP compiler
> available):
> ./configure --enable-debug --enable-cassert --enable-depend
> --without-readline --without-zlib CC='gcc -pthread -mlp64'
>
> Sandeep, I suggest trying a build at commit 36e5247, the last REL9_4_STABLE
> commit known good on anole. If that build fails, you'll know there's an
> environmental problem, like a broken dependency library. If that build
> succeeds, please use "git bisect" to find which commit broke things, and
> report the commit hash here.
>
> Thanks,
> nm
>

--
Sandeep Thakkar

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2015-04-24 12:58:11 Re: a fast bloat measurement tool (was Re: Measuring relation free space)
Previous Message Amit Kapila 2015-04-24 12:32:34 Re: Parallel Seq Scan