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

strk at refractions.net strk at refractions.net
Fri Feb 3 01:52:54 PST 2006


Thanks guys, I've changed the typedef
to use the POSIX uint32_t type.
Tests welcome (in HEAD)

--strk;

On Wed, Feb 01, 2006 at 08:56:07PM -0700, Michael Fuhr wrote:
> 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).



More information about the postgis-users mailing list