[postgis-devel] [PostGIS] #273: ST_GeomFromGML crashes in Windows compiled in MingW
PostGIS
trac at osgeo.org
Wed Dec 2 04:53:00 PST 2009
#273: ST_GeomFromGML crashes in Windows compiled in MingW
----------------------+-----------------------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 1.5.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by mcayland):
Right - that's much better as it's fairly obviously failing in xmlFree().
This looks to me as if it's the same problem as this:
http://trac.osgeo.org/postgis/changeset/3463.
Windows won't allow you to malloc/free memory across different DLL
boundaries; so it looks to me as if either the GML code is allocating
memory with lwalloc() which it is then attempting to free with xmlFree(),
or the other way around.
Olivier, any thoughts on this?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/273#comment:29>
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