Re: BUG #13633: ERROR: invalid memory alloc request size - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #13633: ERROR: invalid memory alloc request size
Date
Msg-id 9088.1442940520@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13633: ERROR: invalid memory alloc request size  (andreas-postgresql@creative-memory.de)
Responses Re: BUG #13633: ERROR: invalid memory alloc request size
Re: BUG #13633: ERROR: invalid memory alloc request size
List pgsql-bugs
andreas-postgresql@creative-memory.de writes:
> SELECT G.MarkerID,G.Allel1,G.Allel2, count (G.TierLIDint) as nH
>   FROM GenotypHD as G, TiereInSets as TS, Marker as M
>     WHERE TS.TierSetID='HD.09.15' and TS.TierLIDint=G.TierLIDint and
> M.Version='3' and M.MarkerID=G.MarkerID and G.Allel1<>G.Allel2
>     GROUP BY G.MarkerID,G.Allel1,G.Allel2;

> ERROR:  invalid memory alloc request size 1073741824

FWIW, I could not reproduce this on the basis of the supplied information,
ie just creating the tables and running this query does not do anything
surprising.  It looks like possibly a corrupt-data issue --- can you do
"select * from" each table without problems?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] BUG #13632: violation de l'intégrité référentielle
Next
From: Tom Lane
Date:
Subject: Re: BUG #13630: initdb - libreadline.so.6 symbol BC error