[postgis-devel] [PostGIS] #273: ST_GeomFromGML crashes in Windows compiled in MingW

PostGIS trac at osgeo.org
Thu Oct 22 12:06:36 PDT 2009


#273: ST_GeomFromGML crashes in Windows compiled in MingW
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  postgis 1.5.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 I managed to get the libxml2 to compile on one of my boxes, but this
 crashes server

 {{{
 SELECT 'point_1',
 ST_AsEWKT(ST_GeomFromGML('<gml:Point><gml:coordinates>1,2</gml:coordinates></gml:Point>'));
 }}}

 Though this gives invalid as expected

 {{{
 SELECT 'xml_3', ST_AsEWKT(ST_GeomFromGML('<foo/>'));
 }}}

 I compiled using libxml2 2.7.6

 ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.6.tar.gz

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/273>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS


More information about the postgis-devel mailing list