Re: pg11.1 jit segv

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg11.1 jit segv
Date: 2018-11-17 01:23:44
Message-ID: 20181117012344.GU10913@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 16, 2018 at 08:29:27AM -0800, Andres Freund wrote:
> > On Thu, Nov 15, 2018 at 04:17:51PM -0800, Andres Freund wrote:
> > > I'm about to commit some changes to 12/master that'd possibly make it
> commit 15d8f83128e15de97de61430d0b9569f5ebecc26

I don't think it had to do with your commit, but I recompiled HEAD with debug +
casserts and have this to show.

TRAP: unrecognized TOAST vartag("1", File: "heaptuple.c", Line: 1705)

#0 0x00007faf5fac9277 in raise () from /lib64/libc.so.6
#1 0x00007faf5faca968 in abort () from /lib64/libc.so.6
#2 0x000000000088e347 in ExceptionalCondition (conditionName=conditionName(at)entry=0xa8a69e "1", errorType=errorType(at)entry=0x8deda8 "unrecognized TOAST vartag", fileName=fileName(at)entry=0x8dff82 "heaptuple.c",
lineNumber=lineNumber(at)entry=1705) at assert.c:54
#3 0x0000000000489830 in varsize_any (p=<optimized out>) at heaptuple.c:1705
#4 0x00007faf60c98560 in ?? ()
#5 0x00000000ffffffff in ?? ()
#6 0x000000000008c21c in ?? ()
#7 0x00000000004897d0 in ?? () at heaptuple.c:1690
#8 0x000000000008c21c in ?? ()
#9 0x000000000008c21c in ?? ()
#10 0x000000000000021c in ?? ()
#11 0x00000000004897d0 in ?? () at heaptuple.c:1690
[...]

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-11-17 01:27:02 Re: [HACKERS] PATCH: Keep one postmaster monitoring pipe per process
Previous Message Andres Freund 2018-11-17 00:46:42 Re: TupleTableSlot abstraction