Re: crash while decoding INSERT ON CONFLICT

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: crash while decoding INSERT ON CONFLICT
Date: 2018-05-22 03:49:10
Message-ID: CAHE3wgiFzk5ZhwHZdq5XknJmFOjY=6iLKpwzK11LgMXCVwTNaw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

2018-05-21 22:37 GMT-03:00 Peter Geoghegan <pg(at)bowt(dot)ie>:
> On Mon, May 21, 2018 at 1:31 PM, Euler Taveira <euler(at)timbira(dot)com(dot)br> wrote:
>> (gdb) bt full
>
> Have you managed to see the crash more than once in your environment?
> I wonder if the problem is somehow related to spilling to a reorder
> buffer temp/spool file.
>
When the system crashed, it restarted and crashed again, and again (in
the same transaction and with the same backtrace) until I blocked the
replication role in pg_hba.conf. I didn't check if there were files in
pg_replslot.

--
Euler Taveira Timbira -
http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2018-05-22 21:11:45 Re: [BUG] Re-entering malloc problem when use --enable-nls buildpostgresql
Previous Message Peter Geoghegan 2018-05-22 01:37:00 Re: crash while decoding INSERT ON CONFLICT