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

PostGIS trac at osgeo.org
Tue Dec 1 06:50:14 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):

 I think I'd feel a lot better finding out *why* the dynamic link fails
 before consigning ourselves to large DLLs (I suspect there is a per-
 connection startup cost when loading DLLs into the backend).

 I notice your backtrace is incomplete because you don't have debugging
 enabled in your running PostgreSQL. For full debug, you need to compile
 PostgreSQL with "CFLAGS=-O0 ./configure --enable-debug", rebuild PostGIS
 against the new PGXS Makefile generated from this installation and then
 get the backtrace again. You should be able to see the values of all the
 variables on the line in question to see why it's crashing.


 HTH,

 Mark.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/273#comment:25>
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