Re: pg11.1 jit segv

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: pg11.1 jit segv
Дата
Msg-id 20181117012344.GU10913@telsasoft.com
обсуждение исходный текст
Ответ на Re: pg11.1 jit segv  (Andres Freund <andres@anarazel.de>)
Ответы Re: pg11.1 jit segv  (Andres Freund <andres@anarazel.de>)
Список 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@entry=0xa8a69e "1",
errorType=errorType@entry=0x8deda8"unrecognized TOAST vartag", fileName=fileName@entry=0x8dff82 "heaptuple.c", 
 
    lineNumber=lineNumber@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
[...]


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: TupleTableSlot abstraction
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [HACKERS] PATCH: Keep one postmaster monitoring pipe per process