[postgis-devel] [PostGIS] #1504: Segfault running ST_EstimatedExtent()

PostGIS trac at osgeo.org
Fri Jan 27 07:47:22 PST 2012


#1504: Segfault running ST_EstimatedExtent()
------------------------+---------------------------------------------------
 Reporter:  brushtyler  |       Owner:  pramsey      
     Type:  defect      |      Status:  new          
 Priority:  blocker     |   Milestone:  PostGIS 2.0.0
Component:  postgis     |     Version:  trunk        
 Keywords:              |  
------------------------+---------------------------------------------------

Comment(by brushtyler):

 yes, the server crashes even running that query from psql.

 Anyway the original query was:
 {{{
 test=> SELECT st_xmin(extent), st_ymin(extent), st_xmax(extent),
 st_ymax(extent) FROM (SELECT st_estimated_extent('city_data','face','mbr')
 AS extent) AS subquery;
 The connection to the server was lost. Attempting reset: Failed.
 }}}

 instead running the query above I get:
 {{{
 test=> SELECT st_estimated_extent('city_data','face','mbr') AS extent;
 The connection to the server was lost. Attempting reset: Succeeded.
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1504#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