Re: BUG #18815: Logical replication worker Segmentation fault

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18815: Logical replication worker Segmentation fault
Дата
Msg-id 917262.1739825850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #18815: Logical replication worker Segmentation fault  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #18815: Logical replication worker Segmentation fault
Список pgsql-bugs
Further to this ... I'd still really like to have a reproducer.
While brininsertcleanup is clearly being less robust than it should
be, I now suspect that there is another bug somewhere further down
the call stack.  We're getting to this point via ExecCloseIndices,
and that should be paired with ExecOpenIndices, and that would have
created a fresh IndexInfo.  So it looks a lot like some path in a
logrep worker is able to call ExecCloseIndices twice on the same
working data.  That would probably lead to a "releasing a lock you
don't own" error if we weren't hitting this crash first.

            regards, tom lane



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