[postgis-tickets] [PostGIS] #2185: Geometry output functions crash server with invalid WKT
PostGIS
trac at osgeo.org
Mon May 13 21:19:09 PDT 2013
#2185: Geometry output functions crash server with invalid WKT
------------------------+---------------------------------------------------
Reporter: mwtoews | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.4
Component: postgis | Version: 2.0.x
Keywords: windows 64 |
------------------------+---------------------------------------------------
Comment(by robe):
Bad news its still an issue in 9.2.4 EDB windows 7 running 2.0.3. So sems
isolated to something about 9.2. I also tried on my older 9.2.2 and had
same issue.
{{{
SELECT ST_AsText('POINT(3 4 hi)'); -- crash
SELECT postgis_full_version() || ' ' || version();
-- POSTGIS="2.0.3 r11132" GEOS="3.4.0dev-CAPI-1.8.0 r0" PROJ="Rel. 4.8.0,
6 March 2012" GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER PostgreSQL 9.2.2, compiled by Visual C++ build
1600, 64-bit
and also
POSTGIS="2.0.3 r11132" GEOS="3.3.8-CAPI-1.7.8" PROJ="Rel. 4.8.0, 6 March
2012" GDAL="GDAL 1.9.2, released 2012/10/08" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER PostgreSQL 9.2.4, compiled by Visual C++ build
1600, 64-bit
}}}
I'll see if I can come up with a function that doesn't involve postgis to
crash this thing to make it easier for upstream to debug and to rule out
postgis as the culprit.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2185#comment:19>
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