Re: Why is parula failing?

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Tharakan, Robins" <tharar(at)amazon(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Why is parula failing?
Date: 2024-04-13 13:02:52
Message-ID: CAEP4nAwVVtp5oUjSv2Zgakkx-1duQ8VdrZhsVOJpj+THXE9s7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 10 Apr 2024 at 10:24, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
>
> Master failed today for the first time since the compiler upgrade.
> Again reltuples == 48.

Here's what I can add over the past few days:
- Almost all failures are either reltuples=48 or SIGABRTs
- Almost all SIGABRTs are DDLs - CREATE INDEX / CREATE AGGREGATEs / CTAS
- A little too coincidental? Recent crashes have stack-trace if
interested.

Barring the initial failures (during move to gcc 13.2), in the past week:
- v15 somehow hasn't had a failure yet
- v14 / v16 have got only 1 failure each
- but v12 / v13 are lit up - failed multiple times.

-
robins

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-04-13 13:13:00 Re: altering a column's collation leaves an invalid foreign key
Previous Message Alvaro Herrera 2024-04-13 11:07:14 Re: Add missing ConditionVariableCancelSleep() in slot.c