Re: 7.1 on DEC/Alpha

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.1 on DEC/Alpha
Дата
Msg-id 28274.977638774@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: 7.1 on DEC/Alpha  (Brent Verner <brent@rcfile.org>)
Ответы Re: 7.1 on DEC/Alpha  (Brent Verner <brent@rcfile.org>)
Список pgsql-hackers
Brent Verner <brent@rcfile.org> writes:
> (gdb) p *resSlot
> Error accessing memory address 0x40141830: Invalid argument.

Oooh.  resSlot has been truncated to 32 bits --- judging by the other
nearby pointer values, it almost certainly should have been 0x140141830.
Now we have a lead.

I am guessing that the truncation happened somewhere in
executor/functions.c, but don't see it right away...
        regards, tom lane


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

Предыдущее
От: Brent Verner
Дата:
Сообщение: Re: Re: 7.1 on DEC/Alpha
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: RI problem with inherited table (fwd)