[postgis-tickets] [PostGIS] #2950: ST_ClipByBox2D crashes backend

PostGIS trac at osgeo.org
Thu Oct 2 00:44:11 PDT 2014


#2950: ST_ClipByBox2D crashes backend
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  strk         
     Type:  defect   |      Status:  assigned     
 Priority:  blocker  |   Milestone:  PostGIS 2.2.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Simpler case:
 {{{
 CREATE TEMPORARY TABLE t AS SELECT
 'POLYGON((41 20,41 0,21 0,1 20,1 40,21 40,41 20))'
 ::geometry g;
 SELECT ST_AsText(ST_ClipByBox2d(g, ST_MakeEnvelope(-20,-20,-10,-10))) FROM
 t;
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2950#comment:3>
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-tickets mailing list