MemoryContextAllc error.

From: <ricky(at)freightstream(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: MemoryContextAllc error.
Date: 2002-11-20 19:10:47
Message-ID: 000801c290c8$890a5590$f6d35e40@open
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

i was trying to back up db from the server.
i found the error while i was trying to backup.

bash$ /usr/local/pgsql/bin/pg_dumpall > db.out

ERROR: MemoryContextAlloc: invalid request size 4294967293

PQendcopy: resetting connection

SQL query to dump the contents of Table 't_oommain' did not execute correctly. After we read all the table contents from the backend, PQendcopy() failed. Explanation from backend: 'ERROR: MemoryContextAlloc: invalid request size 4294967293

'.

The query was: 'COPY "t_oommain" TO stdout;

'.

pg_dump failed on xenodb, exiting

what shall i do here?
please give me the solution for this problem.
Thank you very much.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tamotsu Ebina 2002-11-20 19:24:35 Can't start postmaster on Cygwin with local 'ja_JP.EUC
Previous Message Peter Eisentraut 2002-11-20 17:40:03 Re: configure