Re: Segmentation Fault PG 14 - Mailing list pgsql-general

From Willian Colognesi
Subject Re: Segmentation Fault PG 14
Date
Msg-id CADAf1kZZmvR2zoa2xF4qWS3ZTf2TPQt5OV0cvZYHqrj=HS9CLQ@mail.gmail.com
Whole thread Raw
In response to Re: Segmentation Fault PG 14  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Segmentation Fault PG 14  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Looks like we can confirm that the jit disable fixed the problem, because since yesterday when I disabled jit, the database did not restarted again, and before it the database was restarting at least once per hour.

I don't think it will cause too much impact in our use case having it disabled, so, if you need anything else that could help the analyses to find the bug feel free to let me know and I can grab the logs or whatever needed.

Thanks y'all

On Mon, Nov 7, 2022 at 8:05 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
Willian Colognesi <willian_colognesi@trimble.com> writes:
> There is no llvm installed on ubuntu server, postgresql was installed via
> apt package `apt install postgresql-14`

If there's no LLVM around, then disabling JIT wouldn't do anything,
because it depends on LLVM to compile code.

We should perhaps wait awhile to see if that really fixed it.

                        regards, tom lane


--

Willian Cezar de O. Colognesi
Systems Analysis Specialist, Trimble Transportation Brazil
Avenida Santos Dumont, 271 | Londrina, PR | 86039-090

pgsql-general by date:

Previous
From: Imre Samu
Date:
Subject: Re: Information to CVE-2022-42889
Next
From: Tom Lane
Date:
Subject: Re: Segmentation Fault PG 14