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

Benj Carson benjcarson at digitaljunkies.ca
Fri Dec 2 16:20:13 PST 2005


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



More information about the postgis-devel mailing list