Re: Invalid memory alloc request

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Guy Helmer <ghelmer(at)palisadesys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Invalid memory alloc request
Date: 2009-08-25 14:12:58
Message-ID: 20779.1251209578@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Guy Helmer <ghelmer(at)palisadesys(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2009-08-25 14:40:29 Re: backup and recovery problem
Previous Message Eric Comeau 2009-08-25 14:08:35 Re: New database or New Schema?