[postgis-devel] [PostGIS] #1977: Segfault on ST_Intersects

PostGIS trac at osgeo.org
Wed Sep 5 12:28:51 PDT 2012


#1977: Segfault on ST_Intersects
------------------------------------+---------------------------------------
 Reporter:  andrepl                 |       Owner:  pramsey      
     Type:  defect                  |      Status:  new          
 Priority:  critical                |   Milestone:  PostGIS 2.0.2
Component:  postgis                 |     Version:  2.0.x        
 Keywords:  st_intersects segfault  |  
------------------------------------+---------------------------------------

Comment(by robe):

 andrepl,

 This isn't crashing for me on my PostGIS 2.0.1 nor PostGIS 2.1.0
 instances.

 I ran:


 {{{
 select st_intersects(g,g2) from reduce;
 }}}

 and returned true.

 Can you please provide the output of the following query:


 {{{
 select version() || ' ' || postgis_full_version();
 }}}


 It's also possible that the geometry is malformed in the database but
 fixes itself when it goes thru the output process.  I've had a case like
 that happen to me.

 To test, you can reload the dump you have here into a new database and see
 if it crashes.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1977#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list