[postgis-tickets] [PostGIS] #1657: Crasher on ST_AsLatLonText on mingw64
PostGIS
trac at osgeo.org
Fri Apr 19 06:16:24 PDT 2013
#1657: Crasher on ST_AsLatLonText on mingw64
------------------------------------+---------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: assigned
Priority: critical | Milestone: PostGIS 2.0.4
Component: postgis | Version: trunk
Keywords: mingw64, windows 64bit |
------------------------------------+---------------------------------------
Comment(by robe):
{{{
-- crashes --
POSTGIS="2.1.0SVN r11294" GEOS="3.4.0dev-CAPI-1.8.0 r0" PROJ="Rel. 4.8.0,
6 March 2012" GDAL="GDAL 1.9.2, released 2012/10/08" LIBXML="2.7.8"
LIBJSON="UNKNOWN" (core procs from "2.1.0SVN r11230" need upgrade) RASTER
(raster procs from "2.1.0SVN r11230" need upgrade);PostgreSQL 9.2.2,
compiled by Visual C++ build 1600, 64-bit
-- gives this notice in postgres logs --
LOG: server process (PID 3784) was terminated by exception 0xC0000409
DETAIL: Failed process was running:
SELECT ST_AsLatLonText(foo1.the_geom, 'monkey') As result FROM
((SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom FROM (SELECT
a*1.11111111 FROM generate_series(-10,50,2) As a) As i(i) CROSS JOIN
generate_series(40,70, 5) j ORDER BY i,j )) As foo1 LIMIT 3;
HINT: See C include file "ntstatus.h" for a description of the
hexadecimal value.
LOG: terminating any other active server processes
WARNING: terminating connection because of crash of another server
process
}}}
{{{
-- just throws error --
POSTGIS="2.1.0SVN r11294" GEOS="3.4.0dev-CAPI-1.8.0 r0" 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.2 on x86_64-w64-mingw32, compiled
by x86_64-w64-mingw32-gcc.exe (GCC) 4.5.4 20111030 (prerelease)
[svn/rev.180676 - mingw-w64/oz], 64-bit
ERROR: Bad format, degrees (DD.DDD) must be included.
}}}
It doesn't seem to happen on my mingw64 postgresql compiled.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1657#comment:18>
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