Re: Recent failures on buildfarm member hornet - Mailing list pgsql-hackers

From Noah Misch
Subject Re: Recent failures on buildfarm member hornet
Date
Msg-id 20201007021941.GD1422897@rfd.leadboat.com
Whole thread Raw
In response to Re: Recent failures on buildfarm member hornet  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Recent failures on buildfarm member hornet  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Oct 06, 2020 at 09:56:49PM -0400, Tom Lane wrote:
> Noah Misch <noah@leadboat.com> writes:
> > On Mon, Oct 05, 2020 at 08:42:15PM -0400, Tom Lane wrote:
> >> hornet has failed its last five runs with
> >> TRAP: FailedAssertion("variadicArgType != InvalidOid", File: "pg_aggregate.c", Line: 216, PID: 34734498)
> 
> > Building the tree with -O0 suppresses the problem.  (xlc does not have -O1.)
> 
> OK, that's pretty unsurprising.
> 
> > Building just aggregatecmds.c and pg_aggregate.c that way does not, so I
> > suppose the damage arose elsewhere.
> 
> Now that *is* surprising.  Could you poke a little further to determine
> which module is getting miscompiled?  (gram.o seems like the next most
> likely bet.)

gram.o was it.  (The way I rebuilt gram.o also rebuilt parser.o and scan.o,
but those seem far less likely.)



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Recent failures on buildfarm member hornet
Next
From: Bharath Rupireddy
Date:
Subject: Re: Use standard SIGHUP and SIGTERM handlers in autoprewarm module