Re: crash while decoding INSERT ON CONFLICT

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

On Mon, May 21, 2018 at 8:52 AM, Euler Taveira <euler(at)timbira(dot)com(dot)br> wrote:
> I got the following backtrace in a logical replication setup using 10.3.
>
> Program terminated with signal 11, Segmentation fault.
> #0 ReorderBufferCommit (rb=0xde2a08, xid=<value optimized out>,
> commit_lsn=6211559254952, end_lsn=<value optimized out>,
> commit_time=<value optimized out>, origin_id=<value optimized out>,
> origin_lsn=0) at reorderbuffer.c:1397
> 1397 change->action =
> REORDER_BUFFER_CHANGE_INSERT;
> Missing separate debuginfos, use: debuginfo-install
> glibc-2.12-1.209.el6_9.2.x86_64 libxml2-2.7.6-21.el6_8.1.x86_64
> zlib-1.2.3-29.el6.x86_64
> (gdb) bt

Can I get this as a "bt full", in case any of the local variables turn
out to be interesting?

Thanks
--
Peter Geoghegan

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Euler Taveira 2018-05-21 20:31:16 Re: crash while decoding INSERT ON CONFLICT
Previous Message Peter Geoghegan 2018-05-21 18:29:39 Re: crash while decoding INSERT ON CONFLICT