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

From Tom Lane
Subject Re: make check crashes on POWER8 machine
Date
Msg-id 25997.1584191981@sss.pgh.pa.us
Whole thread Raw
In response to Re: make check crashes on POWER8 machine  (Victor Wagner <vitus@wagner.pp.ru>)
List pgsql-hackers
Victor Wagner <vitus@wagner.pp.ru> writes:
> Tom Lane <tgl@sss.pgh.pa.us> пишет:
>> 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.

Unsurprising, because it's a kernel bug.  Maybe you could try
cherry-picking the patch proposed at kernel.org (see other thread).

            regards, tom lane



pgsql-hackers by date:

Previous
From: legrand legrand
Date:
Subject: RE: Planning counters in pg_stat_statements (using pgss_store)
Next
From: Tom Lane
Date:
Subject: Re: proposal: new polymorphic types - commontype and commontypearray