Re: Why is infinite_recurse test suddenly failing?

From: Mark Wong <mark(at)2ndQuadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Why is infinite_recurse test suddenly failing?
Date: 2019-05-20 19:15:49
Message-ID: 20190520191549.GD4329@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 19, 2019 at 02:38:26PM -0700, Andres Freund wrote:
> Hi,
>
> On 2019-05-14 08:31:37 -0700, Mark Wong wrote:
> > Ok, I have this added to everyone now.
> >
> > I think I also have caught up on this thread, but let me know if I
> > missed anything.
>
> I notice https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=demoiselle&dt=2019-05-19%2014%3A22%3A23
> failed recently, but unfortunately does not appear to have gdb
> installed? Or the buildfarm version is too old? Or ulimits are set
> strictly on a system wide basis?

It looks like I did have gdb on there:

opensuse(at)postgresql-opensuse-p9:~> gdb --version
GNU gdb (GDB; openSUSE Leap 15.0) 8.1

I'm on v9 of the build-farm here (have it on my todo list to get
everything up to 10.)

I hope nothing is overriding my core size ulimit:

opensuse(at)postgresql-opensuse-p9:~> ulimit -c
unlimited

This animal is using clang. I wonder if gdb is disagreeing with the
clang binaries?

Regards,
Mark

--
Mark Wong
2ndQuadrant - PostgreSQL Solutions for the Enterprise
https://www.2ndQuadrant.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-05-20 19:20:35 Re: VACUUM fails to parse 0 and 1 as boolean value
Previous Message Dmitry Dolgov 2019-05-20 19:14:30 Re: VACUUM fails to parse 0 and 1 as boolean value