Re: make check crashes on POWER8 machine - Mailing list pgsql-hackers

From Victor Wagner
Subject Re: make check crashes on POWER8 machine
Date
Msg-id 20200313161610.0af5ed9a@fafnir.l.postgrespro.ru
Whole thread Raw
In response to Re: make check crashes on POWER8 machine  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: make check crashes on POWER8 machine  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*)
Next
From: Alvaro Herrera
Date:
Subject: Re: [proposal] de-TOAST'ing using a iterator