Re: BUG #14180: Segmentation fault on replication slave

From: Andres Freund <andres(at)anarazel(dot)de>
To: boa(at)neogrid(dot)dk
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14180: Segmentation fault on replication slave
Date: 2016-06-07 17:21:15
Message-ID: 20160607172115.7pty2qzptgkw5fxg@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

thanks for reporting this issue.

On 2016-06-07 09:16:18 +0000, boa(at)neogrid(dot)dk wrote:
> Program received signal SIGSEGV, Segmentation fault.
> _bt_restore_page (page=0x7f816fce2b40 "", from=0x55a0945abb70 "\036",
> len=<optimized out>) at
> /build/postgresql-9.5-xp9utH/postgresql-9.5-9.5.3/build/../src/backend/access/nbtree/nbtxlog.c:57
> 57
> /build/postgresql-9.5-xp9utH/postgresql-9.5-9.5.3/build/../src/backend/access/nbtree/nbtxlog.c:
> No such file or directory.
> (gdb) bt
> #0 _bt_restore_page (page=0x7f816fce2b40 "", from=0x55a0945abb70 "\036",
> len=<optimized out>) at
> /build/postgresql-9.5-xp9utH/postgresql-9.5-9.5.3/build/../src/backend/access/nbtree/nbtxlog.c:57
> #1 0x0000000000000000 in ?? ()
> (gdb) p from
> $1 = 0x55a0945abb70 "\036"
> (gdb) p end
> $2 = 0x55a0945ac928 "\305cO"
> (gdb) p i
> $3 = 3324
> (gdb) p len
> $4 = <optimized out>
> (gdb) p &itupdata
> $5 = (IndexTupleData *) 0x7ffe83ea84e0
> (gdb) p items
> $6 = {0x0 <repeats 408 times>}
> (gdb) p &items
> $7 = (Item (*)[408]) 0x7ffe83ea8820
> (gdb) p itemsz
> $8 = <optimized out>

Uhm, this is a bit odd. There's no backtrace, but types and such are
known? I guess you do have the debug symbols installed?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bo Ørsted Andresen 2016-06-07 17:36:38 Re: BUG #14180: Segmentation fault on replication slave
Previous Message Tom Lane 2016-06-07 17:08:56 Re: [BUGS] BUG #14155: bloom index error with unlogged table