Re: ERROR: invalid memory alloc request size 4294967293

From: Thomas Markus <t(dot)markus(at)proventis(dot)net>
To: Victor Hugo dos Santos <listas(dot)vhs(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: ERROR: invalid memory alloc request size 4294967293
Date: 2011-01-04 14:07:35
Message-ID: 4D2329A7.5000905@proventis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

hi,

looks like a 32bit version so 4294967293 is too much (4GB). Use a 64bit
version

regards
Thomas

Am 04.01.2011 14:48, schrieb Victor Hugo dos Santos:
> Hello,
>
> Actually I use postgresql version 8.4.6-0ubuntu10.04 in bacula server
> to save information about backups from bacula.
> But, 2 days ago, the postgresql make a error when I run the command
> pg_dump. This is the error:
>
> ====================
> 02-Jan 06:32 bacula-dir JobId 31005: BeforeJob: pg_dump: SQL command failed
> 02-Jan 06:32 bacula-dir JobId 31005: BeforeJob: pg_dump: Error message
> from server: ERROR: invalid memory alloc request size 4294967293
> 02-Jan 06:32 bacula-dir JobId 31005: BeforeJob: pg_dump: The command
> was: COPY public.file (fileid, fileindex, jobid, pathid, filenameid,
> markid, lstat, md5) TO stdout;
> 02-Jan 06:32 bacula-dir JobId 31005: BeforeJob: pg_dumpall: pg_dump
> failed on database "bacula", exiting
> ====================

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Victor Hugo dos Santos 2011-01-04 15:02:44 Re: ERROR: invalid memory alloc request size 4294967293
Previous Message Victor Hugo dos Santos 2011-01-04 14:04:04 Re: ERROR: invalid memory alloc request size 4294967293