Re: make check crashes on POWER8 machine

Поиск
Список
Период
Сортировка
От Victor Wagner
Тема Re: make check crashes on POWER8 machine
Дата
Msg-id 20200313161610.0af5ed9a@fafnir.l.postgrespro.ru
обсуждение исходный текст
Ответ на Re: make check crashes on POWER8 machine  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: make check crashes on POWER8 machine  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 13 Mar 2020 07:43:59 -0500
Justin Pryzby <pryzby@telsasoft.com> wrote:

> On Fri, Mar 13, 2020 at 10:29:13AM +0300, Victor Wagner wrote:
> > Hi,
> > 
> > I've encountered a problem with Postgres on PowerPC machine.
> > Sometimes  
> 
> Is it related to
> https://www.postgresql.org/message-id/20032.1570808731%40sss.pgh.pa.us
> https://bugzilla.kernel.org/show_bug.cgi?id=205183

I don't think so. At least I cannot see any signal handler-related stuff
in the trace, but see lots of calls to stored procedure executor
instead.

Although several different stack traces show completely different parts
of code when signal SIGSEGV arrives, which may point to asynchronous
nature of the problem.

Unfortunately I've not kept all the cores I've seen.

It rather looks like that in some rare circumstances Postgres is unable
to properly determine end of stack condition.
-- 




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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [proposal] de-TOAST'ing using a iterator