[postgis-tickets] [PostGIS] #2180: Postgres crashes on insert statement
PostGIS
trac at osgeo.org
Thu Jan 17 13:02:05 PST 2013
#2180: Postgres crashes on insert statement
--------------------------+-------------------------------------------------
Reporter: MarkRobinson | Owner: robe
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.3
Component: buildbots | Version: 2.0.x
Keywords: |
--------------------------+-------------------------------------------------
Executing this statement will crash Postgres
INSERT INTO geometries (GEOM) VALUES ('POINT(396210 363290)');
Table Defn:
create table GEOMETRIES(ID serial) WITH OIDS;
SELECT AddGeometryColumn('geometries', 'geom',26915,'GEOMETRY',2);
PG version:
"PostgreSQL 9.1.4, compiled by Visual C++ build 1500, 64-bit"
PostGIS version:
"POSTGIS="2.0.1 r9979" GEOS="3.3.5-CAPI-1.7.5" PROJ="Rel. 4.8.0, 6
March 2012" GDAL="GDAL 1.9.1, released 2012/05/15" LIBXML="2.7.8"
LIBJSON="UNKNOWN" (core procs from "2.0.0 r9605" need upgrade) RASTER
(raster procs from "2.0.0 r9605" need upgrade)"
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2180>
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