Re: Segmentation Fault PG 14

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Willian Colognesi <willian_colognesi(at)trimble(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Segmentation Fault PG 14
Date: 2022-11-07 18:08:47
Message-ID: 3316399.1667844527@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Willian Colognesi <willian_colognesi(at)trimble(dot)com> writes:
> I started to use version `14.5-2.pgdg20.04+2` for a dedicated database and
> I'm facing many segmentation faults during the day when the database has
> more heavy queries.

I take it things were okay with the version you used previously?
What was that exactly? Has anything else changed?

> I could also get a little information from gdb, I'm not sure if it will
> help:

This looks pretty messed up. Are you sure the debug symbols you're using
match the package?

Even better, can you construct a self-contained test case?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message William Torrez Corea 2022-11-07 18:14:55 My account was locked in pgadmin4
Previous Message Rob Sargent 2022-11-07 18:05:07 Re: copy file from a client app to remote postgres isntance