Re: Postgres crashes at memcopy() after upgrade to PG 13.

From: Avinash Kumar <avinash(dot)vallarapu(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgres crashes at memcopy() after upgrade to PG 13.
Date: 2021-03-15 01:01:28
Message-ID: CAN0Tujc1vxaHgXVeykFuTayTZECEKLinaazryD2ECxi1DTdVVA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi Thomas,

On Sun, Mar 14, 2021 at 9:40 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:

> On Mon, Mar 15, 2021 at 1:29 PM Avinash Kumar
> <avinash(dot)vallarapu(at)gmail(dot)com> wrote:
> > Is this expected when replication is happening between PostgreSQL
> databases hosted on different OS versions like Ubuntu 16 and Ubuntu 20 ?
> Or, do we think this is some sort of corruption ?
>
> Is this index on a text datatype, and using a collation other than "C"?
>
Its en_US.UTF-8

>
> https://wiki.postgresql.org/wiki/Locale_data_changes
>
> Not that I expect it to crash if that's the cause, I thought it'd just
> get confused.
>
On Ubuntu 16 server,

*$* ldd --version

ldd (Ubuntu GLIBC 2.23-0ubuntu11.2) 2.23

On New Server Ubuntu 20,

*$* ldd --version

ldd (Ubuntu GLIBC 2.31-0ubuntu9.2) 2.31

--
Regards,
Avi.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Avinash Kumar 2021-03-15 01:05:40 Re: Postgres crashes at memcopy() after upgrade to PG 13.
Previous Message Thomas Munro 2021-03-15 00:39:53 Re: Postgres crashes at memcopy() after upgrade to PG 13.

Browse pgsql-hackers by date

  From Date Subject
Next Message Avinash Kumar 2021-03-15 01:05:40 Re: Postgres crashes at memcopy() after upgrade to PG 13.
Previous Message Julien Rouhaud 2021-03-15 00:46:44 Re: REINDEX backend filtering