Re: Error while executing pg_dump "invalid memory alloc request size 4294967293"

Lists: pgsql-adminpgsql-hackers
From: "Amit jain" <amitjain(dot)bit(at)gmail(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-admin(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Error while executing pg_dump "invalid memory alloc request size 4294967293"
Date: 2008-05-22 13:47:45
Message-ID: daf917830805220647u6deb00ddx899b96c5de7faadd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin pgsql-hackers

Hello All,

We are using postgresql version 8.1 and our database size is 7gb. Ram Size
is 2 GB.

while trying to take backup through pg_dump i am getting following error.

oka97: pg_dump amtdb > amtdb.out
pg_dump: ERROR: invalid memory alloc request size 4294967293
pg_dump: SQL command to dump the contents of table "atbs2_logs" failed:
PQendcopy() failed.
pg_dump: Error message from server: ERROR: invalid memory alloc request
size 4294967293
pg_dump: The command was: COPY public.atbs2_logs (sno, request_time, msisdn,
phone_make, error_code, error_desc, reply_message, request_query,
responce_time, request_type) TO stdout;

When I tried to take a single table backup i.e is mentioned in the error
named* "public.atbs2_logs" then again getting following error.
*

pg_dump: SQL command failed
pg_dump: Error message from server: server closed the connection
unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor

So we are unable to take backup , we have tried the vacuum and reindex but
not of any use.

Kindly help us Any help would be highly appreciate. Thanx in Advance.

Amit Jain

+91-9818450022


From: "Vishal Mailinglist" <list(at)vishal(dot)net(dot)in>
To: "Amit jain" <amitjain(dot)bit(at)gmail(dot)com>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-admin(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Error while executing pg_dump "invalid memory alloc request size 4294967293"
Date: 2008-05-23 03:23:23
Message-ID: 33632cf0805222023o208f4ac2i73c24a636e639760@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin pgsql-hackers

Hi ,

Make sure no one is connected to the database while doing the back up.
Usually memory alloc error comes if its a bad RAM .
check the pg_dump version and your database version match (this could be a
guess)
try file level backup and restore into new database.

On 22/05/2008, Amit jain <amitjain(dot)bit(at)gmail(dot)com> wrote:
>
> Hello All,
>
> We are using postgresql version 8.1 and our database size is 7gb. Ram Size
> is 2 GB.
>
> while trying to take backup through pg_dump i am getting following error.
>
> oka97: pg_dump amtdb > amtdb.out
> pg_dump: ERROR: invalid memory alloc request size 4294967293
> pg_dump: SQL command to dump the contents of table "atbs2_logs" failed:
> PQendcopy() failed.
> pg_dump: Error message from server: ERROR: invalid memory alloc request
> size 4294967293
> pg_dump: The command was: COPY public.atbs2_logs (sno, request_time,
> msisdn, phone_make, error_code, error_desc, reply_message, request_query,
> responce_time, request_type) TO stdout;
>
> When I tried to take a single table backup i.e is mentioned in the error
> named* "public.atbs2_logs" then again getting following error.
> *
>
> pg_dump: SQL command failed
> pg_dump: Error message from server: server closed the connection
> unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor
>
>
> So we are unable to take backup , we have tried the vacuum and reindex but
> not of any use.
>
> Kindly help us Any help would be highly appreciate. Thanx in Advance.
>
>
> Amit Jain
>
> +91-9818450022
>
>
>
>
>
>
>

--
Regards,
Vishal Kashyap.
Need help visit
http://help.vishal.net.in


From: "Amit jain" <amitjain(dot)bit(at)gmail(dot)com>
To: "Vishal Mailinglist" <list(at)vishal(dot)net(dot)in>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: Error while executing pg_dump "invalid memory alloc request size 4294967293"
Date: 2008-05-23 06:13:12
Message-ID: daf917830805222313i66eea8cdl3fda161581361179@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin pgsql-hackers

Hi,
I have tried to taken backup while no one is connected. Should i change my
RAM and then check it. Version are same of pg_dump and database version 8.1.

Should I copy the data folder ? and then restore it with new installation or
what do you mean to say kindly brief it please. I will be thankful to any
help. thanks a lot.

On Fri, May 23, 2008 at 8:53 AM, Vishal Mailinglist <list(at)vishal(dot)net(dot)in>
wrote:

> Hi ,
>
> Make sure no one is connected to the database while doing the back up.
> Usually memory alloc error comes if its a bad RAM .
> check the pg_dump version and your database version match (this could be a
> guess)
> try file level backup and restore into new database.
>
>
> On 22/05/2008, Amit jain <amitjain(dot)bit(at)gmail(dot)com> wrote:
>>
>> Hello All,
>>
>> We are using postgresql version 8.1 and our database size is 7gb. Ram Size
>> is 2 GB.
>>
>> while trying to take backup through pg_dump i am getting following error.
>>
>> oka97: pg_dump amtdb > amtdb.out
>> pg_dump: ERROR: invalid memory alloc request size 4294967293
>> pg_dump: SQL command to dump the contents of table "atbs2_logs" failed:
>> PQendcopy() failed.
>> pg_dump: Error message from server: ERROR: invalid memory alloc request
>> size 4294967293
>> pg_dump: The command was: COPY public.atbs2_logs (sno, request_time,
>> msisdn, phone_make, error_code, error_desc, reply_message, request_query,
>> responce_time, request_type) TO stdout;
>>
>> When I tried to take a single table backup i.e is mentioned in the error
>> named* "public.atbs2_logs" then again getting following error.
>> *
>>
>> pg_dump: SQL command failed
>> pg_dump: Error message from server: server closed the connection
>> unexpectedly
>> This probably means the server terminated abnormally
>> before or while processing the request.
>> pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor
>>
>>
>> So we are unable to take backup , we have tried the vacuum and reindex but
>> not of any use.
>>
>> Kindly help us Any help would be highly appreciate. Thanx in Advance.
>>
>>
>> Amit Jain
>>
>> +91-9818450022
>>
>>
>>
>>
>>
>>
>>
>
>
> --
> Regards,
> Vishal Kashyap.
> Need help visit
> http://help.vishal.net.in


From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Amit jain" <amitjain(dot)bit(at)gmail(dot)com>
Cc: <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-admin(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Error while executing pg_dump "invalid memory alloc request size 4294967293"
Date: 2008-05-23 12:48:02
Message-ID: 4836BD02.3010008@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin pgsql-hackers

Amit jain wrote:
> Hello All,
>
> We are using postgresql version 8.1 and our database size is 7gb. Ram Size
> is 2 GB.
>
> while trying to take backup through pg_dump i am getting following error.
>
> oka97: pg_dump amtdb > amtdb.out
> pg_dump: ERROR: invalid memory alloc request size 4294967293
> pg_dump: SQL command to dump the contents of table "atbs2_logs" failed:
> PQendcopy() failed.
> pg_dump: Error message from server: ERROR: invalid memory alloc request
> size 4294967293
> pg_dump: The command was: COPY public.atbs2_logs (sno, request_time, msisdn,
> phone_make, error_code, error_desc, reply_message, request_query,
> responce_time, request_type) TO stdout;
>
> When I tried to take a single table backup i.e is mentioned in the error
> named* "public.atbs2_logs" then again getting following error.
> *
>
> pg_dump: SQL command failed
> pg_dump: Error message from server: server closed the connection
> unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor
>
>
> So we are unable to take backup , we have tried the vacuum and reindex but
> not of any use.

It seems to me that you have corrupted data in that table for some
reason, perhaps bad hardware? I bet that a simple "SELECT * FROM
atbs2_logs" will fail as well.

Which server version is this exactly? 8.1.what?

How far did the pg_dump get before the crash? Is there any output at all?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com


From: "Vishal Mailinglist" <list(at)vishal(dot)net(dot)in>
To: "Amit jain" <amitjain(dot)bit(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: Error while executing pg_dump "invalid memory alloc request size 4294967293"
Date: 2008-05-23 21:34:30
Message-ID: 33632cf0805231434j7ed3236chd7fb2e0d16fd3758@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin pgsql-hackers

Hi ,

I have tried to taken backup while no one is connected. Should i change my
> RAM and then check it. Version are same of pg_dump and database version 8.1.

Yes try that . Though I dont think thats going to help. Just checking are
you using AMD server any chance .

Please provide complete config of your installation.
Hardware : what machine is it the process , RAM etc
Software : OS , PostgreSQL version

> Should I copy the data folder ? and then restore it with new installation
> or what do you mean to say kindly brief it please. I will be thankful to any
> help. thanks a lot.

Yes , shutdown PostgreSQL, copy the data folder and reinstall the server
and after initialisation restart the server. Before you attempt that make
sure you backup atleast the database folder.

Also during backup , post the log file to the community so they can look at
it.

> On Fri, May 23, 2008 at 8:53 AM, Vishal Mailinglist <list(at)vishal(dot)net(dot)in>
> wrote:
>
>> Hi ,
>>
>> Make sure no one is connected to the database while doing the back up.
>> Usually memory alloc error comes if its a bad RAM .
>> check the pg_dump version and your database version match (this could be a
>> guess)
>> try file level backup and restore into new database.
>>
>>
>> On 22/05/2008, Amit jain <amitjain(dot)bit(at)gmail(dot)com> wrote:
>>>
>>> Hello All,
>>>
>>> We are using postgresql version 8.1 and our database size is 7gb. Ram
>>> Size is 2 GB.
>>>
>>> while trying to take backup through pg_dump i am getting following error.
>>>
>>> oka97: pg_dump amtdb > amtdb.out
>>> pg_dump: ERROR: invalid memory alloc request size 4294967293
>>> pg_dump: SQL command to dump the contents of table "atbs2_logs" failed:
>>> PQendcopy() failed.
>>> pg_dump: Error message from server: ERROR: invalid memory alloc request
>>> size 4294967293
>>> pg_dump: The command was: COPY public.atbs2_logs (sno, request_time,
>>> msisdn, phone_make, error_code, error_desc, reply_message, request_query,
>>> responce_time, request_type) TO stdout;
>>>
>>> When I tried to take a single table backup i.e is mentioned in the error
>>> named* "public.atbs2_logs" then again getting following error.
>>> *
>>>
>>> pg_dump: SQL command failed
>>> pg_dump: Error message from server: server closed the connection
>>> unexpectedly
>>> This probably means the server terminated abnormally
>>> before or while processing the request.
>>> pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor
>>>
>>>
>>> So we are unable to take backup , we have tried the vacuum and reindex
>>> but not of any use.
>>>
>>> Kindly help us Any help would be highly appreciate. Thanx in Advance.
>>>
>>>
>>> Amit Jain
>>>
>>> +91-9818450022
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>> --
>> Regards,
>> Vishal Kashyap.
>> Need help visit
>> http://help.vishal.net.in
>
>
>

--
Regards,
Vishal Kashyap.
Need help visit
http://help.vishal.net.in