Re: BUG #16976: server crash when deleting via a trigger on a foreign table

From: Clinton Adams <clinton(dot)adams(at)gmail(dot)com>
To: Herwig Goemans <herwig(dot)goemans(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16976: server crash when deleting via a trigger on a foreign table
Date: 2021-04-22 15:41:39
Message-ID: CAEuopLb8vNL__ymj7B1AgzW41g09y3cdrM+M81aP4EVWVoXeFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Apr 22, 2021 at 10:50 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Herwig Goemans <herwig(dot)goemans(at)gmail(dot)com> writes:
> > "/home/local/VMM/h.goemans/_usr_lib_postgresql_12_bin_postgres.201.crash"
> > is not a core dump: File format not recognized
>
> Hmm, that's a new one on me, but also that file name doesn't look
> very much like a core file name --- usually they're just "core.NNNN"
> or such. Maybe this is a version you'd base64-encoded to put onto

Hi Herwig,

On ubuntu you have to jump through a hoop to get the core file. I'd
recommend just unpacking it, with apport-unpack.

apport-unpack (crash file) (empty or nonexistent target directory for unpacking)
cd into the target directory, and you should see a CoreDump file,
which you can use with gdb.

Thanks,
Clinton

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-04-22 18:21:05 Re: posgres 12 bug (partitioned table)
Previous Message Stephen Frost 2021-04-22 15:15:09 Re: Bug in handling default privileges inside extension update scripts