Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pinker <pinker(at)onet(dot)eu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Date: 2020-10-19 18:47:01
Message-ID: 432922.1603133221@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pinker <pinker(at)onet(dot)eu> writes:
> I've changed all name data types to text and running a query on a simple
> table with another function and it is still crashing :/
> yeah, removing ORDER BY helps here also...

Hard to comment on that when you haven't shown an example.

Anyway, I've identified the issue with the presented example and pushed
a fix. If you're in a position to rebuild Postgres locally you could
try applying

https://git.postgresql.org/gitweb/?p=postgresql.git;a=patch;h=25378db74fd97f2b10ad44d1f0b2e1f8b0a651f2

and see whether it takes care of all the cases you noticed.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-10-19 19:18:56 Re: BUG #16678: The ecpg connect/test5 test sometimes fails on Windows
Previous Message PG Bug reporting form 2020-10-19 17:00:01 BUG #16678: The ecpg connect/test5 test sometimes fails on Windows