Ticket #1734 (closed defect: fixed)
Crash in GiST index with NULL item on inserting geography Point
| Reported by: | realityexists | Owned by: | strk |
|---|---|---|---|
| Priority: | critical | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

