Re: BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0 - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0
Date
Msg-id YueHdMn3YMv88OVE@paquier.xyz
Whole thread Raw
In response to BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0
List pgsql-bugs
On Mon, Aug 01, 2022 at 02:39:36AM +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference:      17563
> Logged by:          Melody Liu
> Email address:      melody_xiaodi@sina.com
> PostgreSQL version: 12.0
> Operating system:   CentOS Linux release 7.7.1908 (Core)
> Description:
>
> i executed the sql below to rebuild an index in my pg database(version 12.0)
> :
> psql> reindex index concurrently myindex;
> an unexpectend error was reported and all of the client processes exited
> abnormally .
> error messages in pg logs:
> db=,user=,app=,client=LOG:  00000: server process (PID 36031) was terminated
> by signal 11: Segmentation fault
> db=,user=,app=,client=DETAIL:  Failed process was running: reindex index
> concurrently public.myindex;

12.0 is 3 years behind in terms of bug fixes, 12.11 being the latest
minor version available.  So you may want to check with this version
first and see if the problem reproduces there are well.
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Егор Чиндяскин
Date:
Subject: Re[2]: BUG #17561: Server crashes on executing row() with very long argument list
Next
From: Laetitia Avrot
Date:
Subject: Re: Statistics updates is delayed when using `commit and chain`