Re: BUG #16024: segfault ip 0000560103865c60 error 4 in postgres

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Stephan Knauss <sknauss(at)gmx(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #16024: segfault ip 0000560103865c60 error 4 in postgres
Date: 2019-09-28 02:43:34
Message-ID: CAH2-Wz=CR0w9a4iEK+aAJMC_cG3wKZ+ufgg-4B-QKU-sUvoWvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Sep 27, 2019 at 10:21 AM Stephan Knauss <sknauss(at)gmx(dot)de> wrote:
> segfault ip 0000560103865c60 error 4 in postgres
> #0 deconstruct_array (array=array(at)entry=0x564008a6bde8,
> elmtype=elmtype(at)entry=25, elmlen=elmlen(at)entry=-1, elmbyval=elmbyval(at)entry=0
> '\000', elmalign=elmalign(at)entry=105 'i', elemsp=elemsp(at)entry=0x7ffc5a33d570,
> nullsp=0x7ffc5a33d578, nelemsp=0x7ffc5a33d56c)
> at ./build/../src/backend/utils/adt/arrayfuncs.c:3530

Can you show a full stack trace, please? Showing "bt full" output from
GDB is ideal.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Knauss 2019-09-28 07:44:53 Re: BUG #16024: segfault ip 0000560103865c60 error 4 in postgres
Previous Message Andres Freund 2019-09-27 21:35:46 Re: BUG #15929: logical decoding can not write down the analyse result when the output file is touched.