Re: Recent failures on buildfarm member hornet

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, David Rowley <dgrowleyml(at)gmail(dot)com>
Subject: Re: Recent failures on buildfarm member hornet
Date: 2020-10-07 01:56:49
Message-ID: 2040113.1602035809@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Noah Misch <noah(at)leadboat(dot)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.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2020-10-07 02:19:41 Re: Recent failures on buildfarm member hornet
Previous Message Bruce Momjian 2020-10-07 01:53:46 Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?