Re: BUG #18483: Segmentation fault in tests modules

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: a(dot)kozhemyakin(at)postgrespro(dot)ru, pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, johncnaylorls(at)gmail(dot)com
Subject: Re: BUG #18483: Segmentation fault in tests modules
Date: 2024-06-03 22:40:11
Message-ID: Zl5GS6SHBXRAkl_c@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, May 28, 2024 at 03:15:06AM +0000, PG Bug reporting form wrote:

Thanks for the report! My apologies for the late reply but most
people have been busy with pgconf.dev last week.

> second case
> echo "CREATE EXTENSION test_tidstore;
> SELECT do_set_block_offsets(1, ARRAY[0]::int2[]);" >
> src/test/modules/test_tidstore/sql/test_tidstore.sql
> make check -C src/test/modules/test_tidstore
>
> Core was generated by `postgres: postgres contrib_regression [local] SELECT
> '.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0 TidStoreLockExclusive (ts=0x0) at tidstore.c:300
> 300 if (TidStoreIsShared(ts))
> (gdb) bt
> #0 TidStoreLockExclusive (ts=0x0) at tidstore.c:300
> #1 0x00007f84c48aa8a1 in do_set_block_offsets (fcinfo=<optimized out>) at

Yes, something is wrong here. I have added an open item to track
that.

John and Sawada-san (added in CC), could you look at that? The item
has been assigned to both of you.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2024-06-03 22:54:51 Re: [EXTERNAL] Re: Windows Application Issues | PostgreSQL | REF # 48475607
Previous Message David Rowley 2024-06-03 22:37:04 Re: BUG #18365: Inconsistent cost function between materialized and non-materialized CTE