[postgis-devel] [PostGIS] #1734: Crash in GiST index on inserting geography Point
PostGIS
trac at osgeo.org
Thu Mar 29 01:22:05 PDT 2012
#1734: Crash in GiST index on inserting geography Point
---------------------------+------------------------------------------------
Reporter: realityexists | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
When I run my application against PostGIS r9575 it crashes when inserting
a perfectly ordinary geography Point (with a GiST index defined on the
column). The point is specified as
{{{
ST_GeomFromEWKT('SRID=4326;POINT(-2.7546111 8.0365000)')::geography
}}}
and the stack trace is attached.
This happens on 32-bit Linux on a newly created database. PostgreSQL
9.1.3.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1734>
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