Re: BUG #16351: PostgreSQL closing connection during requests with segmentation fault - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16351: PostgreSQL closing connection during requests with segmentation fault
Date
Msg-id 27446.1586439600@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #16351: PostgreSQL closing connection during requests withsegmentation fault  (Johannes Mols <johannes.mols@gmail.com>)
Responses Re: BUG #16351: PostgreSQL closing connection during requests withsegmentation fault
List pgsql-bugs
Johannes Mols <johannes.mols@gmail.com> writes:
> I did, but I'm unable to do so. The wiki asks me to enable debug packages
> as described here:  https://wiki.ubuntu.com/DebuggingProgramCrash
> I then found the postgresql-10-dbg package here:
> https://www.ubuntuupdates.org/package/postgresql/trusty-pgdg/main/base/postgresql-10-dbg
> ...
> The following packages have unmet dependencies:
>  postgresql-10-dbg : Depends: postgresql-10 (= 10.8-1.pgdg14.04+1) but
> 10.12-0ubuntu0.18.04.1 is to be installed

That's the wrong repo, evidently.  You got the code from the PGDG
repository, so you need to get the matching debug-symbol package
from the same place.  I gather you don't have the PGDG repo enabled
by default.  I'm not a debian/ubuntu person so I'm not sure about
the exact commands to enable a non-default repo for apt-get.

It looks like there may be a version skew problem as well.  10.12
is the latest v10 release, 10.8 is, um, not.  If you are still on
10.8 then it would behoove you to first update to 10.12 and see
if maybe we already fixed the bug.  In any case, you have to find
a debug-symbol package that *exactly* matches your installed code,
or it's worthless.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Ben Cornett
Date:
Subject: Re: BUG #16112: large, unexpected memory consumption
Next
From: hubert depesz lubaczewski
Date:
Subject: Loss of replication after simple misconfiguration