Re: PG17.6 wal apply bug (SIGSEGV) - Mailing list pgsql-bugs

From badfilez@gmail.com
Subject Re: PG17.6 wal apply bug (SIGSEGV)
Date
Msg-id 630d3d31-40b2-40c2-b1bf-c857ba88322d@gmail.com
Whole thread Raw
In response to Re: PG17.6 wal apply bug (SIGSEGV)  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: PG17.6 wal apply bug (SIGSEGV)
List pgsql-bugs
Hi,

Thank you,
there still are 2 broken indexes in master DB,
one of them exactly matches the said relation 151181595.

still,
is it proper wal apply procedure, to segfault in such a case?


On 20/10/2025 20:18, Peter Geoghegan wrote:
> On Mon, Oct 20, 2025 at 1:07 PM badfilez@gmail.com <badfilez@gmail.com> wrote:
>> Program terminated with signal SIGSEGV, Segmentation fault.
>> #0  0x000000000057eff2 in _bt_restore_page (page=0x7f6f48fd1000 "", from=0x7f6fe2eccd80 "", len=<optimized out>) at
nbtxlog.c:63
>> 63            itemsz = MAXALIGN(itemsz);
>> (gdb) bt full
> "itemsz = 0" suggests that the index was already corrupt, before the
> WAL record is applied.
>
> I suggest that you use contrib/amcheck (or the pg_amcheck frontend
> program) to ascertain the extent of any index corruption on this
> database.
>




pgsql-bugs by date:

Previous
From: Jacob Champion
Date:
Subject: Re: TLS verification to intermediate trust anchor with psql
Next
From: Emmanuel Touzery
Date:
Subject: ERROR: XX000: could not find memoization table entry (reproducible)