[postgis-tickets] [PostGIS] #2729: [raster]: raster crashes when compiled with --enable-debug under windows
PostGIS
trac at osgeo.org
Fri May 9 00:36:30 PDT 2014
#2729: [raster]: raster crashes when compiled with --enable-debug under windows
---------------------+------------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.1.3
Component: raster | Version: 2.1.x
Keywords: windows |
---------------------+------------------------------------------------------
I mentioned the issue in #2726
I isoloated the offending line to
rt_pg.c line 112
{{{
POSTGIS_RT_DEBUGF(4, "GDAL_SKIP = %s", CPLGetConfigOption("GDAL_SKIP",
NULL));
}}}
so I remarked it out. This might be just an issue under windows. I don't
have GDAL_SKIP defined (I have to recheck what happens if I do) and I
think windows has issue with null strings so that might be the cause.
Anyway not quite sure what to replace that with.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2729>
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-tickets
mailing list