[postgis-users] PostGIS, 64 bit Solaris, Invalide memory alloc message using force_collection

Michael Fuhr mike at fuhr.org
Wed Feb 1 19:56:07 PST 2006


On Wed, Feb 01, 2006 at 08:31:25PM -0700, Michael Fuhr wrote:
> I think part of the problem is the definition of int4 in
> lwgeom/lwgparse.c:
> 
> typedef unsigned long int4;

The same typedef is in lwgeom/wktunparse.c.  Correcting it in those
two places (i.e., making int4 a 32-bit type) has fixed the problems
I've seen so far, and all regression tests now pass (the backend
was crashing during regression tests).

-- 
Michael Fuhr



More information about the postgis-users mailing list