Re: BUG #13575: invalid memory request size while storing call arguments into local variables

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: BUG #13575: invalid memory request size while storing call arguments into local variables
Дата
Msg-id CAM3SWZSR_=p-VxL_G7rBMExJMnLuFWqU7ODZmSEeceDhiFM9fQ@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #13575: invalid memory request size while storing call arguments into local variables  (greg.davidson+pg@gmail.com)
Список pgsql-bugs
On Sat, Aug 15, 2015 at 9:01 PM,  <greg.davidson+pg@gmail.com> wrote:
> ERROR:  XX000: invalid memory alloc request size 18446744073642179576

This allocation size is close to 2 ^ 64 (which is
18446744073709551616). Whenever I've seen this before, it tended to be
down to a corrupt length word for some variable-width field.

Can you try using pg_dump on any tables associated with the
problematic queries/procedures? That might confirm that this is some
kind of garden variety corruption.

--
Peter Geoghegan

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

Предыдущее
От: greg.davidson+pg@gmail.com
Дата:
Сообщение: BUG #13575: invalid memory request size while storing call arguments into local variables
Следующее
От: nao-anzai@xc.jp.nec.com
Дата:
Сообщение: BUG #13576: a weird behavior of pg_restore command