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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Herwig Goemans <herwig(dot)goemans(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, 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 14:14:06
Message-ID: 955623.1619100846@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Herwig Goemans <herwig(dot)goemans(at)gmail(dot)com> writes:
>  I have a core dump file, It is not generated by a test of me, but that
> does not matter, the sql statement was launched by a colleage of mine
> and it generated a core dump.
> The file is 50MB (compressed) how do I get it to you ?

We don't want the core file; it'd be useless without an exact copy of your
postgres executables and system libraries. What we want you to do is
run gdb's "bt full" command on it and send us the output.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Herwig Goemans 2021-04-22 14:14:47 Re: BUG #16976: server crash when deleting via a trigger on a foreign table
Previous Message Herwig Goemans 2021-04-22 14:10:36 Re: BUG #16976: server crash when deleting via a trigger on a foreign table