Re: BUG #16351: PostgreSQL closing connection during requests with segmentation fault

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "Johannes Mols" <johannes(dot)mols(at)gmail(dot)com>
Cc: "Michael Paquier" <michael(at)paquier(dot)xyz>,"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>,"Hamid Akhtar" <hamid(dot)akhtar(at)gmail(dot)com>,pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16351: PostgreSQL closing connection during requests with segmentation fault
Date: 2020-04-09 15:58:24
Message-ID: 33711d3a-3b70-4844-8aaa-1d9b5f9208da@manitou-mail.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Johannes Mols wrote:

> I then found the postgresql-10-dbg package here:
> https://www.ubuntuupdates.org/package/postgresql/trusty-pgdg/main/base/postgresql-10-dbg
> However, when I try to install it I get the following error:

"trusty" is the codename for ubuntu 14.04 (now obsolete), but
you're using 18.04 so this package is not what you want.

Normally you don't need to search for packages on websites.
If you installed postgresql-10 with "sudo apt install postgresql-10"
(or "sudo apt install postgresql" choosing version 10 automatically)
you may install the debug symbols with
"sudo apt install postgresql-10-dbgsym"

Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Gierth 2020-04-09 16:19:09 Re: Loss of replication after simple misconfiguration
Previous Message Ethan Waldo 2020-04-09 14:55:25 RE: BUG #16342: CREATE TABLE LIKE INCLUDING GENERATED column order issue