Ticket #273 (closed defect: fixed)
ST_GeomFromGML crashes in Windows compiled in MingW
| Reported by: | robe | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

