Re: Invalid memory alloc request

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Invalid memory alloc request
Дата
Msg-id 20779.1251209578@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Invalid memory alloc request  (Guy Helmer <ghelmer@palisadesys.com>)
Ответы Re: Invalid memory alloc request
Список pgsql-general
Guy Helmer <ghelmer@palisadesys.com> writes:
> On systems running Postgresql 8.3.6, I have a nightly backup using
> pg_dump that failed on two machines overnight with this error:

> pg_dump: SQL command failed
> pg_dump: Error message from server: ERROR:  invalid memory alloc request size 1376006425
> pg_dump: The command was: COPY public.tablename (ts, fn, data, textdata) TO stdout;

Normally I'd say "data corruption", but it is odd if you got the
identical message from two different machines.  Can you reproduce
it with a debugger attached?  If so, a backtrace from the call of
errfinish might be useful.

            regards, tom lane

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

Предыдущее
От: Guy Helmer
Дата:
Сообщение: Invalid memory alloc request
Следующее
От: "Eric Comeau"
Дата:
Сообщение: Re: New database or New Schema?