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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0
Дата
Msg-id YueHdMn3YMv88OVE@paquier.xyz
обсуждение исходный текст
Ответ на BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Егор Чиндяскин
Дата:
Сообщение: Re[2]: BUG #17561: Server crashes on executing row() with very long argument list
Следующее
От: Laetitia Avrot
Дата:
Сообщение: Re: Statistics updates is delayed when using `commit and chain`