Re: assertion failures on BuildFarm that happened in slab.c

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: "Takamichi Osumi (Fujitsu)" <osumi(dot)takamichi(at)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: assertion failures on BuildFarm that happened in slab.c
Date: 2022-12-21 20:59:42
Message-ID: CAApHDvoGnm+F1CaLZ5AK2OPe9Yh1Q6b9Ld0Z=W2epHEZhJ3v4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 21 Dec 2022 at 16:28, Takamichi Osumi (Fujitsu)
<osumi(dot)takamichi(at)fujitsu(dot)com> wrote:
> TRAP: failed Assert("dlist_is_empty(blocklist)"), File: "slab.c", Line: 564, PID: 16148

> I'm not sure, but this could be related to a recent commit (d21ded75fd) in [4].

It was. I've just pushed a fix. Thanks for highlighting the problem.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2022-12-21 21:22:02 Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures
Previous Message Dean Rasheed 2022-12-21 20:04:26 Re: Supporting MERGE on updatable views