[postgis-devel] Segfault with Intersects() in 1.0.6-CVS

Paul Ramsey pramsey at refractions.net
Fri Dec 2 17:44:35 PST 2005


The key information here is your geos version, actually:

select postgis_full_version();

P

On 2-Dec-05, at 4:20 PM, Benj Carson wrote:

> Hello,
>
> I am getting segfaults with PostGIS 1.0.6-CVS (updated as of  
> 2005-12-02) and
> PostgreSQL 8.1 (from Debian) when calling Intersects():
>
> # select intersects(
>     polygonfromtext('POLYGON((0.0 0.0,1.0 0.0,1.0 1.0,1.0 0.0,0.0  
> 0.0))'),
>     polygonfromtext('POLYGON((0.0 2.0,1.0 2.0,1.0 3.0,0.0 3.0,0.0  
> 2.0))')
>   );
>
> server closed the connection unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.
>
>
> Hopefully you are aware of this problem; if so please ignore me.   
> Otherwise,
> I thought I should let you kind folks know.  Now, I know that CVS  
> code is
> sometimes unstable, but I was using 1.0.5 but it was crashing on
> ExteriorRing() for me, so I thought I'd see if 1.0.6-CVS had solved my
> problem (it did), but I then ran into this...
>
> Let me know if you need more info.
>
> Thanks,
>
>
> Benj Carson
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel




More information about the postgis-devel mailing list