[postgis-devel] [PostGIS] #721: PostGIS_AddBBOX crashes on POINT

PostGIS trac at osgeo.org
Sat Dec 18 08:11:17 PST 2010


#721: PostGIS_AddBBOX crashes on POINT
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 I think this is a result of your recent changes Paul, since this wasn't
 crashing before.


 {{{
 SELECT PostGIS_AddBBOX(ST_GeomFromText('POINT(-11.1111111 40)'));
 }}}

 Though this seems to work.

 {{{
 SELECT PostGIS_AddBBOX(ST_GeomFromText('LINESTRING(-11.1111111 40, -11.2
 41)'));
 }}}

 I didn't check to see if any other geometry types are affected.

 I was testing on the build before you committed the ST_Transform fix.

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