[postgis-users] GEOS crashing PostgreSQL?
strk at refractions.net
strk at refractions.net
Tue Oct 24 14:14:47 PDT 2006
Tyler, did you run 'make check' in both GEOS and PostGIS build trees ?
That first step will attempt to catch any 64bit specific bug.
Postgis 1.1.5 should be compatibly with any GEOS exposing the C-API,
postgis's ./configure final summary should tell you if you're using the CAPI
to interface to geos, as should postgis_full_version().
--strk;
On Tue, Oct 24, 2006 at 01:15:20PM -0700, Tyler Mitchell wrote:
> Hi all,
> I'm installing PostGIS (v1.1.5) and GEOS (v2.2.3)from source on a brand new 64 bit opteron machine, running Fedora Core 5. Everything except GEOS functions seems to work okay, or at least that's what I think.
>
> This simple test crashes postgresql server:
> "
> # select buffer(pointfromtext('POINT(1 1)'),1);
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.
> "
>
> It resets just fine afterward. I originally started trying them both from SVN but thought maybe that was too bleeding edge. But even after rolling down to a lower version, I still can't get this going. Do I need to go lower yet?
>
> Is anyone else running on a similar platform and have this working okay?
>
> I'm having trouble finding any docs to help me know what versions of PostGIS and GEOS are compatible. Any pointers?
>
> Tyler
More information about the postgis-users
mailing list