[postgis-devel] [PostGIS] #571: TRIANGLE fails crash me test

PostGIS trac at osgeo.org
Tue Aug 17 09:17:39 PDT 2010


#571: TRIANGLE fails crash me test
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 Haven't had a chance to test on other platforms but the below crashes the
 server process consistently.  Requiring a service restart.  This is tested
 with latest PostGIS 2.0 trunk on PostgreSQL 9.0 beta 4 32-bit XP.


 {{{
 SELECT ST_Affine(ST_GeomFromEWKT(
 'TRIANGLE ((
                 0 0,
                 0 9,
                 9 0,
                 0 0
             ))') , 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
 0.5);
 }}}

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