Re: make check crashes on POWER8 machine

From: Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: make check crashes on POWER8 machine
Date: 2020-03-14 09:49:28
Message-ID: 20200314124928.54c5fcad@wagner.wagner.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

В Fri, 13 Mar 2020 10:56:15 -0400
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> пишет:

> Victor Wagner <vitus(at)wagner(dot)pp(dot)ru> writes:
> > Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
> >> On Fri, Mar 13, 2020 at 10:29:13AM +0300, Victor Wagner wrote:
> >>> I've encountered a problem with Postgres on PowerPC machine.
>
> >> 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.
>
> Read the whole thread. We fixed the issue with recursion in the
> postmaster (9abb2bfc0); but the intermittent failure in
> infinite_recurse is exactly the same as what we've been seeing for a
> long time in the buildfarm, and there is zero doubt that it's that
> kernel bug.

I've tried to cherry-pick commit 9abb2bfc8 into REL_12_STABLE and rerun
make check in loop. Oops, on 543 run it segfaults with same symptoms
as before.

Here is link to new core and logs

https://drive.google.com/file/d/1oF-0fKHKvFn6FaJ3u-v36p9W0EBAY9nb/view?usp=sharing

I'll try to do this simple test (run make check repeatedly) with
master. There is some time until end of weekend when this machine is
non needed by anyone else, so I have time to couple of thousands runs.

--
Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message legrand legrand 2020-03-14 10:04:00 RE: Planning counters in pg_stat_statements (using pgss_store)
Previous Message Pavel Stehule 2020-03-14 07:07:24 Re: proposal: new polymorphic types - commontype and commontypearray